[asterisk-commits] branch mattf/asterisk-ss7 r37798 -
/team/mattf/asterisk-ss7/configs/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Jul 17 11:17:34 MST 2006
Author: mattf
Date: Mon Jul 17 13:17:34 2006
New Revision: 37798
URL: http://svn.digium.com/view/asterisk?rev=37798&view=rev
Log:
Sample config data for chan_zap config
Modified:
team/mattf/asterisk-ss7/configs/zapata.conf.sample
Modified: team/mattf/asterisk-ss7/configs/zapata.conf.sample
URL: http://svn.digium.com/view/asterisk/team/mattf/asterisk-ss7/configs/zapata.conf.sample?rev=37798&r1=37797&r2=37798&view=diff
==============================================================================
--- team/mattf/asterisk-ss7/configs/zapata.conf.sample (original)
+++ team/mattf/asterisk-ss7/configs/zapata.conf.sample Mon Jul 17 13:17:34 2006
@@ -623,3 +623,31 @@
;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
+adjpointcode = 2
+
+; Begin CIC (Circuit indication codes) count with this number
+cicbeginswith = 1
+
+; What the MTP3 network indicator bits should be set to
+networkindicator=international
+
+; First signaling channel
+sigchan = 48
+
+; Channels to associate with CICs on this linkset
+channel = 25-47
+
More information about the asterisk-commits
mailing list