diff --git a/apps/telephony/telephony.yaml b/apps/telephony/telephony.yaml index e1b5e4a..2f084df 100644 --- a/apps/telephony/telephony.yaml +++ b/apps/telephony/telephony.yaml @@ -62,7 +62,10 @@ data: "Password": "bluejay-asterisk-ari", "Application": "flowercore-pbx", "ReconnectDelaySeconds": 5, - "MaxReconnectDelaySeconds": 60 + "MaxReconnectDelaySeconds": 60, + "WebSocketKeepAliveIntervalSeconds": 30, + "WebSocketKeepAliveTimeoutSeconds": 3600, + "WebSocketReceiveTimeoutSeconds": 45 }, "Sip": { "Domain": "10.0.56.207", @@ -114,9 +117,9 @@ spec: app: telephony-web template: metadata: - annotations: - fc.flowercore.io/healthz-anon: "true" - fc.flowercore.io/probe-path: "/health" + annotations: + fc.flowercore.io/healthz-anon: "true" + fc.flowercore.io/probe-path: "/health" labels: app: telephony-web spec: @@ -164,7 +167,7 @@ spec: ports: - containerPort: 5100 name: http - # fc-safe-to-expose: X-Forwarded-Proto handled by AddFlowerCoreWebAuth (ADR-178) before any future public/OIDC flip. + # fc-safe-to-expose: X-Forwarded-Proto handled by AddFlowerCoreWebAuth (ADR-178) before any future public/OIDC flip. env: - name: Telephony__Twilio__AccountSid valueFrom: