[Asterisk-Users] current code release & chan_sip problem/question rport
Brian K. West
brian at bkw.org
Fri Jun 18 21:09:48 MST 2004
Modified Files:
chan_sip.c
Log Message:
Enable support for RFC3581 (bug #1862)
bkw
----- Original Message -----
From: Todd Graham
To: asterisk-users at lists.digium.com
Sent: Friday, June 18, 2004 11:05 PM
Subject: [Asterisk-Users] current code release & chan_sip problem/question rport
Updated to the latest code release of * today. After compiling and reinstalling the SIP dialout connections through our media gateway stopped working. Finally tracked down the issue. In chan_sip.c in transmit_invite there was ;rport added to the INVITE via line of the msg:
snprintf(p->via, sizeof(p->via), "SIP/2.0/UDP %s:%d;branch=z9hG4bK%08x;rport", inet_ntoa(p->ourip), ourport, p->branch);
The old code did not have that ;rport, it ends with the branch . Can anyone explain what that does? I have taken it out, recompiled and can now make outbound calls again.
Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040618/0881b984/attachment.htm
More information about the asterisk-users
mailing list