On Fri, 22 Apr 2005, Mark Phillips wrote:

> ; calls to the outside world via the PSTN
> exten => _81NXXNXXXXXX,1,Dial(ZAP/1/${EXTEN:1})
> 
> When I try to dial a number I get
> 
> - Executing Dial("SIP/3710-23ea", "ZAP/17327356701") in new stack
> Apr 22 10:19:17 NOTICE[28197]: app_dial.c:803 dial_exec: Unable to 
> create channel of type 'ZAP' (cause 0)
>    == Everyone is busy/congested at this time

You are requesting the hard coded channel (time slot) 1 - are you sure it
is free? What does "zap show channel 1" say?

Like someone else said - have you tried to define a group and call 
"Zap/g1/......"? The message above means that asterisk does not consider 
the channel Zap/1 to be available for one reason or another.

Peter

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to