The RTPproxy is a high-performance software proxy for RTP streams that can work together with Sippy B2BUA, Kamailio, OpenSIPS and SER.
BSD 2-Clause "Simplified" License
417
stars
114
forks
source link
rtpproxy only relay RTCP but not RTP #65
Open
zhaoguojie2010 opened 7 years ago
Hi everyone, I'm running kamailio and rtpproxy on the same server behind a NAT.
I start the deamon using command:
rtpproxy -A 35.185.130.154 -F -l 10.240.0.62 -m 35000 -M 65000 -s udp:*:64000 -d INFO
When two sip clients call each other, the rtpproxy syslog shows that a rtp session has been established successfully.
sudo tcpdump -i eth0 udp port 56340 -vv -X
sudo tcpdump -i eth0 udp port 56341 -vv -X
Am I missing something in the config? Appreciate it if anyone could help.
Cheers Jesse