<div dir="ltr"><div><div>Hi all,<br><br></div>I'm currently running a pilot with kamailio 4.1.3 stable, and I would like to test WebRTC Capabilities. Websockets Support is runnig OK, and now I'm trying to deal with calls between WebTRC and legacy softphones. I have installed rtpengine (as it a replacement for old mediaproxy-ng), and it is running:<br>
<br></div><div>rtpengine --table=0 --ip=192.168.0.197 --listen-udp=<a href="http://127.0.0.1:12222">127.0.0.1:12222</a><br><br></div><div>As a first step, I'm trying to migrate the standard NAT handling configuration to the new module.<br>
<br><br></div><div>(...)<br>#loadmodule "rtpproxy.so"<br>loadmodule "rtpproxy-ng.so"<br></div><div>(...)<br>#modparam("rtpproxy", "rtpproxy_sock", "udp:<a href="http://127.0.0.1:7624">127.0.0.1:7624</a>")<br>
modparam("rtpproxy-ng", "rtpproxy_sock", "udp:<a href="http://127.0.0.1:12222">127.0.0.1:12222</a>")<br><br></div><div>NAT hanling is not working,  and I catched this message from /var/log/syslog<br>
<br><br></div><div>May 28 18:55:35 kamailio rtpengine[2474]: Failed to properly parse UDP command line '4547_3 d7:command4:pinge' from <a href="http://127.0.0.1:60874">127.0.0.1:60874</a>, using fallback RE<br>May 28 18:55:35 kamailio rtpengine[2474]: Failed to properly parse UDP command line '4545_4 d7:command4:pinge' from <a href="http://127.0.0.1:57236">127.0.0.1:57236</a>, using fallback RE<br>
<br></div><div>And from Kamailio's log:<br><br>May 28 19:23:47 kamailio /usr/local/sbin/kamailio[4868]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response<br>May 28 19:23:47 kamailio /usr/local/sbin/kamailio[4869]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response<br>
<br><br></div><div>Is rtpproxy-ng module compatible with rtpengine? <br><br></div><div>Best regards<br><br>Luis.<br></div><div><br></div><div><br></div><div><br><br><br><br></div></div>