Re: [SR-Users] Kamailio 5.0 can't get version of the RTP proxy

2017-04-10 Thread Yebe diomande Keffa
not starting if you don't provide the -u or -F parameter. The netstat shows only kamailio as application, no rtpproxy. See if rtpproxy is in the process running table, like: ps -auxw | grep -i rtpproxy Cheers, Daniel On 10.04.17 11:21, Yebe diomande Keffa wrote: YES, i think rtpproxy

Re: [SR-Users] Kamailio 5.0 can't get version of the RTP proxy

2017-04-10 Thread Yebe diomande Keffa
YES, i think rtpproxy is running root@ns3033789:/usr/local/src/kamailio-5.0/rtpproxy# netstat -np | grep 7722 udp0 0 127.0.0.1:43042 127.0.0.1:7722 ESTABLISHED 13084/kamailio udp0 0 127.0.0.1:38992 127.0.0.1:7722 ESTABLISHED 13062/ka

[SR-Users] Kamailio 5.0 can't get version of the RTP proxy

2017-04-10 Thread Yebe diomande Keffa
Hello Getting this issu on Kamaiio 5.0 ( install from GIT): Apr 10 10:47:42 ns3033789 /usr/local/sbin/kamailio[11496]: WARNING: rtpproxy [rtpproxy.c:1366]: rtpp_test(): can't get version of the RTP proxy Apr 10 10:47:42 ns3033789 /usr/local/sbin/kamailio[11488]: WARNING: rtpproxy [rtpproxy.c:140

[SR-Users] Adding two time prefix to $rU

2017-03-28 Thread Yebe diomande Keffa
Hello I am new with kamailio, and trying to add prefix to Request URI ($rU). I use branch_route,  for $rU=”prefix”+$rU, i got two time prefix adding  =>   prefix_prefix_original$rU This is my code small code: request_route {     if (is_method("INVITE")) {