Hi <br><br>I've a problem with rtpproxy during a parallel ring scenario.<br>I've two client behind NAT (192.168.10.20 & 192.168.10.50) and when I try to call them in parallel mode (ringall) rtpproxy module sends in to the INVITE the same RTP ports.<br><br>Is it possible to manage rtpproxy in order to generate a couple of new port for each branch?<br><br>My rtpproxy string in the kamailio conf (in manage branch section):<br> <br>rtpproxy_manage("bFAIE","192.168.10.10");<br><br><br>Brief extract of 2 SIP INVITE message send by kamailio to natted clients:<br><br>192.168.10.10 --> 192.168.10.20<br>User Datagram Protocol, Src Port: sip (5060), Dst Port: 6090 (6090)<br>Session Initiation Protocol (INVITE)<br>Request-Line: INVITE sip:1001@192.168.10.20:6090 SIP/2.0<br>Message Header<br>Message Body<br>Session Description Protocol<br>Session Description Protocol Version (v): 0<br>Owner/Creator, Session Id (o): 1004 1476 1657 IN IP4 192.168.10.10<br>Session Name (s): Talk<br>Connection Information (c): IN IP4 192.168.10.10<br>Time Description, active time (t): 0 0<br>Media Description, name and address (m): audio 62910 RTP/AVP 111 110 0 8 101<br>Media Description, name and address (m): video 47160 RTP/AVP 102<br>Media Attribute (a): nortpproxy:yes<br><br><br>192.168.10.10 --> 192.168.10.50<br>User Datagram Protocol, Src Port: sip (5060), Dst Port: 6090 (6090)<br>Session Initiation Protocol (INVITE)<br>Request-Line: INVITE sip:1002@192.168.10.50:6090 SIP/2.0<br>Session Description Protocol<br>Session Description Protocol Version (v): 0<br>Owner/Creator, Session Id (o): 1004 1476 1657 IN IP4 192.168.10.10<br>Session Name (s): Talk<br>Connection Information (c): IN IP4 192.168.10.10<br>Time Description, active time (t): 0 0<br>Media Description, name and address (m): audio 62910 RTP/AVP 111 110 0 8 101<br>Media Description, name and address (m): video 47160 RTP/AVP 102<br>Media Attribute (a): nortpproxy:yes<br><br>