Sorry, to clarify here, I didn&#39;t including the IPs of the routers between the proxies and the UACs.  Both UACs are behind NAT.  So the issue really is how to check if a registered customer is behind NAT to put that in the routing logic.  It&#39;s easy on the from side, but I don&#39;t see on the to side how to test.<br>
<br>-dg<br>
<br><br><div class="gmail_quote">On Thu, Dec 24, 2009 at 12:17 PM, Daniel Goepp <span dir="ltr">&lt;<a href="mailto:dan@goepp.net">dan@goepp.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m going to look the complete fool here for my lack of understanding how OpenSIPS would handle this via it&#39;s route branching, but I am just banging my head on this one.  Here is the problem:<br><br>For simplification I&#39;m using the first octet of the IP to identify the system, and the connect line of the SDP for both INVITE and OK<br>

<br>How we have it setup today:<br>OpenSIPS B doesn&#39;t see the call as NATd which it isn&#39;t between proxies so sends sdp w/204 to UAC B.<br>
UAC A (192) -&gt; INVITE (192) -&gt; OpenSIPS A (204) -&gt; INVITE (204) -&gt; OpenSIPS B (76) -&gt; INVITE (204) -&gt; UAC B (192)<br>
UAC A (192) &lt;- OK (204) &lt;- OpenSIPS A (204) &lt;- OK (192) &lt;- OpenSIPS B (76) &lt;- OK (192) &lt;- UAC B (192)<br>
<br>
What we would like it to do:<br>
Split the handling of NAT, so the sdp on the call leg between proxies
is not touched, but the call leg to the UAC B is rewritten for NAT, and the SDP in the OK back to Proxy A is rewritten.<br>
UAC A (192) -&gt; INVITE (192) -&gt; OpenSIPS A (204) -&gt; INVITE (204) -&gt; OpenSIPS B (76) -&gt; INVITE (76) -&gt; UAC B (192)<br>
UAC A (192) &lt;- OK (204) &lt;- OpenSIPS A (204) &lt;- OK (76) &lt;- OpenSIPS B (76) &lt;- OK (192) &lt;- UAC B (192)<br>
<br>Does this make sense.  I&#39;m trying to dig through the archives to see if there is something on this, but I&#39;m not finding much yet.<br><br>Any help is MUCH appreciated....I know, it&#39;s Xmas even, and I&#39;m messing around with OpenSIPS...what a life ;)<br>
<font color="#888888">
<br>-dg<br>
</font></blockquote></div><br>