[Asterisk-Users] Problems with hangup on TE110P and "Unexpected Channel selection 3" messages

Daren Pereira darencrew at hotmail.com
Wed Jun 28 12:05:10 MST 2006


Hello,

I'm using asterisk for a while, fully ip, and i'm now moving to ISDN, so i got a TE110P.

The first problem is the "Unexpected Channel selection 3" message. I'm unable to find, on the web, the meaning of such message.
Can somebody explain me?

My second problem is when a call come in, and hang up. Asterisk shows "

    -- B-channel 0/31 successfully restarted on span 1
    -- Accepting call from '892235245' to '8300' on channel 0/1, span 1
    -- Executing Wait("Zap/1-1", "1") in new stack
    -- Executing Answer("Zap/1-1", "") in new stack
    -- Executing Dial("Zap/1-1", "SIP/test") in new stack
    -- Called test
    -- SIP/test-724e is ringing
    -- Channel 0/1, span 1 got hangup request

Everything OK but the call isn't hung up!!! or it is after a long while ....

I have to do a "soft hangup" to hang it up


*CLI> soft hangup Zap/1-1
Requested Hangup on channel 'Zap/1-1'
  == Spawn extension (entrant, 8300, 3) exited non-zero on 'Zap/1-1'
    -- Executing Hangup("Zap/1-1", "") in new stack
  == Spawn extension (entrant, h, 1) exited non-zero on 'Zap/1-1'
    -- Hungup 'Zap/1-1'


So if somebody has any idea, he's welcome !!!

Regards

Daren


PS: Here are the dump of my config files:

zaptel.conf:
----------------------

span=1,0,0,ccs,hdb3
bchan=1-15
dchan=16
bchan=17-31
loadzone=fr
defaultzone=fr



zapata.conf:
------------------------

[channels]
language=fr
context=entrant
switchtype=euroisdn
pridialplan=unknown

priindication=inband
signalling=pri_cpe

usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1

immediate=no

group=1
channel => 1-15,17-31

extensions.conf:
----------------------------

[entrant]

exten => _83XX,1,Wait(1)
exten => _83XX,2,Answer()
exten => _83XX,3,Dial(SIP/test)
exten => _83XX,4,HangUp

exten => h,1,hangup

[default]

exten => _0.,1,Dial(ZAP/g1/${EXTEN})
exten => _0.,2,NoOp(${DIALSTATUS})
exten => _0.,3,HangUp

exten => i,1,HangUp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060628/c9cdd7cb/attachment.htm


More information about the asterisk-users mailing list