<div dir="ltr"><div><div>Hi Dears,<br>I'm following this link <a href="https://github.com/sipwise/rtpengine">https://github.com/sipwise/rtpengine</a> to configure rtpproxy-ng with Kamailio BUT i'm reciving the following errors in the Kamailio log file.<br><br>Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6198]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response<br>Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6188_1 d7:command4:pinge' from <a href="http://127.0.0.1:36681">127.0.0.1:36681</a>, using fallback RE<br>Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6188]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response<br>Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6202_1 d7:command4:pinge' from <a href="http://127.0.0.1:38342">127.0.0.1:38342</a>, using fallback RE<br>Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6202]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response<br>Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6200_1 d7:command4:pinge' from <a href="http://127.0.0.1:33265">127.0.0.1:33265</a>, using fallback RE<br><br>My configuration as follows:<br><br>root@debian:/usr/local/etc/kamailio# rtpengine --interface=Kamailio-Internal/<a href="http://192.168.100.1">192.168.100.1</a> --interface=Kamailio-External/<a href="http://192.168.50.1">192.168.50.1</a> --listen-udp=<a href="http://127.0.0.1:12222">127.0.0.1:12222</a> --pidfile=/var/run/ngcp-rtpengine-daemon.pid<br><br><br>root@debian:/usr/local/etc/kamailio# kamctl fifo nh_enable_rtpp udp:<a href="http://127.0.0.1:12222">127.0.0.1:12222</a> 1<br>root@debian:/usr/local/etc/kamailio# kamctl fifo nh_show_rtpp<br>udp:localhost:12222::  set=0<br>        index:: 0<br>        disabled:: 1<br>        weight:: 1<br>        recheck_ticks:: 0<br><br>loadmodule "rtpproxy-ng.so"<br><br>modparam("rtpproxy-ng", "rtpproxy_sock", "udp:<a href="http://127.0.0.1:12222">127.0.0.1:12222</a>")<br>modparam("rtpproxy-ng", "rtpproxy_disable_tout", 20)<br>modparam("rtpproxy-ng", "rtpproxy_tout", 2)<br>modparam("rtpproxy-ng", "rtpproxy_retr", 2)<br>modparam("rtpproxy-ng", "extra_id_pv", "$avp(extra_id)")<br><br><br>/etc/default/ngcp-rtpengine-daemon<br><br>RUN_RTPENGINE=yes<br>LISTEN_TCP=25060<br>LISTEN_UDP=12222<br>LISTEN_NG=22222<br># ADDRESS=...<br># ADV_ADDRESS=...<br># ADDRESS_IPV6=...<br># ADV_ADDRESS_IPV6=...<br>TIMEOUT=60<br>SILENT_TIMEOUT=3600<br>PIDFILE=/var/run/ngcp-rtpengine-daemon.pid<br>FORK=yes<br># TOS=184<br>TABLE=0<br><br></div>Any ideas about how to solve this please ?!<br></div>Thanks in advance and Best Regards<br></div>