Hi,
I have the following setup
Vicibox_redux.i686-3.1.10 from .iso Asterisk 1.4.39.2-vici | Single Server | Sangoma A104 hardware, 4 x E1 pstn lines | No Extra Software After Installation.
I'm pretty new to Vicidial and looking to get a test platform setup. I've installed off the CD and connecting my Sangoma card to two of the four E1 ports available but I'm unable to make any external calls from an X-lite phone.
I've run wancfg_dahdi, and setup all ports. I've also checked dahdi-channels.conf and can see group 0 setup. So I've changed the extension.conf file to the following:
TRUNK=DAHDI/g0
TRUNKX=DAHDI/g0
exten => _9XXXXXXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _9XXXXXXXXXXX,2,Dial(${TRUNKX}/${EXTEN},,To)
exten => _9XXXXXXXXXXX,3,Hangup
I'm based in the UK, so we have 11 digit numbers. I've also tried the options TRUNK=Zap/g0 & removed the 9 from the exten. Also added {EXTEN:1} as decribed in the manager manual.
When I try to run a test call from X-lite I get this error on asterisk -r. I've replaced my number with 907XXXXXXXXX.
[Aug 5 14:41:43] -- Executing [907XXXXXXXXX@default:1] AGI("SIP/101-00000000", "agi://127.0.0.1:4577/call_log") in new stack
[Aug 5 14:41:43] -- AGI Script
agi://127.0.0.1:4577/call_log completed, returning 0
[Aug 5 14:41:43] -- Executing [907XXXXXXXXX@default:2] Dial("SIP/101-00000000", "DAHDI/g0/907XXXXXXXXX||To") in new stack
[Aug 5 14:41:43] -- Requested transfer capability: 0x00 - SPEECH
[Aug 5 14:41:43] -- Called g0/907XXXXXXXXX
[Aug 5 14:41:43] -- Channel 0/1, span 1 got hangup, cause 28
[Aug 5 14:41:43] -- Hungup 'DAHDI/1-1'
[Aug 5 14:41:43] == Everyone is busy/congested at this time (1:0/0/1)
[Aug 5 14:41:43] -- Executing [907XXXXXXXXX@default:3] Hangup("SIP/101-00000000", "") in new stack
[Aug 5 14:41:43] == Spawn extension (default, 907XXXXXXXXX, 3) exited non-zero on 'SIP/101-00000000'
[Aug 5 14:41:43] -- Executing [h@default:1] DeadAGI("SIP/101-00000000", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----28-----CHANUNAVAIL----------") in new stack
[Aug 5 14:41:43] -- AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
Any ideas I've reached a dead end and need your help.