From 39e0e9c831801af014111854a43921edc936f1dd Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Tue, 25 Sep 2007 23:14:03 +0000 Subject: [PATCH] Fix typo in readme git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83834 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/ss7.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ss7.txt b/doc/ss7.txt index 02d42e240b..632035df04 100644 --- a/doc/ss7.txt +++ b/doc/ss7.txt @@ -87,7 +87,7 @@ cicbeginswith = 17 ; Now for Zap/17 to Zap/31, they are CICs 17-31 so we initial channel = 17-31 ; This assigns CICs 17-31 to channels 17-31 -signchan = 16 ; This is where you declare which Zap channel is your signalling +sigchan = 16 ; This is where you declare which Zap channel is your signalling ; channel. In our case it is Zap/16. You can add redundant ; signalling channels by adding additional sigchan= lines.