summaryrefslogtreecommitdiff
path: root/configs/zapata.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-05 06:54:52 +0000
committerMark Spencer <markster@digium.com>2004-06-05 06:54:52 +0000
commit27578642b86b8bfa603a1b21a257ccac5729cd88 (patch)
treea94a713f88ed6824e3bc01dfa55aa3f2d19ed6f9 /configs/zapata.conf.sample
parent63b280e97c8feaf115b1084b1531571674c962db (diff)
Add support for trunk groups in anticipation of NFAS and GR-303, Initial GR-303 work
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3146 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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)