[Asterisk-cvs] asterisk/configs iax.conf.sample,1.38,1.39
markster at lists.digium.com
markster at lists.digium.com
Tue Jan 11 11:04:44 CST 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv6819/configs
Modified Files:
iax.conf.sample
Log Message:
Allow multiple bindaddrs so asterisk uses the same interface for tx as rx
Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- iax.conf.sample 17 Nov 2004 03:11:42 -0000 1.38
+++ iax.conf.sample 11 Jan 2005 17:08:52 -0000 1.39
@@ -7,8 +7,10 @@
; local addresses).
;
[general]
-;bindport=4569
-;bindaddr=192.168.0.1
+;bindport=4569 ; bindport and bindaddr may be specified
+;bindaddr=192.168.0.1 ; more than once to bind to multiple
+; ; addresses, but the first will be the
+; ; default
;
; Set iaxcompat to yes if you plan to use layered
; switches. It incurs a small performance hit to enable it
More information about the svn-commits
mailing list