Hello guys,<br><br>    Is there a method upon using lookup(&quot;location&quot;) to also pull out the &quot;socket&quot; information for the original location the UAC registered to, for scenarios of this example:<br><br>P1 &amp; P2 share same usrloc database.<br>
<br>UA1 registers to P1<br>UA2 registers to P2<br><br>UA1 calls UA2<br><br>UA1 invites -&gt; P1 -&gt; INVITES -&gt; UA2 (bypassing P2 -- where the actual nat binding is).<br><br>Now upon P1 looking up usrloc for UA2, I would like to recognize that P1 is not the Proxy to deliver the call, and forward the request to P2 to send to UA2.<br>
<br>So currently I have:<br><br>UA1 INVITE -&gt; P1 INVITE -&gt; UA2<br><br>I wish to have:<br><br>UA1 INVITE -&gt; P1 INVITE -&gt; P2 INVITE -&gt; UA2<br><br>Is there an easy method to do this?  I have been looking at the new nat traversal module it looks like it is doable with this (any further input as far as that?).  Also is it possible with the classic Nat Helper module?  Any input is appreciated, thanks!<br>
<br><br>