Audio Issues

When there are audio issues, the first response should be to determine where the client is sending the audio. To do this, check the SIP Dialog and SDP headers for where client was directed to. Wireshark is a valuable tool for such things.

For intra network calls between PCs, the audio SDP should most likely be pointing to a media proxy IP (unless STUN/TURN/ICE/etc is in use). If not, there could be some issue with media proxys (need more, none online, not configured correctly). Wireshark will also let you know where the client is really sending audio/RTP too.

For no audio:

Poor audio or noisy audio

The first place to start when nothing else has helped, is to locate the source of the problem. First, look at the SIP messages between User Agent and destination. Look at Codec's being used, look at audio ports & IPs and make sure correct audio stream is reaching. You can use wireshark to capture all audio/RTP streams (and even play back G711 Audio!). You can take the RTP streams and then use a tool like SIPp to broadcast the RTP to another user agent, there by reproducing the audio heard at each step of the way.

Major components responisble for Audio:

Any one of those things can negatively affect the audio in a SIP communication if missconfigured or not functioning correctly.

AudioIssues (last edited 2008-02-08 21:18:24 by pjcast)