From 27578642b86b8bfa603a1b21a257ccac5729cd88 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 5 Jun 2004 06:54:52 +0000 Subject: 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 --- configs/zapata.conf.sample | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'configs') 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 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 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) -- cgit v1.2.3