getting the following errors
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing AGI("Local/913057815757@default-9587,2", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script
agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("Local/913057815757@default-9587,2", "Zap/g1/3057815757||To") in new stack
Feb 6 17:52:04 NOTICE[5321]: app_dial.c:1076 dial_exec_full: Unable to create channel of type 'Zap' (cause 34 - Circuit/channel congestion)
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing Hangup("Local/913057815757@default-9587,2", "") in new stack
== Spawn extension (default, 913057815757, 3) exited non-zero on 'Local/913057815757@default-9587,2'
-- Executing DeadAGI("Local/913057815757@default-9587,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----34-----CONGESTION----------") in new stack
-- AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
------
dialer*CLI> zap show status
Description Alarms IRQ bpviol CRC4
wanpipe1 card 0 OK 0 0 0
dialer*CLI>
----
Extensions.conf
; dial a long distance outbound number
; This 'o' Dial flag is VERY important for VICIDIAL on outbound calls
exten => _91NXXNXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${TRUNK}/${EXTEN:1},,To)
exten => _91NXXNXXXXXX,3,Hangup
; local area code
exten => _91305NXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _91305NXXXXXX,2,Dial(${TRUNK}/${EXTEN:2},,To)
exten => _91305NXXXXXX,3,Hangup
; local area code
exten => _91786NXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _91786NXXXXXX,2,Dial(${TRUNK}/${EXTEN:2},,To)
exten => _91786NXXXXXX,3,Hangup
-----
This is a sangoma card .. Any ideas?