[asterisk-users] call from ISDN

Josu Lazkano jlazkano at somesi.com
Tue Jun 12 08:54:13 CDT 2007


Hello everybody, I have installed the Billion ISDN on a Debian machine.

I proved to call with a ISDN telephone conected to ISDN Box and it is OK. So
I connect the Billion ISDN to the ISDN Box and I call from a extension to
outside.



But it doesn't work, that is what I have in the CLI:

*CLI>     -- Executing Dial("SIP/101-f9eb", "ZAP/g1/943833473|45|tTwW") in
new stack
    -- Requested transfer capability: 0x00 - SPEECH
    -- Called g1/943833473
    -- Channel 0/1, span 1 got hangup, cause 42
    -- Zap/1-1 is circuit-busy
    -- Hungup 'Zap/1-1'
  == Everyone is busy/congested at this time (1:0/1/0)
    -- Executing Hangup("SIP/101-f9eb", "") in new stack
  == Spawn extension (SOME, 943833473, 102) exited non-zero on
'SIP/101-f9eb'

My extensions.conf is this one:

[general]
static=yes
writeprotect=yes

[SOME]
exten => 101,1,Dial(SIP/101,30,Ttm)
exten => 101,2,Hangup

exten => 102,1,Dial(SIP/102,30,Ttm)
exten => 102,2,Hangup

exten => 103,1,Dial(SIP/103,30,Ttm)
exten => 103,2,Hangup

exten => 104,1,Dial(SIP/104,30,Ttm)
exten => 104,2,Hangup

include => outgoing

[incoming]
exten => s,1,Wait(1)
exten => s,2,Answer()
exten => s,3,Dial(SIP/101,30,Ttm)

[outgoing]
exten =>_9XXXXXXXX,1,Dial(ZAP/g1/${EXTEN},45,tTwW)
exten =>_9XXXXXXXX,2,Hangup()
exten =>_9XXXXXXXX,102,Hangup()

[default]
exten => s,1,Answer()
exten => s,2,Wait(1)
exten => s,3,Dial(SIP/101,30,Ttm)


Why is that?

Thanks everybody.

Have a nice day!!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070612/9eedb3e3/attachment.htm


More information about the asterisk-users mailing list