[Asterisk-cvs] asterisk/channels/h323 h323.conf.sample,1.10,1.11

jeremy at lists.digium.com jeremy at lists.digium.com
Thu Oct 14 01:24:15 CDT 2004


Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv9880

Modified Files:
	h323.conf.sample 
Log Message:
document proper usage of Bindaddr and type=peer

Index: h323.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/h323.conf.sample,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- h323.conf.sample	20 Mar 2004 14:14:00 -0000	1.10
+++ h323.conf.sample	14 Oct 2004 05:24:39 -0000	1.11
@@ -3,7 +3,7 @@
 ;
 [general]
 port = 1720
-bindaddr = 0.0.0.0 
+bindaddr = 1.2.3.4 	; this SHALL contain a single, valid IP address
 ;tos=lowdelay
 ;
 ; You may specify a global default AMA flag for iaxtel calls.  It must be
@@ -99,6 +99,14 @@
 ;host=192.168.1.1
 ;context=incoming
 ;incominglimit=4
+;
+;
+; Outbound H.323 call to Larry using SlowStart
+;
+[Larry]
+type=peer
+host=192.168.2.1
+noFastStart=yes
 
 
 




More information about the svn-commits mailing list