WebSocket Timeout¶
If the WebSocket is inactive, in other words, if no message is sent by the customer, the ASR server will end the session due to inactivity timeout.
websocket/maxSessionIdleTimeout¶
Description: WebSocket session timeout
Values: Integer in milliseconds. Default value 60000.
Location:
/opt/cpqd/asr/config/server/config.yml
Example: Timeout configured for 60s.
websocket: maxSessionIdleTimeout: 60000