Hi,

I have an linkset like this:

linkset=1
pointcode=1
defaultdpc=2
adjpointcode=2

context=from-pstn-01
group=1
cicbeginswith=1
channel=>1-15
cicbeginswith=17
channel=>17-31

sigchan=16


It works fine. 


I want to control even and odd channels on my dial() command, then I changed it 
to: 

linkset=1
pointcode=1
defaultdpc=2
adjpointcode=2

context=from-pstn-01
cicbeginswith=1
group=1
channel=>1,3,5,7,9,11,13,15    ; cic 1, odd channels
group=2
channel=>2,4,6,8,10,12,14      ; cic 1, even channels

cicbeginswith=17
group=3
channel=>17,19,21,23,25,27,29,31       ; cic 17, odd
 channels
group=4
channel=>18,20,22,24,26,28,30          ; cic 17, even channels

sigchan=16


The linkset gets up, and the allocation works fine with g1, g2, g3 and g4 dial 
group, but When I answer the call, there is no audio in any way.

Anybody knows if there is a configuration problem?



Thanks a lot!



--
Marcus
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-ss7

Reply via email to