[Asterisk-cvs] asterisk/configs extensions.conf.sample, 1.29.2.1, 1.29.2.2

russell at lists.digium.com russell at lists.digium.com
Sun May 15 19:22:55 CDT 2005


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv19107/configs

Modified Files:
      Tag: v1-0
	extensions.conf.sample 
Log Message:
document zap options (bug #4166)


Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -u -d -r1.29.2.1 -r1.29.2.2
--- extensions.conf.sample	28 Mar 2005 05:54:19 -0000	1.29.2.1
+++ extensions.conf.sample	15 May 2005 23:28:19 -0000	1.29.2.2
@@ -41,6 +41,16 @@
 IAXINFO=guest					; IAXtel username/password
 ;IAXINFO=myuser:mypass
 TRUNK=Zap/g2					; Trunk interface
+;
+; Note the 'g2' in the TRUNK variable above. It specifies which group (defined
+; in zapata.conf) to dial, i.e. group 2, and how to choose a channel to use in
+; the specified group. The four possible options are:
+;
+; g: select the lowest-numbered non-busy Zap channel (aka. ascending sequential hunt group).
+; G: select the highest-numbered non-busy Zap channel (aka. descending sequential hunt group).
+; r: use a round-robin search, starting at the next highest channel than last time (aka. ascending rotary hunt group).
+; R: use a round-robin search, starting at the next lowest channel than last time (aka. descending rotary hunt group).
+;
 TRUNKMSD=1					; MSD digits to strip (usually 1 or 0)
 ;TRUNK=IAX2/user:pass at provider
 




More information about the svn-commits mailing list