Thread
:
VoIP(sip) calls don't have incoming audio
View Single Post
l_mysterioso
2010-07-09 , 16:56
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.
Quote & Reply
|
l_mysterioso
View Public Profile
Send a private message to l_mysterioso
Find all posts by l_mysterioso