[asterisk-bugs] [Asterisk 0017834]: [patch] IPv6: System configured for only IPv4 tries sending to IPv6
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Aug 16 10:30:51 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17834
======================================================================
Reported By: oej
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17834
Category: Channels/chan_sip/IPv6
Reproducibility: always
Severity: minor
Priority: normal
Status: acknowledged
Asterisk Version: 1.8.0-beta3
JIRA: SWP-2033
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 05:13 CDT
Last Modified: 2010-08-16 10:30 CDT
======================================================================
Summary: [patch] IPv6: System configured for only IPv4 tries
sending to IPv6
Description:
Running on a dual stack system, with a bind address set to 0.0.0.0
(indicating only IPv4 support), placing a call to a domain that only
resolves into an IPv6 server, Asterisk tries to send anyway with poor
results. This indicates a few things to me:
- Something is wrong in the code, since it doesn't act as documented in
sip.conf. (bindaddr 0.0.0.0 should only get IPv4 support)
- Many log messages are wrong
- Again, like in another issue, Asterisk tries sending SIP messages to a
NULL address. This is a bug in itself.
I have modified the host names in the log, can provide programmer with
proper addresses for testing.
======================================================================
----------------------------------------------------------------------
(0125972) sperreault (developer) - 2010-08-16 10:30
https://issues.asterisk.org/view.php?id=17834#c125972
----------------------------------------------------------------------
I uploaded suppress_warnings.diff, which should take care of a few
unnecessary warnings.
Issue History
Date Modified Username Field Change
======================================================================
2010-08-16 10:30 sperreault Note Added: 0125972
======================================================================
More information about the asterisk-bugs
mailing list