Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-29 Thread Khue Nguyen Minh
Hi Richard, in rtpproxy.c file, I inserted some lines to display log, so line-number in new file is bigger than original file. I get module by download one by one file. ex: wget https://raw.github.com/sipwise/kamailio/3.3+ngcp2.8/modules/rtpproxy-ng/bencode.c Thanks, Khue. 2013/7/29 Richard Fuc

Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-29 Thread Richard Fuchs
On 07/28/13 22:37, Khue Nguyen Minh wrote: > Hi Richard, > > I get mediaproxy from link: > https://github.com/sipwise/mediaproxy-ng > > and rtpproxy-ng from link: > https://github.com/sipwise/kamailio/tree/3.3+ngcp2.8 And how did you download them from there? Through a regular git clone/checkou

Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-28 Thread Khue Nguyen Minh
Hi Richard, I get mediaproxy from link: https://github.com/sipwise/mediaproxy-ng and rtpproxy-ng from link: https://github.com/sipwise/kamailio/tree/3.3+ngcp2.8 2013/7/26 Richard Fuchs > Hi, > > I can't reproduce this, neither the empty IP address nor the segfault. Can > you tell me which ver

Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-26 Thread Richard Fuchs
Hi, I can't reproduce this, neither the empty IP address nor the segfault. Can you tell me which version exactly of both mediaproxy-ng and the rtpproxy-ng module you're using (downloaded from where, which repository, which branch), as well as the entire log for a particular call, i.e. everyth

Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-26 Thread Khue Nguyen Minh
Hi, I removed x parameter and re-run. But, I still got same error: mediaproxy-ng[10607]: Got valid command from 127.0.0.1:54098: answer - { "sdp": "v=0#015#012o=- 3583815381 3583815382 IN IP4 10.10.10.20#015#012s=pjmedia#015#012c=IN IP4 10.10.10.20#015#012t=0 0#015#012m=audio 4021 RTP/AVP 0 101#0

Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-26 Thread Carsten Bock
Hi, the "x"-Parameter in dlg_manage is for bridging IPv4/IPv6. You only have configured one address, so the x-Parameter does not make any sense here. http://kamailio.org/docs/modules/devel/modules/rtpproxy.html#idp2994536 Kind regards from the implementor of the "x"-Parameter, Carsten 2013/7/26

Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-26 Thread Khue Nguyen Minh
I run mediaproxy-ng with command: mediaproxy-ng --table=42 --ip=x.x.x.x --listen-ng=127.0.0.1:7723 --tos=184 --pidfile=/var/run/mediaproxy-ng.pid --advertised-ip=x.x.x.x And this is my config of sipproxy 1. when I receive INVITE message if (is_request()) { if (is_direction(

Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-26 Thread Alexey Rybalko
Hi! Just my two cents. What parameters do you use for mediaproxy? Smth like RUN_MEDIAPROXY=yes LISTEN_UDP=127.0.0.1: LISTEN_NG=127.0.0.1:11123 *ADDRESS=XXX.XXX.XXX.XXX* ? regards, Alexey 2013/7/26 Khue Nguyen Minh > Thanks Richard. Now, rtpproxy-ng can work with mediaproxy-ng. But, I hav

Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-26 Thread Khue Nguyen Minh
Thanks Richard. Now, rtpproxy-ng can work with mediaproxy-ng. But, I have some error when run it. After rtpproxy-ng send SDP information to mediaproxy-ng, it receive wrong IP. please see follow log: Got valid command from 127.0.0.1:60340: offer - { "sdp": "v=0#015#012o=doubango 1983 678901 IN IP4

Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-24 Thread Richard Fuchs
On 07/24/13 05:45, Khue Nguyen Minh wrote: > Hi all, > > I am using rtpproxy-ng to control mediaproxy-ng. I was install and > config follow this guide: > https://github.com/sipwise/mediaproxy-ng > when I run kamailio with rtpproxy-ng module and mediaproxy-ng I got error: > mediaproxy-ng[25216]: Fa