[asterisk-bugs] [Asterisk 0017832]: [patch] SIP domains automatically add 0.0.0.0 and :: for IPv6
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Sep 7 17:22:16 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17832
======================================================================
Reported By: oej
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 17832
Category: Channels/chan_sip/General
Reproducibility: have not tried
Severity: minor
Priority: high
Status: ready for testing
Target Version: 1.8.0
Asterisk Version: 1.8.0-beta3
JIRA: SWP-2035
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-08-11 04:58 CDT
Last Modified: 2010-09-07 17:22 CDT
======================================================================
Summary: [patch] SIP domains automatically add 0.0.0.0 and ::
for IPv6
Description:
With autodomain support in sip.conf, the 0.0.0.0 bind address is added as a
domain. Previously, chan_sip complained that it could not add automatic
domains for that IP... Something is buggy here. In any case, 0.0.0.0 should
NOT be added to the domain list.
*CLI> sip show domains
Our local SIP domains: Context Set by
132.177.252.81 (default) [Configured]
localhost (default) [Configured]
127.0.0.1 (default) [Configured]
0.0.0.0 (default) [Automatic]
agave.local (default) [Automatic]
======================================================================
----------------------------------------------------------------------
(0126721) svnbot (reporter) - 2010-09-07 17:22
https://issues.asterisk.org/view.php?id=17832#c126721
----------------------------------------------------------------------
Repository: asterisk
Revision: 285455
U branches/1.8/channels/chan_sip.c
------------------------------------------------------------------------
r285455 | qwell | 2010-09-07 17:22:15 -0500 (Tue, 07 Sep 2010) | 8 lines
Don't automatically add domains for wildcard bindaddrs.
(closes issue https://issues.asterisk.org/view.php?id=17832)
Reported by: oej
Patches:
17832-wildcard.diff uploaded by qwell (license 4)
Tested by: qwell
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=285455
Issue History
Date Modified Username Field Change
======================================================================
2010-09-07 17:22 svnbot Checkin
2010-09-07 17:22 svnbot Note Added: 0126721
======================================================================
More information about the asterisk-bugs
mailing list