<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Updated to the latest code release of * 
today.&nbsp; After compiling and reinstalling the SIP dialout connections 
through our media gateway stopped working.&nbsp;&nbsp;&nbsp; Finally tracked 
down the issue.&nbsp; In chan_sip.c in transmit_invite there was ;rport added to 
the INVITE via line of the msg:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>snprintf(p-&gt;via, sizeof(p-&gt;via), "SIP/2.0/UDP 
%s:%d;branch=z9hG4bK%08x;rport", inet_ntoa(p-&gt;ourip), ourport, 
p-&gt;branch);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The old code did not have that ;rport, it ends with 
the branch&nbsp;.&nbsp;&nbsp;&nbsp; Can anyone explain what that 
does?&nbsp;&nbsp; I have taken it out, recompiled and can now make outbound 
calls again.&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Todd</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>