Issue Description:
After self service flow is complete, chat is requeued to live agent via CM routing. Chat session abruptly ends after 45-50 seconds even when chat interaction is on-ongoing. VIVR page shows "Session end" message
Troubleshooting steps:
- Check chat server log to identify OnDisconnect event is from customer side or agent side
- Once agent side disconnection is confirmed check TSAPI client log to see the TSAPI error code
- Run trace on CM for the trunk used for Chatserver until the chat disconnection occur
- Check for CM trace log for disconnection, if the trace log say Temporary Failur 1192 error message it will confirm that the issue is with SIP call.
Root Cause:
When requeue happens from TPPVA >TMACServer > ChatServer (TComm) > Avaya CM , there will be an active SIP call from TComm to Agent Station. If the IP-IP Direct Media is not enabled for the used trunk in Avaya CM then call will get disconnected after 45seconds timeout
Resolution:
Follow below settings as per TComm Server deployment guide.
- And go to next page by pressing “F7”, Fill the details as shown below:
Transport Method: tcp
Near-end Node Name: procr
Far-end Node Name: TextChatServer2 (node name)
Initiate IP-IP direct media : Y.
Near-end Listen Port & Far-end Listen Port: Default it will be 5060, you can use other ports provided you are able to telnet to the CM IP and that port successfully
press “F3” function key to submit the values.