<div dir="ltr">Hi Daniel,<br><br><div class="gmail_extra"><div class="gmail_quote">On Fri, Jan 23, 2015 at 12:55 PM, Daniel-Constantin Mierla <span dir="ltr"><<a href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    can you split your checks from nat_uac_test("23") to individual
    checks (like nat_uac_test("1"), nat_uac_test("2"), ...) and see
    which one fails?<br></div></blockquote><div><br></div><div>Yes. It's the Via check (2). And I don't see why. This is ngrep (with changed IPs):<br><br>U 2015/01/23 14:24:22.258609 2a01:123:123:1234::2:16732 -> 2001:987:98:9876::aa01:5060<br>REGISTER sip:domain SIP/2.0<br>Via: SIP/2.0/UDP [2a01:123:123:1234::2]:16732;branch=z9hG4bK4b4ba821<br><br></div><div>The Source IP is identical to the Via IP. Except that when sending it out, the received IP is not shortened:<br><br>Via: SIP/2.0/UDP [2a01:123:123:1234::2]:16732;rport=16732;received=2A01:123:123:1234:0:0:0:2;branch=z9hG4bK0cda996b<br></div><div></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">
    
    Via parameter 'received' contains (always, as per spec) only the IP
    address, rport is for received port. Perhaps adding [] would not
    harm, but otherwise should be ok now.<br></div></blockquote><div><br></div><div>I agree.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">
    
    For path module, I pushed a patch. Maybe you can test and report the
    results for it.<br></div></blockquote><div><br></div><div>Thanks again. It now works as expected, even with received parameter in the Path.<br></div><div> <br></div><div>Best Regards,<br>Sebastian<br></div></div></div></div>