[SR-Users] Kamailio 3.0 cann't access the RTPProxy

JinKevin kevin.jzh at hotmail.com
Tue Jul 27 16:21:21 CEST 2010


Hi Daniel,
 
I use the rtpproxy 1.2.1. And seems loopback interface cann't be caputred on Solaris. I have tried the rtpproxy on other interface and tried the caputre, however didn't see anything on port 7722. 
 
One more thing like to mention is that I got some error like below:

 

if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT rtpp_notify.o -MD -MP -MF ".deps/rtpp_notify.Tpo" -c -o rtpp_notify.o rtpp_notify.c; \
        then mv -f ".deps/rtpp_notify.Tpo" ".deps/rtpp_notify.Po"; else rm -f ".deps/rtpp_notify.Tpo"; exit 1; fi
rtpp_notify.c: In function `reconnect_timeout_handler':
rtpp_notify.c:240: error: `AF_LOCAL' undeclared (first use in this function)
rtpp_notify.c:240: error: (Each undeclared identifier is reported only once
rtpp_notify.c:240: error: for each function it appears in.)
gmake[1]: *** [rtpp_notify.o] Error 1
gmake[1]: Leaving directory `/opt/csw/src/rtpproxy'
gmake: *** [all] Error 2



I search on internet and added the following in the beginnng of the rtpp_notify.c, and the make gets through. Not sure if this change has any issue.
 
#ifndef AF_LOCAL
#define AF_LOCAL AF_UNIX
#endif
 

Thanks,

Kevin






Date: Tue, 27 Jul 2010 11:53:21 +0200
From: miconda at gmail.com
To: kevin.jzh at hotmail.com
CC: sr-users at lists.sip-router.org
Subject: Re: [SR-Users] Kamailio 3.0 cann't access the RTPProxy

Hello,

can you sniff the loopback interface for communication on port 7722 (i.e., using ngrep/wireshark, etc...)?

What is the version of rtppproxy do you have?

Cheers,
Daniel


On 7/27/10 3:58 AM, JinKevin wrote: 



Guys,
 
Anyone has some feedback on this?
 
Thanks,
Kevin
 





 
Hi All,
 
 
 I have the kamailio configed as below on Solaris 10 (Sparc):
 
# ----- nathelper -----
#!ifdef WITH_NAT
modparam("nathelper", "rtpproxy_sock", "udp:127.0.0.1:7722")
modparam("nathelper", "natping_interval", 30)
modparam("nathelper", "ping_nated_only", 1)
modparam("nathelper", "sipping_bflag", 7)
modparam("nathelper", "sipping_from", "sip:pinger at kamailio.org")
modparam("registrar|nathelper", "received_avp", "$avp(i:80)")
modparam("usrloc", "nat_bflag", 6)
#!endif

and rtpproxy is started as 
AppSer01:ipunity@/opt/ipunity$ ps -ef |grep rtp
 ipunity  4687     1   0 12:58:20 ?           0:00 /usr/local/bin/rtpproxy -l 210.xx.xx.xx -s udp:localhost:7722
 
AppSer01:ipunity@/opt/ipunity$ netstat -an |grep 7722
127.0.0.1.7722                            Idle
127.0.0.1.41509      127.0.0.1.7722       Connected
127.0.0.1.41510      127.0.0.1.7722       Connected
127.0.0.1.41511      127.0.0.1.7722       Connected
127.0.0.1.41512      127.0.0.1.7722       Connected
127.0.0.1.41513      127.0.0.1.7722       Connected
127.0.0.1.41514      127.0.0.1.7722       Connected
127.0.0.1.41515      127.0.0.1.7722       Connected
127.0.0.1.41516      127.0.0.1.7722       Connected
127.0.0.1.41517      127.0.0.1.7722       Connected
127.0.0.1.41518      127.0.0.1.7722       Connected
127.0.0.1.41519      127.0.0.1.7722       Connected
 
However, kamailio is not able to connect the rtpporxy, 
 
Jul 24 12:58:59 AppSer01 /usr/local/kamailio-3.0/sbin/kamailio[22867]: [ID 788202 local0.error] ERROR: nathelper [nathelper.c:2457]: can't send command to a RTP proxy
Jul 24 12:58:59 AppSer01 /usr/local/kamailio-3.0/sbin/kamailio[22867]: [ID 844113 local0.error] ERROR: nathelper [nathelper.c:2492]: proxy <udp:127.0.0.1:7722> does not respond, disable it
Jul 24 12:58:59 AppSer01 /usr/local/kamailio-3.0/sbin/kamailio[22867]: [ID 582370 local0.error] ERROR: nathelper [nathelper.c:3144]: no available proxies
Jul 24 12:58:59 AppSer01 /usr/local/kamailio-3.0/sbin/kamailio[22867]: [ID 788202 local0.error] ERROR: nathelper [nathelper.c:2457]: can't send command to a RTP proxy
Jul 24 12:58:59 AppSer01 /usr/local/kamailio-3.0/sbin/kamailio[22867]: [ID 844113 local0.error] ERROR: nathelper [nathelper.c:2492]: proxy <udp:127.0.0.1:7722> does not respond, disable it
Jul 24 12:58:59 AppSer01 /usr/local/kamailio-3.0/sbin/kamailio[22867]: [ID 582370 local0.error] ERROR: nathelper [nathelper.c:3144]: no available proxies
Jul 24 12:59:04 AppSer01 /usr/local/kamailio-3.0/sbin/kamailio[22870]: [ID 582370 local0.error] ERROR: nathelper [nathelper.c:2627]: no available proxies
Jul 24 12:59:04 AppSer01 /usr/local/kamailio-3.0/sbin/kamailio[22870]: [ID 582370 local0.error] ERROR: nathelper [nathelper.c:2627]: no available proxies

Any helps are appreciated.
 
 
Thanks,
Kevin



聊天+搜索+邮箱 想要轻松出游,手机MSN帮你搞定! 立刻下载! 


使用新一代 Windows Live Messenger 轻松交流和共享! 立刻下载! 
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users at lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
  
-- 
Daniel-Constantin Mierla
http://www.asipto.com/
 		 	   		  
_________________________________________________________________
MSN十年回馈,每位用户可免费获得价值25元的卡巴斯基反病毒软件2010激活码,快来领取!
http://kaba.msn.com.cn/?k=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20100727/4654a21d/attachment-0001.htm>


More information about the sr-users mailing list