Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Austin Einter
Hi Carsten Many thanks to you. Now I am able to run kamailio and rtp proxy properly. Thanks Austin On Fri, Oct 7, 2011 at 6:51 PM, Carsten Bock wrote: > Hi Austin, > > you could simply add dlg_manage() for INVITE's directly after your > "route(REQINIT)" request + a similar check in the "onre

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Carsten Bock
Hi Austin, you could simply add dlg_manage() for INVITE's directly after your "route(REQINIT)" request + a similar check in the "onreply_route". If you use rtpproxy_destroy() it will only destroy the current RTP-Session, not all of them. Kind regards, Carsten 2011/10/7 Austin Einter : > Carsten

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Austin Einter
Carsten Really appreciate your input. I am completely new to this. Please bear with me with easy questions. When you say I can use rtpproxy_manage() in the request and response and use rtpproxy_destroy() in BYE, I want to know where I have to modify. Is it kamailio.cfg file where I need to modify

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Carsten Bock
Hi, you can simply use Kamailio and RTPProxy here. You simply can use rtpproxy_manage() in the request and in the reply; rtpproxy_destroy() in the Bye-Message. You must also use record_route() in order to have all subsequent requests going through your proxy. That should do your job. May you want

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Austin Einter
Dear Carsten Thanks for reply. I did not install rtp proxy . I just installed kamailio after that I was able to run both kamailio and rtp proxy. I am surprised, I thought after installing kamailio 3.1.5, I will be able to execute both kamailio and rtpproxy. Not sure it it was installed in my lab

Re: [SR-Users] Kamailio RTP Proxy Questions

2011-10-07 Thread Carsten Bock
Hi, did you also install the RTPProxy itself? It is an addon to Kamailio and not a part of Kamailio. You find the RTPProxy here: www.rtpproxy.org Carsten 2011/10/7 Austin Einter > Hi > I downloaded 3.1.5 Kamalio source, did make and install. Tried to run, and > tested few basic scenarios, ever

[SR-Users] Kamailio RTP Proxy Questions

2011-10-06 Thread Austin Einter
Hi I downloaded 3.1.5 Kamalio source, did make and install. Tried to run, and tested few basic scenarios, everything working fine. I have a main proxy, want to use kamailio as intermediate proxy and my requirement is all RTP packets should pass through machine in which Kamalio proxy is running. I