View Single Post
Posts: 11 | Thanked: 5 times | Joined on May 2010 @ FL USA
#2
If you have tcpdump installed I would recommend getting a capture of a SIP call.

to install tcpdump:

#apt-get install tcpdump

then to capture the call

#tcpdump -i any -s0 -w <filename>.cap

With this capture we can see if there is incoming RTP that would carry the audio for the call.