aboutsummaryrefslogtreecommitdiffstats
path: root/configs/zapata.conf.sample
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 18:41:33 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 18:41:33 +0000
commit17a2c3577a60502812faf364e8b6f09847d59fc2 (patch)
tree2d5b843f50a6862e9cb8514bcd82d46c369ce390 /configs/zapata.conf.sample
parent9f3c1f75ffe732699a08c173b0324ed3ec427639 (diff)
Merge in SS7 changes.... need to still cleanup zapata.conf
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43427 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/zapata.conf.sample')
-rw-r--r--configs/zapata.conf.sample34
1 files changed, 34 insertions, 0 deletions
diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample
index d870b8d67..ee9bedfb7 100644
--- a/configs/zapata.conf.sample
+++ b/configs/zapata.conf.sample
@@ -656,3 +656,37 @@ immediate=no
;context=default
;channel => 1
+; Signaling type SS7
+signalling = ss7
+
+; Variant of SS7 signaling:
+; Options are itu and ansi
+ss7type = itu
+
+; All settings apply to linkset 1
+linkset = 1
+
+; Point code of the linkset
+pointcode = 1
+
+; Point code of node adjacent to this signaling link (Possibly the STP between you and
+; your destination)
+adjpointcode = 2
+
+; Default point code that you would like to assign to outgoing messages (in case of
+; routing through STPs, or using A links)
+defaultdpc = 3
+
+; Begin CIC (Circuit indication codes) count with this number
+cicbeginswith = 1
+
+; What the MTP3 network indicator bits should be set to. Choices are
+; national, national_spare, international, international_spare
+networkindicator=international
+
+; First signaling channel
+sigchan = 48
+
+; Channels to associate with CICs on this linkset
+channel = 25-47
+