[asterisk-ss7] No Voice in channels
Frederic Van Espen
frederic.ve at gmail.com
Thu Aug 29 07:51:59 CDT 2013
On 08/29/2013 01:55 PM, Akib Sayyed wrote:
> cicbeginswith=1 ;the starting valueof the CICs
> channels=1-31
> channels=32-62
> channels=63-93
> channels=94-124 ;the channels thatare CICs
> sigchan=126;the signalling channel
>
> here is other side expecting cic
> *C-10* *1-31*
> *C-11* *33-63*
> *C-1* *65-95*
> *C-2* *97-127*
>
>
> and i have mapped PRI wise only difference is CIC number
IMO a few problems here. You say there are 4 E1's, giving you a total of
124 channels. However, you configure sigchan as channel 126?
And then also, there appears to have to be a gap in your CIC numbers. I
suggest this config:
cicbeginswith=1
channels=1-31
cicbeginswith=33
channels=32-62
cicbeginswith=65
channels=63-93
cicbeginswith=97
channels=94-124
But that leaves no signalling channel for the linkset.
More information about the asterisk-ss7
mailing list