Re: [SR-Users] incorrect port 0 in reply from rtp proxy

2011-06-07 Thread Mokhtar Bengana
I am still unable to fix the one way audio for my outgoing calls. I tried different flags for nat_uac_test and force_rtp_proxy and nothing made a difference. Wireshack is not showing an rtp stream being initiated from the callee back to my natted caller ip. I have included my routing logic and app

Re: [SR-Users] incorrect port 0 in reply from rtp proxy

2011-06-06 Thread Alex Balashov
What are the syntax issues? P.S. has_sdp() doesn't actually exist. -- Alex Balashov - Principal Evariste Systems LLC 260 Peachtree Street NW Suite 2200 Atlanta, GA 30303 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/ On Jun 6, 2011, at 11:48 PM, Mokhtar Bengana wrote

Re: [SR-Users] incorrect port 0 in reply from rtp proxy

2011-06-06 Thread Mokhtar Bengana
Andrew, I am trying to use rtpproxy_offer/answer on the ONREPLY ROUTE but I am having some syntax issues. Here is the example I am using. Any help with the syntax appreciated. route { ... if (is_method("INVITE")) { if (has_sdp()) { if (rtpproxy_offer()) t_

Re: [SR-Users] incorrect port 0 in reply from rtp proxy

2011-06-06 Thread Andrew Pogrebennyk
Mokhtar, could you please make sure that you are calling route(RTPPROXY) in reply route as well, as Alex suggested? On 03.06.2011 16:33, Mokhtar Bengana wrote: This is how I configured rtpproxy. Not sure why rtpproxy is not engaged both ways. Thanks for your help. -- Sincerely, Andrew Pogrebe

Re: [SR-Users] incorrect port 0 in reply from rtp proxy

2011-06-03 Thread Mokhtar Bengana
This is how I configured rtpproxy. Not sure why rtpproxy is not engaged both ways. Thanks for your help. root@Kamailio:/etc/default# more rtpproxy # Defaults for rtpproxy # The control socket. #CONTROL_SOCK="unix:/var/run/rtpproxy/rtpproxy.sock" # To listen on an UDP socket, uncomment this line:

Re: [SR-Users] incorrect port 0 in reply from rtp proxy

2011-06-03 Thread Alex Balashov
This sounds like an asymmetrical engagement of rtpproxy (e.g. on the reply but not the initial request, or vice versa). On 06/02/2011 09:45 PM, Mokhtar Bengana wrote: I have Kamailio and rtpproxy running behind NAT on the same server. Inbound calls to Kamailio from the outside work fine and I

[SR-Users] incorrect port 0 in reply from rtp proxy

2011-06-02 Thread Mokhtar Bengana
I have Kamailio and rtpproxy running behind NAT on the same server. Inbound calls to Kamailio from the outside work fine and I have two way audio but when I try an outbound echo test call the call connects but I have no audio. rtpproxy seems to be running and all rtp ports are poiting to Kamailio i