Hi Dears, I'm following this link https://github.com/sipwise/rtpengine to configure rtpproxy-ng with Kamailio BUT i'm reciving the following errors in the Kamailio log file.
Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6198]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6188_1 d7:command4:pinge' from 127.0.0.1:36681, using fallback RE Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6188]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6202_1 d7:command4:pinge' from 127.0.0.1:38342, using fallback RE Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6202]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6200_1 d7:command4:pinge' from 127.0.0.1:33265, using fallback RE
My configuration as follows:
root@debian:/usr/local/etc/kamailio# rtpengine --interface=Kamailio-Internal/192.168.100.1 --interface=Kamailio-External/ 192.168.50.1 --listen-udp=127.0.0.1:12222 --pidfile=/var/run/ngcp-rtpengine-daemon.pid
root@debian:/usr/local/etc/kamailio# kamctl fifo nh_enable_rtpp udp: 127.0.0.1:12222 1 root@debian:/usr/local/etc/kamailio# kamctl fifo nh_show_rtpp udp:localhost:12222:: set=0 index:: 0 disabled:: 1 weight:: 1 recheck_ticks:: 0
loadmodule "rtpproxy-ng.so"
modparam("rtpproxy-ng", "rtpproxy_sock", "udp:127.0.0.1:12222") modparam("rtpproxy-ng", "rtpproxy_disable_tout", 20) modparam("rtpproxy-ng", "rtpproxy_tout", 2) modparam("rtpproxy-ng", "rtpproxy_retr", 2) modparam("rtpproxy-ng", "extra_id_pv", "$avp(extra_id)")
/etc/default/ngcp-rtpengine-daemon
RUN_RTPENGINE=yes LISTEN_TCP=25060 LISTEN_UDP=12222 LISTEN_NG=22222 # ADDRESS=... # ADV_ADDRESS=... # ADDRESS_IPV6=... # ADV_ADDRESS_IPV6=... TIMEOUT=60 SILENT_TIMEOUT=3600 PIDFILE=/var/run/ngcp-rtpengine-daemon.pid FORK=yes # TOS=184 TABLE=0
Any ideas about how to solve this please ?! Thanks in advance and Best Regards
This sounds like an incompatibility between the version of the rtpengine control module on the Kamailio side and the version of rtpengine on the RTP proxy side.
Right around the time that the rtpproxy-ng -> rtpengine nomenclature change happened, there was also a significant change to the anatomy of the control protocol.
Be sure that you are using the latest version of Kamailio, where the module is called 'rtpengine', not 'rtpproxy-ng'.
On 12/14/2014 06:08 PM, Mahmoud Ramadan Ali wrote:
Hi Dears, I'm following this link https://github.com/sipwise/rtpengine to configure rtpproxy-ng with Kamailio BUT i'm reciving the following errors in the Kamailio log file.
Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6198]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6188_1 d7:command4:pinge' from 127.0.0.1:36681 http://127.0.0.1:36681, using fallback RE Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6188]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6202_1 d7:command4:pinge' from 127.0.0.1:38342 http://127.0.0.1:38342, using fallback RE Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6202]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6200_1 d7:command4:pinge' from 127.0.0.1:33265 http://127.0.0.1:33265, using fallback RE
My configuration as follows:
root@debian:/usr/local/etc/kamailio# rtpengine --interface=Kamailio-Internal/192.168.100.1 http://192.168.100.1 --interface=Kamailio-External/192.168.50.1 http://192.168.50.1 --listen-udp=127.0.0.1:12222 http://127.0.0.1:12222 --pidfile=/var/run/ngcp-rtpengine-daemon.pid
root@debian:/usr/local/etc/kamailio# kamctl fifo nh_enable_rtpp udp:127.0.0.1:12222 http://127.0.0.1:12222 1 root@debian:/usr/local/etc/kamailio# kamctl fifo nh_show_rtpp udp:localhost:12222:: set=0 index:: 0 disabled:: 1 weight:: 1 recheck_ticks:: 0
loadmodule "rtpproxy-ng.so"
modparam("rtpproxy-ng", "rtpproxy_sock", "udp:127.0.0.1:12222 http://127.0.0.1:12222") modparam("rtpproxy-ng", "rtpproxy_disable_tout", 20) modparam("rtpproxy-ng", "rtpproxy_tout", 2) modparam("rtpproxy-ng", "rtpproxy_retr", 2) modparam("rtpproxy-ng", "extra_id_pv", "$avp(extra_id)")
/etc/default/ngcp-rtpengine-daemon
RUN_RTPENGINE=yes LISTEN_TCP=25060 LISTEN_UDP=12222 LISTEN_NG=22222 # ADDRESS=... # ADV_ADDRESS=... # ADDRESS_IPV6=... # ADV_ADDRESS_IPV6=... TIMEOUT=60 SILENT_TIMEOUT=3600 PIDFILE=/var/run/ngcp-rtpengine-daemon.pid FORK=yes # TOS=184 TABLE=0
Any ideas about how to solve this please ?! Thanks in advance and Best Regards
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 12/14/14 18:08, Mahmoud Ramadan Ali wrote:
Hi Dears, I'm following this link https://github.com/sipwise/rtpengine to configure rtpproxy-ng with Kamailio BUT i'm reciving the following errors in the Kamailio log file.
Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6198]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6188_1 d7:command4:pinge' from 127.0.0.1:36681 http://127.0.0.1:36681, using fallback RE Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6188]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6202_1 d7:command4:pinge' from 127.0.0.1:38342 http://127.0.0.1:38342, using fallback RE Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6202]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6200_1 d7:command4:pinge' from 127.0.0.1:33265 http://127.0.0.1:33265, using fallback RE
My configuration as follows:
root@debian:/usr/local/etc/kamailio# rtpengine --interface=Kamailio-Internal/192.168.100.1 http://192.168.100.1 --interface=Kamailio-External/192.168.50.1 http://192.168.50.1 --listen-udp=127.0.0.1:12222 http://127.0.0.1:12222 --pidfile=/var/run/ngcp-rtpengine-daemon.pid
Use --listen-ng instead of --listen-udp.
cheers
Oh, yeah. That. Cheers Richard.
On 14 December 2014 18:27:53 GMT-05:00, Richard Fuchs rfuchs@sipwise.com wrote:
On 12/14/14 18:08, Mahmoud Ramadan Ali wrote:
Hi Dears, I'm following this link https://github.com/sipwise/rtpengine to configure rtpproxy-ng with Kamailio BUT i'm reciving the following errors in the Kamailio log file.
Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6198]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with
invalid
response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6188_1 d7:command4:pinge' from 127.0.0.1:36681 http://127.0.0.1:36681, using fallback RE Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6188]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with
invalid
response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6202_1 d7:command4:pinge' from 127.0.0.1:38342 http://127.0.0.1:38342, using fallback RE Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6202]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with
invalid
response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6200_1 d7:command4:pinge' from 127.0.0.1:33265 http://127.0.0.1:33265, using fallback RE
My configuration as follows:
root@debian:/usr/local/etc/kamailio# rtpengine --interface=Kamailio-Internal/192.168.100.1 http://192.168.100.1 --interface=Kamailio-External/192.168.50.1 http://192.168.50.1 --listen-udp=127.0.0.1:12222 http://127.0.0.1:12222 --pidfile=/var/run/ngcp-rtpengine-daemon.pid
Use --listen-ng instead of --listen-udp.
cheers
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Sent from my mobile, and thus lacking in the refinement one might expect from a fully fledged keyboard.
Alex Balashov - Principal Evariste Systems LLC 235 E Ponce de Leon Ave Suite 106 Decatur, GA 30030 United States Tel: +1-678-954-0671 Web: http://www.evaristesys.com/, http://www.alexbalashov.com
Oh my god ! That was an easy fix to an advanced issue :D Thanks Richard & Alex
On Mon, Dec 15, 2014 at 1:27 AM, Richard Fuchs rfuchs@sipwise.com wrote:
On 12/14/14 18:08, Mahmoud Ramadan Ali wrote:
Hi Dears, I'm following this link https://github.com/sipwise/rtpengine to configure rtpproxy-ng with Kamailio BUT i'm reciving the following errors in the Kamailio log file.
Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6198]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6188_1 d7:command4:pinge' from 127.0.0.1:36681 http://127.0.0.1:36681, using fallback RE Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6188]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6202_1 d7:command4:pinge' from 127.0.0.1:38342 http://127.0.0.1:38342, using fallback RE Dec 14 17:58:34 debian /usr/local/sbin/kamailio[6202]: ERROR: rtpproxy-ng [rtpproxy.c:1425]: rtpp_test(): proxy responded with invalid response Dec 14 17:58:34 debian rtpengine[6160]: Failed to properly parse UDP command line '6200_1 d7:command4:pinge' from 127.0.0.1:33265 http://127.0.0.1:33265, using fallback RE
My configuration as follows:
root@debian:/usr/local/etc/kamailio# rtpengine --interface=Kamailio-Internal/192.168.100.1 http://192.168.100.1 --interface=Kamailio-External/192.168.50.1 http://192.168.50.1 --listen-udp=127.0.0.1:12222 http://127.0.0.1:12222 --pidfile=/var/run/ngcp-rtpengine-daemon.pid
Use --listen-ng instead of --listen-udp.
cheers
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users