aboutsummaryrefslogtreecommitdiffstats
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-04 17:05:42 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-04 17:05:42 +0000
commit08f9ab67e21358f08977f717fce161d541e24df9 (patch)
tree94d1c069eff2dc043aa32720c491e447e1126882 /configs/extensions.conf.sample
parentfae5320661f1c9a85ec3f1f73337102ed51b2349 (diff)
document Zap dial string options in sample config (bug #4165)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5576 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/extensions.conf.sample')
-rwxr-xr-xconfigs/extensions.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index f53e3a90f..f1ae56a61 100755
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -51,6 +51,16 @@ CONSOLE=Console/dsp ; Console interface for demo
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@provider