[asterisk-commits] simon.perreault: branch 1.8 r281356 - /branches/1.8/configs/sip.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 9 09:31:44 CDT 2010
Author: simon.perreault
Date: Mon Aug 9 09:31:40 2010
New Revision: 281356
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=281356
Log:
Added comment about IPv4-mapped IPv6 addresses and the output of netstat.
Modified:
branches/1.8/configs/sip.conf.sample
Modified: branches/1.8/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/sip.conf.sample?view=diff&rev=281356&r1=281355&r2=281356
==============================================================================
--- branches/1.8/configs/sip.conf.sample (original)
+++ branches/1.8/configs/sip.conf.sample Mon Aug 9 09:31:40 2010
@@ -144,6 +144,8 @@
; d) Listen on the IPv4 and IPv6 wildcards. Example: bindaddr=::
; (You can choose independently for UDP, TCP, and TLS, by specifying different values for
; "udpbindaddr", "tcpbindaddr", and "tlsbindaddr".)
+; (Note that using bindaddr=:: will show only a single IPv6 socket in netstat.
+; IPv4 is supported at the same time using IPv4-mapped IPv6 addresses.)
;
; You may optionally add a port number. (The default is port 5060 for UDP and TCP, 5061
; for TLS).
More information about the asterisk-commits
mailing list