SS7 chan_dandi.conf

Setting up SS7 interconnect using asterisk with Te410P card and libss7. I was able to get the ss7 linkset up but carrier on the other end is seeing timeslot blocked on his end. He is using Nortel DMS.:
Carrier wants me to set CIC to 102 to 124. See my config below. Any suggestions to bring up the timeslots?

System.conf
span=1,1,0,esf,b8zs
span=2,1,0,esf,b8zs

bchan=2-24
mtp2=1
#56k=125

bchan=26-48
mtp2=25
#56k=125

chan_dahdi.conf
[channels]
context=in_dahdi
switchtype=national

usecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
group=1
callgroup=1
pickupgroup=1
signalling = ss7
ss7type = ansi

ss7_called_nai=dynamic
ss7_calling_nai=dynamic
ss7_internationalprefix = 00
ss7_nationalprefix = 0

; All settings apply to linkset 1
linkset = 1
context=in_dahdi
pointcode = xxx-xxx-xxx
adjpointcode = xxx-xxx-xxx
defaultdpc = xxx-xxx-xxx

networkindicator=national

cicbeginswith = 102
channel = 2-24
sigchan = 1

group = 2
context=in_dahdi
signalling = ss7

linkset = 2
pointcode = xxx-xxx-xxx
adjpointcode = xxx-xxx-xxx
defaultdpc = xxx-xxx-xxx
networkindicator=national

cicbeginswith = 126
channel => 26-48
sigchan = 25

Thanks,
Dave George
Teletone Inc.
561 674 3838

Hi!
If the carrier want you to use the ci 102 to 124, it means that you are using only one E1. I hope the error in the configuratio file is cicbeginswith = 103 not 102.
The sigchan is allready using cic 102.

Try this

chan_dahdi.conf
[channels]
context=in_dahdi
switchtype=national

usecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
group=1
callgroup=1
pickupgroup=1
signalling = ss7
ss7type = ansi

ss7_called_nai=dynamic
ss7_calling_nai=dynamic
ss7_internationalprefix = 00
ss7_nationalprefix = 0

; All settings apply to linkset 1
linkset = 1
context=in_dahdi
pointcode = xxx-xxx-xxx
adjpointcode = xxx-xxx-xxx
defaultdpc = xxx-xxx-xxx

networkindicator=national

cicbeginswith = 103
channel = 2-24
sigchan = 1

group = 2
context=in_dahdi
signalling = ss7

linkset = 2
pointcode = xxx-xxx-xxx
adjpointcode = xxx-xxx-xxx
defaultdpc = xxx-xxx-xxx
networkindicator=national

cicbeginswith = 127
channel => 26-48
sigchan = 25