Hi,
I have cvs updated
all my modules (zapata, libpri, zaptel and asterisk).
I have also read in
the archives & seems that no-one has run into this
problem.
What I'm trying to
do is simple. Just make and outbound call using the
/var/spool/asterisk/outgoing
directory.
I copied
/usr/src/asterisk/sample.call and only changed the context &
extension.
I
configured my Zap1 to the same context. I have two X100P (Zap1 &
Zap2) and
one S100U (Zap3).
If I
use my S100U and dial extension 800, it works. It
calls.
However
when I copy my 1.call file. it says:
Unable
to create channel of type 'Zap'.
Does
anyone have any suggestions? or know what am I
missing?
Thanks,
Dante
Here's
my configuration:
extensions:
[callme]
...
exten =>
800,1,Dial(Zap/1/19548738986)
exten => 800,2,BackGround(demo-congrats)
exten => 800,3,BackGround(demo-instruct)
exten => 800,2,BackGround(demo-congrats)
exten => 800,3,BackGround(demo-instruct)
...
1.call:
Channel:
Zap/1
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Context: callme
Extension: 800
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Context: callme
Extension: 800
...
cp
/tmp/1.call /var/spool/asterisk/outgoing
-- Attempting call on Zap/1 for [EMAIL PROTECTED]:1 (Retry 1)
-- Executing Dial("Zap/1-1", "Zap/1/195487389xx") in new stack
NOTICE[360464]: File app_dial.c, Line 499 (dial_exec): Unable to create channel of type 'Zap'
== Everyone is busy at this time
-- Executing BackGround("Zap/1-1", "demo-congrats") in new stack
-- Playing 'demo-congrats'
