summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
author <simon.perreault@viagenie.ca>2010-08-09 14:32:59 +0000
committer <simon.perreault@viagenie.ca>2010-08-09 14:32:59 +0000
commiteb78ce7845562ba6ee7e09ce8b22a9e65d993b9d (patch)
tree904f019e8829add9bb7c2e7791a57804053ae5ca /configs
parent954c5a87ff66da6acd5b4af262b95dc200ccae87 (diff)
Merged revisions 281356 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r281356 | simon.perreault | 2010-08-09 10:31:40 -0400 (Mon, 09 Aug 2010) | 2 lines Added comment about IPv4-mapped IPv6 addresses and the output of netstat. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@281357 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 01fd29b00..35f4f682e 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -144,6 +144,8 @@ allowoverlap=no ; Disable overlap dialing support. (Default is y
; 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).