Skip to content

How do I troubleshoot stopped audio during calls in my Amazon Connect CCP?

2 minute read
0

I want to troubleshoot stopped audio during calls in my Amazon Connect Contact Control Panel (CCP).

Short description

The Amazon Connect CCP uses Softphone Media UDP port 3478 to relay audio. If the CCP loses its connection to the Media endpoint with UDP port 3478 during a call, then the call's audio stops.

This issue appears in the Amazon Connect CCP logs as lost connection errors, similar to the following error:

2021-09-29T19:46:31.422Z softphone INFO 12345678-90ab-cdef-1234-567890abcdef SESSION Lost ICE connection

To identify lost connections to your Media endpoint, use the CCP Log Parser to turn your raw CCP logs into a read-friendly format. Then, look at the Metrics section of the CCP Log Parser. A sudden drop in the packetsCount metric in the WebRTC Metrics - audio_input / audio_output section means that there's a Media endpoint networking issue.

For more information, see CCPLogParser on the GitHub website.

Resolution

To resolve stopped audio, take the following actions:

AWS OFFICIALUpdated 5 months ago