<div dir="ltr">Hello,<div>I have an issue with Asterisk 12 PJSIP. When receving an INVITE with FROM URI that has a port number, the Asterisk removes the port from URI on consecutive Responses / Requests. This causes an issue with one of our SIP servers (it doesn't recognize the response / request).</div><div>Below you can see an incoming INVITE and the outgoing 200OK response. I have highlighted the issue in Yellow.</div><div>Does anyone know of a solution / workaround for this issue?</div><div><br></div><div><--- Received SIP request (648 bytes) from UDP:<a href="http://172.16.60.160:5061">172.16.60.160:5061</a> ---></div><div>INVITE sip:039988120F@172.16.60.160:5060;user=phone SIP/2.0</div><div>Via: SIP/2.0/UDP 10.1.1.1:5060;branch=z9hG4bK-29450-3-0</div><div>Max-Forwards: 60</div><div>From: <sip:39937841@<font color="#000000" style="background-color:rgb(255,255,0)"><a href="http://192.168.225.2:5061">192.168.225.2:5061</a></font>;user=phone>;tag=3</div><div>To: <sip:039988120F@172.16.60.160:5060;user=phone></div><div>Call-ID: <a href="mailto:3-29450@172.16.60.160">3-29450@172.16.60.160</a></div><div>CSeq: 1 INVITE</div><div>Contact: <sip:<a href="http://10.1.1.1:5060">10.1.1.1:5060</a>></div><div>User-Agent: Simulator</div><div>Supported: 100rel</div><div>Privacy: id</div><div>Min-SE: 90</div><div>Content-Type: application/sdp</div><div>Content-Length:   201</div><div><br></div><div>v=0</div><div>o=172.16.60.160 10864 2 IN IP4 172.16.60.160</div><div>s=SIP Call</div><div>c=IN IP4 172.16.60.160</div><div>t=0 0</div><div>a=sendrecv</div><div>m=audio 60000 RTP/AVP 8 0 101</div><div>a=rtpmap:101 telephone-event/8000</div><div>a=fmtp:101 0-15</div><div>a=ptime:20</div><div><br></div><div><--- Transmitting SIP response (730 bytes) to UDP:<a href="http://172.16.60.160:5061">172.16.60.160:5061</a> ---></div><div>SIP/2.0 200 OK</div><div>Via: SIP/2.0/UDP 10.1.1.1:5060;rport;received=172.16.60.160;branch=z9hG4bK-29450-3-0</div><div>Call-ID: <a href="mailto:3-29450@172.16.60.160">3-29450@172.16.60.160</a></div><div>From: <sip:39937841@<span style="background-color:rgb(255,255,0)">192.168.225.2</span>;user=phone>;tag=3</div><div>To: <<a href="mailto:sip%3A039988120F@172.16.60.160">sip:039988120F@172.16.60.160</a>;user=phone>;tag=4f7ef94f-fb15-4bf5-94bd-4e43fe-299655</div><div>CSeq: 1 INVITE</div><div>Contact: <sip:<a href="http://172.16.60.160:5060">172.16.60.160:5060</a>></div><div>Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REFER, MESSAGE, REGISTER</div><div>Supported: 100rel, timer, replaces, norefersub</div><div>Content-Type: application/sdp</div><div>Content-Length:   189</div><div><br></div><div>v=0</div><div>o=- 10864 4 IN IP4 10.2.0.67</div><div>s=Asterisk</div><div>c=IN IP4 172.16.60.160</div><div>t=0 0</div><div>m=audio 19404 RTP/AVP 8</div><div>c=IN IP4 172.16.60.160</div><div>a=rtpmap:8 PCMA/8000</div><div>a=ptime:20</div><div>a=maxptime:150</div><div>a=sendrecv</div><div> </div></div>