[asterisk-commits] lmadsen: branch 1.8 r323234 - /branches/1.8/configs/sip.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jun 13 15:22:26 CDT 2011


Author: lmadsen
Date: Mon Jun 13 15:22:21 2011
New Revision: 323234

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=323234
Log:
Additional documentation for bindaddr.
Note that bindaddr will only enable UDP instead of both UDP and TCP which is
what I would expect for backwards compatibility with systems being upgraded
which only support UDP transportation.

(closes issue ASTERISK-17976)
Reported by: Sean Darcy

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=323234&r1=323233&r2=323234
==============================================================================
--- branches/1.8/configs/sip.conf.sample (original)
+++ branches/1.8/configs/sip.conf.sample Mon Jun 13 15:22:21 2011
@@ -146,6 +146,10 @@
 ; "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.)
+;
+; Using bindaddr will only enable UDP support in order to be backwards compatible with those systems
+; that were upgraded prior to TCP support. Use udpbindaddr and tcpbindaddr to bind to UDP and TCP
+; independently.
 ;
 ; 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