[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.40,1.41
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Wed May 4 12:58:43 CDT 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv15170/configs
Modified Files:
extensions.conf.sample
Log Message:
document Zap dial string options in sample config (bug #4165)
Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- extensions.conf.sample 3 Apr 2005 22:24:17 -0000 1.40
+++ extensions.conf.sample 4 May 2005 17:05:42 -0000 1.41
@@ -51,6 +51,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