[Asterisk-Users] Can't dial SIP<->EuroISDN (HFC-S based PCI ISDN card): Unable to create channel of type 'Zap'

Matteo Brancaleoni mbrancaleoni at espia.it
Mon Jul 26 08:21:46 MST 2004


Hi

Il lun, 2004-07-26 alle 16:35, kleis-asterisk-dev at tiscali.it ha scritto:
>     -- Executing Dial("SIP/alessandro-0f69", "Zap/g1/") in new stack Jul
> 26 14:27:31 NOTICE[311313]: app_dial.c:711 dial_exec: Unable to create channel
> of type 'Zap'
>   == Everyone is busy/congested at this time
>     -- Executing Congestion("SIP/alessandro-0f69", "") in new stack
>   == Spawn extension (default, 9, 2) exited non-zero on 'SIP/alessandro-0f69'
> 
> I really don't know what is wrong! Do you have any hints, please?

just read what you see: unable to create channel of type Zap.
that seems that asterisk isn't loading chan_zap...
what says zap show channels on the cli?
or you see chan_zap.so in show modules ?

also, your extension.conf is wrong.
instead of
ignorepat => 9
exten => 9,1,Dial(Zap/g1/)      ; direct outbound dialing
exten => 9,2,Congestion

use
exten => _9X.,1,Dial(Zap/g1/${EXTEN:1})      ; direct outbound dialing
exten => _9X.,2,Congestion

then read the docs!

Matteo

-- 
****************************************
Matteo Brancaleoni
System Administrator
mbrancaleoni at espia.it
****************************************
EspiA Srl - e*solution provider
Via Pascoli, 37
20129 Milano - Italy
SIP:matteo at sip.voismart.it
Tel. +39 0270633354
Fax. +39 0245487890
IAXTEL: 17005662458
http://www.espia.it
****************************************




More information about the asterisk-users mailing list