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