6
« on: August 20, 2008, 16:42:44 »
I have tried to Impliment the pure scripting solution but have run into a few issues.
I am using Asterisk 1.4.19 and Elastix QM is working great and the OB Call are actually posting to the Java app but the call is not completing getting the "ALL CIRCUITS ARE BUSY NOW" message through the sip phone.
When I dial 82035551212 I am getting the below in my CLI
(203 is my queue and 8 is the dial rule in my outbound route that directs the call down the Trunk that was configured just like the PDF states)
I currently have 3 trunks set up
ZAP/g0 ( Pri trunk)
SIP/RIOTRU (Sip Trunk)
Local/$OUTNUM$@queue (Custom trunk for queuedial)
Im sure im not doing something correctly please advise
-- Executing [s@qm-queuedial:8] Dial("Local/2035551212@queuedial-3c8f,2", "SIP/5551212|30|gM(queuedial-answer^1219242382.10^QDV-Agent/20000^q-203^Agent/20000^1219242382)") in new stack
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [s@qm-queuedial:9] Set("Local/2035551212@queuedial-3c8f,2", "CAUSECOMPLETE=") in new stack
== End MixMonitor Recording Local/2035551212@queuedial-3c8f,2
-- Executing [s@macro-outisbusy:2] Playback("SIP/20000-b7a27c30", "pls-try-call-later|noanswer") in new stack
-- <SIP/20000-b7a27c30> Playing 'pls-try-call-later' (language 'en')
Knightfal