Hi guys,
I’m tryng to estabilish a trunk with an Alcatel 4200 Pabx. In asterisk i’m using a Digium TE110P as E1.
The span is ok with green led, but when pabx make calls to asterisk, i received this error:
asterisk*CLI>
!! Unexpected Channel selection 3
– Accepting call from ‘3069’ to ‘30818559’ on channel 1/31, span 1
– Executing Dial(“Zap/31-1”, “SIP/30818559@fp-33133000|20|Tt”) in new stack
– Called 30818559@fp-33133000
– SIP/fp-33133000-09fdfa90 is ringing
!! Unexpected Channel selection 3
– SIP/fp-33133000-09fdfa90 answered Zap/31-1
!! No channel map, no channel, and no ds1? What am I supposed to identify?
!! Unable to add IE ‘Channel Identification’
== Spawn extension (default, 30818559, 1) exited non-zero on ‘Zap/31-1’
– Hungup 'Zap/31-1’
Sep 23 20:13:25 WARNING[3765]: chan_zap.c:8788 pri_dchannel: Hangup requested on unconfigured channel 255/255 span 1
Sep 23 20:13:29 WARNING[3765]: chan_zap.c:8788 pri_dchannel: Hangup requested on unconfigured channel 255/255 span 1
My configuration files is:
/etc/zaptel.conf
span=1,1,0,ccs,hdb3,crc4
bchan=1-15
dchan=16
bchan=17-31
/etc/asterisk/zapata.conf
trunkgroup => 1,16
spanmap => 1,1,1
language=uk
context=default
switchtype=euroisdn
signalling=pri_net
group=1
callgroup=1
pickupgroup=1
immediate=no
echocancel=yes
channel => 1-15,17-31
/etc/asterisk/extensions.conf
SIP -> Alcatel
exten=> 331330XX,1,Dial(Zap/g1/${EXTEN})
exten=> 331330XX,2,Hangup
Alcatel -> SIP
exten=> _XXXXXXXX,1,Dial(SIP/${EXTEN}@fp,20,Tt) #
exten=> _XXXXXXXX,2,Hangup
What can be hrong in this configuration ???
Thanks.
Fred