I am using asterisk 13.21, and using http.conf module for webrtc websocket connection, here we are using 8089 for secutre websocket connection,
i have observered that , when client intiate the TCP connection and that gets established (SYN, SYN ACK, ACK), and if due to some network issue, client abruptly disconnection, server not recieved any message, in that connection, its get ESTABLISHED for forever, event tcp keep alive timer does not start, as it does not recieved any data. so tcp connection become zombie at asterisk server side.
so can we configure any thing to implement TLS handshark timeout, to avoid zombie connection?
If you used something like Apache in front of Asterisk, with reverse proxy, this may eliminate the issue.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.