hi all, I hae configure RTP proxy it work ok. please help me to configure that : if sip client is in the same NAT(same LAN network) , they can make call directly (RTP go direct without through RTP proxy). thanks so much.
ThanhTruong HTK-INC Co.,Ltd VN www.htk-inc.com http://pbxvn.com/forum/
2010/8/27 truong ngoc THANH ngoc217thanh@yahoo.com:
please help me to configure that : if sip client is in the same NAT(same LAN network) , they can make call directly (RTP go direct without through RTP proxy). thanks so much
Truong, nobody will do your work for you by free. This is a users maillist not a free consultance service.
As a side note, I confirm you that what you what to achieve is feasible (I've it working in some deployments).
Regards.
I too can confirm it.
-- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/
On Aug 27, 2010, at 8:40 AM, Iñaki Baz Castillo ibc@aliax.net wrote:
2010/8/27 truong ngoc THANH ngoc217thanh@yahoo.com:
please help me to configure that : if sip client is in the same NAT(same LAN network) , they can make call directly (RTP go direct without through RTP proxy). thanks so much
Truong, nobody will do your work for you by free. This is a users maillist not a free consultance service.
As a side note, I confirm you that what you what to achieve is feasible (I've it working in some deployments).
Regards.
-- Iñaki Baz Castillo ibc@aliax.net
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
hi all, thanks for your answer. but i think this is a problem when configure nathelper. because when we use rtpproxy, we must divide some case as different NAT and same NAT.
thanks again.
ThanhTruong HTK-INC Co.,Ltd http://www.htk-inc.com/ http://pbxvn.com/forum/
________________________________ From: Alex Balashov abalashov@evaristesys.com To: Iñaki Baz Castillo ibc@aliax.net Cc: truong ngoc THANH ngoc217thanh@yahoo.com; kamailio sr-users@lists.sip-router.org Sent: Fri, August 27, 2010 7:43:21 PM Subject: Re: [SR-Users] help to configre RTP proxy.
I too can confirm it.
-- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/
On Aug 27, 2010, at 8:40 AM, Iñaki Baz Castillo ibc@aliax.net wrote:
2010/8/27 truong ngoc THANH ngoc217thanh@yahoo.com:
please help me to configure that : if sip client is in the same NAT(same LAN network) , they can make call directly (RTP go direct without through RTP proxy). thanks so much
Truong, nobody will do your work for you by free. This is a users maillist not a free consultance service.
As a side note, I confirm you that what you what to achieve is feasible (I've it working in some deployments).
Regards.
--Iñaki Baz Castillo ibc@aliax.net
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
2010/8/27 truong ngoc THANH ngoc217thanh@yahoo.com:
hi all, thanks for your answer. but i think this is a problem when configure nathelper. because when we use rtpproxy, we must divide some case as different NAT and same NAT.
Which problem do you mean? It's as easy as matching two IP's.
Regards.
hi, this problem is, the clients in the same NAT make call , and i see that media always be handled by rtpproxy. what is wrong ?
ThanhTruong HTK-INC Co.,Ltd http://www.htk-inc.com/ http://pbxvn.com/forum/
________________________________ From: Iñaki Baz Castillo ibc@aliax.net To: truong ngoc THANH ngoc217thanh@yahoo.com Cc: Alex Balashov abalashov@evaristesys.com; kamailio sr-users@lists.sip-router.org Sent: Fri, August 27, 2010 10:14:49 PM Subject: Re: [SR-Users] help to configre RTP proxy.
2010/8/27 truong ngoc THANH ngoc217thanh@yahoo.com:
hi all, thanks for your answer. but i think this is a problem when configure nathelper. because when we use rtpproxy, we must divide some case as different NAT and same NAT.
Which problem do you mean? It's as easy as matching two IP's.
Regards.
2010/8/27 truong ngoc THANH ngoc217thanh@yahoo.com:
hi, this problem is, the clients in the same NAT make call , and i see that media always be handled by rtpproxy. what is wrong ?
And why do you expect that force_rtp_proxy() would do nothing in case both endpoints are in the same LAN? where in the nathelper module documentation is writen that?? This is not an "out-of-the-box" feature so please don't complain if it "doesn't work" as just you expect.
If you want RtpProxy not to being invoked for calls within the same NAT, then you should code a specific logic in kamailio.cfg in order to avoid calling force_rtp_proxy() when caller and called are detected to be in same NAT.
This is the maximun I can help you on this thread as you have provided nothing (no tests, no attempts, no code) but just a wrong assumption about RtpProxy behavior. If you want a working code you should do it by yourself or pay a consultant to get it working.
Regards.
hi, Thanks so much for your answer. i am trying to do it. thanks again. :D
ThanhTruong HTK-INC Co.,Ltd http://www.htk-inc.com/ http://pbxvn.com/forum/
________________________________ From: Iñaki Baz Castillo ibc@aliax.net To: truong ngoc THANH ngoc217thanh@yahoo.com Cc: kamailio sr-users@lists.sip-router.org Sent: Fri, August 27, 2010 10:48:51 PM Subject: Re: [SR-Users] help to configre RTP proxy.
2010/8/27 truong ngoc THANH ngoc217thanh@yahoo.com:
hi, this problem is, the clients in the same NAT make call , and i see that media always be handled by rtpproxy. what is wrong ?
And why do you expect that force_rtp_proxy() would do nothing in case both endpoints are in the same LAN? where in the nathelper module documentation is writen that?? This is not an "out-of-the-box" feature so please don't complain if it "doesn't work" as just you expect.
If you want RtpProxy not to being invoked for calls within the same NAT, then you should code a specific logic in kamailio.cfg in order to avoid calling force_rtp_proxy() when caller and called are detected to be in same NAT.
This is the maximun I can help you on this thread as you have provided nothing (no tests, no attempts, no code) but just a wrong assumption about RtpProxy behavior. If you want a working code you should do it by yourself or pay a consultant to get it working.
Regards.