On Tue, Oct 11, 2011 at 8:39 AM, Brad Bendy <span dir="ltr">&lt;<a href="mailto:brad.bendy@benganetworks.com">brad.bendy@benganetworks.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<u></u>


  
  

<div>
Hi list,<br>
<br>
Im trying to get a opensips 1.6.4-2 with rtpproxy 1.2.1 to work in bridge mode, calls will get a INVITE from a private network then opensips needs to forward that invite out upstream via a public interface.<br>
<br>
It appears the issue right now im seeing is the c= in SDP has the IP address twice, ie: c=IN IP4 10.101.1.21410.101.1.214.<br></div></blockquote><div><br><br>This normally occurs when calling the rtpproxy functions twice. Any time you try to modify the same chunk more than once, you&#39;ll get these kinds of problems. I&#39;d double check your script and look for all occurrences of calls to any of the rtpproxy funcs that rewrite the sdp because one of them is definitely getting called more than once. <br>

<br>You may benefit from adding a is_method check in the main route block before you start rewriting SDP.<br><br>-Brett<br><br></div></div>