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