summaryrefslogtreecommitdiff
path: root/configs/zapata.conf.sample
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-11-04 22:41:12 +0000
committerRussell Bryant <russell@russellbryant.com>2006-11-04 22:41:12 +0000
commit729620dd3fe298e30b17b898782f40a59717b301 (patch)
treeca48200f869a4835639cac5b05ed5d023750db42 /configs/zapata.conf.sample
parent7d368caa98a09f33948799e149539ffde5153ad1 (diff)
List ss7 with the rest of the valid signalling types. Group SS7 options
together and comment them out by default. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47210 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/zapata.conf.sample')
-rw-r--r--configs/zapata.conf.sample25
1 files changed, 12 insertions, 13 deletions
diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample
index a4568e571..14ad2af5f 100644
--- a/configs/zapata.conf.sample
+++ b/configs/zapata.conf.sample
@@ -198,6 +198,7 @@ switchtype=national
; sf_txrx: Receive audio/COR AND Transmit audio/PTT on an SF interface
; (2-way)
; sf_rxtx: Same as sf_txrx (for our dyslexic friends)
+; ss7: Signalling System 7
;
signalling=fxo_ls
;
@@ -656,40 +657,38 @@ immediate=no
;context=default
;channel => 1
-; Signaling type SS7
-signalling = ss7
-
+; ---------------- Options for use with signalling=ss7 -----------------
; Variant of SS7 signaling:
; Options are itu and ansi
-ss7type = itu
+;ss7type = itu
; All settings apply to linkset 1
-linkset = 1
+;linkset = 1
; Point code of the linkset. For ITU, this is the decimal number
; format of the point code. For ANSI, this can either be in decimal
; number format or in the xxx.xxx.xxx format
-pointcode = 1
+;pointcode = 1
; Point code of node adjacent to this signaling link (Possibly the STP between you and
; your destination). Point code format follows the same rules as above.
-adjpointcode = 2
+;adjpointcode = 2
; Default point code that you would like to assign to outgoing messages (in case of
; routing through STPs, or using A links). Point code format follows the same rules
; as above.
-defaultdpc = 3
+;defaultdpc = 3
; Begin CIC (Circuit indication codes) count with this number
-cicbeginswith = 1
+;cicbeginswith = 1
; What the MTP3 network indicator bits should be set to. Choices are
; national, national_spare, international, international_spare
-networkindicator=international
+;networkindicator=international
; First signaling channel
-sigchan = 48
+;sigchan = 48
; Channels to associate with CICs on this linkset
-channel = 25-47
-
+;channel = 25-47
+; ----------------- SS7 Options ----------------------------------------