Re: [SR-Users] Change ports for outgoing RTP packets in RTPproxy

2015-08-19 Thread SamyGo
Hi Jean, Can you further explain your question, the steps you mentioend are already handled by kamailio's module rtpproxy. Now, you mentioned change the SDP in kamailio before rtpproxy function is calledI wonder how the device would feel about it. For example UA sent and INVITE/SDP saying I'm

[SR-Users] Change ports for outgoing RTP packets in RTPproxy

2015-08-19 Thread Jean-Marie Baran
Hi, Is there a way to change the ports were RTPproxy sends outgoing packets ? By rewriting the SDP before it gets to RTPproxy, or anything else ? 1 - Kamailio receives the SDP 2 - It somehow transmits the contact information to RTPproxy (ip + ports) 3 - The client start sending packets to

Re: [SR-Users] Change ports for outgoing RTP packets in RTPproxy

2015-08-19 Thread Jean-Marie Baran
On 19/08/2015 16:02, SamyGo wrote: For example UA sent and INVITE/SDP saying I'm listening on port 54321 ; you modify it to 12345 in kamailio and then call manage_rtpproxy() function. After 200OK RTPproxy will try to send RTPs to 12345 port but nothing may be possibly there ?! Yes, that

[SR-Users] dispatcher gateway probing in 4.3

2015-08-19 Thread Joseph Dickson
Greetings.. I'm fairly new to Kamailio, and am having fun so far... I'm using the latest 4.3 rpm version on Centos 7. I'm using Kamailio to front end a pair of FreeSwitch SBC boxes in an active/active config.. My plan is to use dispatcher to load balance calls between them. This is working

Re: [SR-Users] how to use seturi with varibales in kamailio

2015-08-19 Thread Vasiliy Ganchev
Hi! 2. you can use something like this $var(newruri)=newrurivalue; $ru = $var(newruri); if you want to change not complete ruri, take a look here http://www.kamailio.org/wiki/cookbooks/4.2.x/pseudovariables for pv related to R-URI (they are R/W) 3. pseudovariables in To header are read only,