Re: [SR-Users] Kamailio/RTP Proxy issue

2012-10-10 Thread Kamal Palei
Dear Klaus Thanks for response. It really worked nicely. Regards Kamal On Tue, Oct 9, 2012 at 8:37 PM, Klaus Darilion wrote: > For messages from the main proxy use the r' flag when activating rtpproxy: > http://kamailio.org/docs/**modules/3.3.x/modules/**rtpproxy.html#id2548160

Re: [SR-Users] Kamailio/RTP Proxy issue

2012-10-09 Thread Klaus Darilion
For messages from the main proxy use the r' flag when activating rtpproxy: http://kamailio.org/docs/modules/3.3.x/modules/rtpproxy.html#id2548160 regards klaus On 09.10.2012 13:58, Kamal Palei wrote: Hi All Facing a strange issue in Kamailio / RTP proxy setup. Using 1. Kamailio - 3.1.5 2. RT

[SR-Users] Kamailio/RTP Proxy issue

2012-10-09 Thread Kamal Palei
Hi All Facing a strange issue in Kamailio / RTP proxy setup. Using 1. Kamailio - 3.1.5 2. RTP proxy 1.1 I have pne sip client, lets say it is 'A'. 'A' sent INVITE to Kamailio proxy. Kamailio proxy modified the IP address present in SDP to RTP proxy IP address, and sent to main proxy. Main proxy

Re: [SR-Users] Kamailio - RTP Proxy problem

2011-11-28 Thread pablo umanzor
but according the log it shouldn't be running, because there is a segfault for this process check this out: >> > Nov 28 13:04:09 ubuntu kernel: [ 7015.931001] rtpproxy[2813]: segfault at >> > 0 ip 0805147c sp b6f27cd0 error 4 in rtpproxy[8048000+e000] >> > Nov 28 13:04:10 ubuntu /usr/local/kama

Re: [SR-Users] Kamailio - RTP Proxy problem

2011-11-28 Thread Sammy Govind
Hi, whats the output for the command "netstat -pln | grep 7722" or "netstat -pln | grep -i rtpproxy". Just curious to know if rtpproxy is actually listening on the mentioned port on localhost ! Regards, Sammy On Tue, Nov 29, 2011 at 2:37 AM, pablo umanzor wrote: > which version are you using

Re: [SR-Users] Kamailio - RTP Proxy problem

2011-11-28 Thread pablo umanzor
which version are you using of RTP proxy? 1.2.1 from tarball or from git? try with 1.2.1 from tarball http://b2bua.org/chrome/site/rtpproxy-1.2.1.tar.gz and read this page http://nil.uniza.sk/sip/nat-fw/builiding-rtpproxy-server-121-git-debian-lenny regards pablo umanzor 2011/11/28 Jonny K

[SR-Users] Kamailio - RTP Proxy problem

2011-11-28 Thread Jonny Klompas
I am using RTP Proxy with the following command: rtpproxy -l "my_IP" -s udp:localhost:7722 Nov 28 13:04:09 ubuntu /usr/local/kamailio-3.1/sbin/kamailio[2770]: INFO: rtpproxy [rtpproxy.c:1403]: rtp proxy found, support for it re-enabled Nov 28 13:04:09 ubuntu kernel: [ 7015.931001] rtpproxy[2813

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

Re: [SR-Users] KAMAILIO RTP PROXY

2011-09-06 Thread Klaus Darilion
Make sure force_rtpproxy is called also in reply route, and make sure the reply route is activated (t_on_reply). See the default config file for how it works. For debugging use (or Wireshark ...) ngrep -i any -W byline port 5060 and analyze the SDP before and after Kamailio. Also, add xlogl()

[SR-Users] KAMAILIO RTP PROXY

2011-09-06 Thread Phillman25 Kyriacou
Hi I want to use Kamailio to handle both signalling and media always. My scenario is the following PSTN==>KAMAILIO==>ASTERISK. I have a dialplan that points to ASTERISK when a call comes into Kamailio. Signalling is fine, however i cant seem to get the Media to work, i have installed the RTPPROXY

Re: [SR-Users] Kamailio + RTP Proxy modification -- programmer needed

2011-05-11 Thread Olivier Taylor
Hi, Can you send me more informations on what you want to do exactly, I may be interrested. Olivier Hi, We need a programmer who can modify SIP and RTP packets passing through Kamailio and RTP proxy. Interested programmer can contac

Re: [SR-Users] Kamailio + RTP Proxy modification -- programmer needed

2011-05-10 Thread Salauddin Rubel
Thanks so much Daniel. If you have any known person (both kamailio and RTP Proxy or seperately) please suggest. On Wed, May 11, 2011 at 12:24 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Be sure you send the mail on the rtpproxy list as well. Here are mainly > sip devs, so you may

Re: [SR-Users] Kamailio + RTP Proxy modification -- programmer needed

2011-05-10 Thread Daniel-Constantin Mierla
Be sure you send the mail on the rtpproxy list as well. Here are mainly sip devs, so you may end up having to hire two, one for sip and one for rtp. Also, if you need to do some heavy processing on rtp (i.e., transcoding), you should check also existing sip media serviers such as SEMS (http://

[SR-Users] Kamailio + RTP Proxy modification -- programmer needed

2011-05-10 Thread Salauddin Rubel
Hi, We need a programmer who can modify SIP and RTP packets passing through Kamailio and RTP proxy. Interested programmer can contact with me. Thanks ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.