diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 01fd29b00f3271bc1acc3ac2d8bb0fde4650d0f2..35f4f682ee779d8828e86d992c20c115aaeaa20c 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).