[Asterisk-cvs] asterisk/channels/h323 README,1.28,1.29

jeremy at lists.digium.com jeremy at lists.digium.com
Sun Oct 10 08:44:25 CDT 2004


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

Modified Files:
	README 
Log Message:
Detail type=peer a bit

Index: README
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/README,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- README	10 Oct 2004 12:41:10 -0000	1.28
+++ README	10 Oct 2004 12:45:13 -0000	1.29
@@ -85,16 +85,22 @@
 Dialing an H.323 channel
 ------------------------
 Without a gatekeeper:
-
 exten => _1NXXNXXXXXX,1,Dial,H323/${EXTEN}@peer
 or
 exten => _1NXXNXXXXXX,1,Dial,H323/${EXTEN}@ip.or.hostname
 
-Using a gatekeeper:
+'peer' is defined in h323.conf as:
+
+[peer]
+type=peer
+host=1.2.3.4
+disallow=all
+allow=ulaw
 
+Using a gatekeeper:
 exten => _1NXXNXXXXXX,1,Dial,H323/${EXTEN}
 
-Notice: When using a gatekeeper you cannot utilize the type=peer features,
+When using a gatekeeper you cannot utilize the type=peer features,
 since the H.323 spec states that when a Gatekeeper is part of an H.323 network, 
 the Gatekeeper shall be used for all communication. 
 




More information about the svn-commits mailing list