We are setting up a cluster of 3 servers with Vici 2.0.5 . We are having problems with the Inbound AGI script as far as we can tell. when I dial the number inbound the call does hit the server.
-- Accepting UNAUTHENTICATED call from 208.72.186.132:
> requested format = unknown,
> requested prefs = (ulaw|gsm),
> actual format = ulaw,
> host prefs = (ulaw),
> priority = mine
-- Executing AGI("IAX2/8888888888-6", "agi-DID_route.agi") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-DID_route.agi
-- AGI Script agi-DID_route.agi completed, returning 0
-- Executing Answer("IAX2/8888888888-6", "") in new stack
-- Executing AGI("IAX2/8773377941-6", "agi-VDAD_ALL_inbound.agi") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDAD_ALL_inbound.agi
-- AGI Script agi-VDAD_ALL_inbound.agi completed, returning 0
-- Executing Hangup("IAX2/8888888888-6", "") in new stack
== Spawn extension (default, 99909*5*, 3) exited non-zero on 'IAX2/8773377941-6'
-- Executing DeadAGI("IAX2/8888888888-6", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
-- AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
-- Hungup 'IAX2/8773377941-6'
So as you can see the call hits agi-VDAD_ALL_inbound.agi . Then after running the script it just hangs up never connecting the call to an agent... Now i must admit I'm new to Vici 2.0.5 so we are trying to figure out the setup using the web interface rather than manually. Any Help would be greatly appreciated.