[asterisk-bugs] [Asterisk 0019220]: Peer address always overwritten by contact address
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue May 3 13:14:25 CDT 2011
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=19220
======================================================================
Reported By: byronclark
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 19220
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.8.3.3
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-05-03 13:14 CDT
Last Modified: 2011-05-03 13:14 CDT
======================================================================
Summary: Peer address always overwritten by contact address
Description:
In asterisk 1.6.2.17.3 setting nat=yes in sip.conf resulted in the ipaddr
field of a realtime peer being used as the addr field in the sip_peer
structure.
In asterisk 1.8.3.3 I'm seeing that the address in the fullcontact field
is being used regardless of the nat setting in sip.conf, except during
registration when the rport option is present.
I've attached a patch (against 1.8 svn) that uses SIP_NAT_FORCE_RPORT for
the overwrite check in build_peer instead of SIP_NAT_RPORT_PRESENT.
SIP_NAT_FORCE_RPORT is set by the nat option in sip.conf and appears to be
what most users of the 1.6.2 flag SIP_NAT_ROUTE were changed to.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-05-03 13:14 byronclark New Issue
2011-05-03 13:14 byronclark Asterisk Version => 1.8.3.3
2011-05-03 13:14 byronclark Regression => No
2011-05-03 13:14 byronclark SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list