aboutsummaryrefslogtreecommitdiffstats
path: root/configs/zapata.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-05 06:54:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-05 06:54:52 +0000
commit21da3dc277bc70a8752070737d821c87539cadef (patch)
treea94a713f88ed6824e3bc01dfa55aa3f2d19ed6f9 /configs/zapata.conf.sample
parentabe39738497ca9e0c57f57e8bc246806fae97f12 (diff)
Add support for trunk groups in anticipation of NFAS and GR-303, Initial GR-303 work
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3146 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/zapata.conf.sample')
-rwxr-xr-xconfigs/zapata.conf.sample28
1 files changed, 28 insertions, 0 deletions
diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample
index 8b2dab43f..c867da9e5 100755
--- a/configs/zapata.conf.sample
+++ b/configs/zapata.conf.sample
@@ -3,6 +3,33 @@
;
; Configuration file
+[trunkgroups]
+;
+; Trunk groups are used for NFAS or GR-303 connections.
+;
+; Group: Defines a trunk group.
+; group => <trunkgroup>,<dchannel>[,<backup1>...]
+;
+; trunkgroup is the numerical trunk group to create
+; dchannel is the zap channel which will have the
+; d-channel for the trunk.
+; backup1 is an optional list of backup d-channels.
+;
+;trunkgroup => 1,24,48
+;
+; Spanmap: Associates a span with a trunk group
+; spanmap => <zapspan>,<trunkgroup>[,<logicalspan>]
+;
+; zapspan is the zap span number to associate
+; trunkgroup is the trunkgroup (specified above) for the mapping
+; logicalspan is the logical span number within the trunk group to use.
+; if unspecified, no logical span number is used.
+;
+;spanmap => 1,1,1
+;spanmap => 2,1,2
+;spanmap => 3,1,3
+;spanmap => 4,1,4
+
[channels]
;
; Default language
@@ -52,6 +79,7 @@ switchtype=national
; fxo_ks: FXO (Kewl Start)
; pri_cpe: PRI signalling, CPE side
; pri_net: PRI signalling, Network side
+; gr303fxoks_net: GR-303 Signalling, FXO Loopstart, Network side
; sf: SF (Inband Tone) Signalling
; sf_w: SF Wink
; sf_featd: SF Feature Group D (The fake, Adtran style, DTMF)