telephony: deploy ARI abort-fix image v20260614-arifix; drop 3600s band-aids

Image -> v20260614-arifix (Telephony 86ff0d0: ReceiveAsync no longer cancelled).
Remove the WebSocketKeepAliveTimeoutSeconds/WebSocketReceiveTimeoutSeconds=3600
band-aids; the code now disables the pong deadline by default and ignores the
receive timeout (liveness = keepalive ping + WebSocketException/Close).
This commit is contained in:
Andrew Stoltz
2026-06-14 14:36:11 -05:00
parent d03a92407d
commit 62ca7dacf6

View File

@@ -64,9 +64,7 @@ data:
"Application": "flowercore-pbx", "Application": "flowercore-pbx",
"ReconnectDelaySeconds": 5, "ReconnectDelaySeconds": 5,
"MaxReconnectDelaySeconds": 60, "MaxReconnectDelaySeconds": 60,
"WebSocketKeepAliveIntervalSeconds": 30, "WebSocketKeepAliveIntervalSeconds": 30
"WebSocketKeepAliveTimeoutSeconds": 3600,
"WebSocketReceiveTimeoutSeconds": 3600
}, },
"Sip": { "Sip": {
"Domain": "10.0.56.207", "Domain": "10.0.56.207",
@@ -158,7 +156,7 @@ spec:
topologyKey: kubernetes.io/hostname topologyKey: kubernetes.io/hostname
containers: containers:
- name: telephony-web - name: telephony-web
image: localhost/fc-telephony-web:v202604252156 image: localhost/fc-telephony-web:v20260614-arifix
imagePullPolicy: Never imagePullPolicy: Never
securityContext: securityContext:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true