Hey everyone,<br><br>When I&#39;m doing sequential forking I&#39;m seeing that for each gateway that doesn&#39;t answer and I move forward <br>in the list of available gateways to forward the INVITE to, openser adds an &quot;a=nortpproxy:yes&quot; into the SDP
<br>so what happens is that the final gateway which is alive receives the sip header with multiple lines<br>of &quot;a=nortpproxy:yes&quot; repeating themselves in the SDP and throws away the packet.<br><br>From my browsing in nathelper&#39;s code I see the only place that writes a &quot;a=nortpproxy:yes&quot; string to 
<br>the SDP is the fix_nated_sdp function, and I&#39;m actually not using it in my cfg but rather using<br>fix_nated_register and fix_nated_contact which from what the README says are not handling<br>the SDP part.<br><br>
And so I&#39;m asking, where could it be coming from?<br>And also, it would be easier if I can insert a piece of code that can do some regular expression<br>miracles with the SIP header and remove any duplicate lines of the &quot;nortpproxy&quot; string.
<br><br>I&#39;m running on openser 1.1.1<br><br><br>Thanks,<br>Lir.<br><font size="3"></font>