On 14/02/15 08:13 AM, Amit Patkar wrote:
Hi
I am getting error with rtpengine.
Running Kamailio 4.2.3
I am trying to call from conventional SIP client to WebRTC client
Google Chrome v38.0.2125.104
Firefox v33.0
Using sipML5 as WebRTC client
root@rtcpbx:/home/avhan# /usr/sbin/rtpengine
--interface=127.0.0.1\!192.168.2.161 --listen-ng=7722
--pidfile=/var/run/ngcp-rtpengine-daemon.pid --tos=184 --table=42
--foreground --log-level=7 --log-stderr
The problem is the --interface=127.0.0.1\!192.168.2.161 part. This binds
the UDP sockets for RTP to 127.0.0.1. You can't send to any other
address from such a socket.
Cheers