[asterisk-dev] [asterisk-commits] simon.perreault: trunk r281357 - in /trunk: ./ configs/sip.conf.sample
Marc Blanchet
marc.blanchet at viagenie.ca
Mon Aug 9 10:05:31 CDT 2010
" +; (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.)
Well, this is linux specific. BSD shows it differently:
netstat -an | grep 5060
udp46 0 0 *.5060 *.*
Therefore, I don't know if we want to overload the specifics of OS here
in the sample conf file.
we definitely need some IPV6 FAQ...
Marc.
Le 10-08-09 10:33, SVN commits to the Asterisk project a écrit :
> Author: simon.perreault
> Date: Mon Aug 9 09:32:59 2010
> New Revision: 281357
>
> URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=281357
> Log:
> 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.
> ........
>
> Modified:
> trunk/ (props changed)
> trunk/configs/sip.conf.sample
>
> Propchange: trunk/
> ------------------------------------------------------------------------------
> Binary property 'branch-1.8-merged' - no diff available.
>
> Modified: trunk/configs/sip.conf.sample
> URL: http://svnview.digium.com/svn/asterisk/trunk/configs/sip.conf.sample?view=diff&rev=281357&r1=281356&r2=281357
> ==============================================================================
> --- trunk/configs/sip.conf.sample (original)
> +++ trunk/configs/sip.conf.sample Mon Aug 9 09:32:59 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).
>
>
--
=========
IPv6 book: Migrating to IPv6, Wiley. http://www.ipv6book.ca
Stun/Turn server for VoIP NAT-FW traversal: http://numb.viagenie.ca
DTN news service: http://reeves.viagenie.ca
NAT64-DNS64 Opensource: http://ecdysis.viagenie.ca
More information about the asterisk-dev
mailing list