I decided to write to the forum because i cant find a solution to my problem nor the formus neither the manuals have helped me (may be outdated). I have installed vicidial before and i never faced this problem.
Frist some context:
ViciVox 7 installed from ISO
Vicidial: VERSION: 2.12-565a
BUILD: 160827-0917
Asterisk 11.22.0-vici built by abuild @ cloud124 on a x86_64
I have agents working and inboud calls being routed correctly.
My problem is with outbound calls.
I'm trying to dial to a test sip trunk (manually) but the Dial app is never executed.
This is the trunk configuration:
- Code: Select all
[test_carrier]
type=friend
username=test_carrier
secret=abc123
disallow=all
allow=ulaw
allow=alaw
qualify=yes
canreinvite=no
host=dynamic
context=trunkinbound
nat=no
and the dial plan part goes:
- Code: Select all
exten => _9NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9NXXXXXX,2,Dial(SIP/test_carrier,,To)
exten => _9NXXXXXX,3,Hangup
The output from the CLI (with 'core set verbose 9') when i try to dial is this:
- Code: Select all
[Oct 12 15:50:15] -- Executing [58600051@default:1] MeetMe("Local/58600051@default-00000046;2", "8600051,Fmq") in new stack
> [Oct 12 15:50:15] > Channel Local/58600051@default-00000046;1 was answered
-- [Oct 12 15:50:15] -- Executing [8309@default:1] Answer("Local/58600051@default-00000046;1", "") in new stack
-- [Oct 12 15:50:15] -- Executing [8309@default:2] Monitor("Local/58600051@default-00000046;1", "wav,20161012-155014_92836631") in new stack
-- [Oct 12 15:50:15] -- Executing [8309@default:3] Wait("Local/58600051@default-00000046;1", "3600") in new stack
== [Oct 12 15:50:15] == Manager 'sendcron' logged off from 127.0.0.1
== [Oct 12 15:50:16] == Manager 'sendcron' logged off from 127.0.0.1
== [Oct 12 15:50:21] == Manager 'sendcron' logged on from 127.0.0.1
-- [Oct 12 15:50:21] -- Manager 'sendcron' from 127.0.0.1, hanging up channel: Local/58600051@default-00000046;2
== [Oct 12 15:50:21] == Spawn extension (default, 58600051, 1) exited non-zero on 'Local/58600051@default-00000046;2'
-- [Oct 12 15:50:21] -- Executing [h@default:1] AGI("Local/58600051@default-00000046;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
-- [Oct 12 15:50:21] -- <Local/58600051@default-00000046;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0--------------- completed, returning 0
== [Oct 12 15:50:21] == Spawn extension (default, 8309, 3) exited non-zero on 'Local/58600051@default-00000046;1'
-- [Oct 12 15:50:21] -- Executing [h@default:1] AGI("Local/58600051@default-00000046;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
-- [Oct 12 15:50:21] -- <Local/58600051@default-00000046;1>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0--------------- completed, returning 0
As you can see even the recording is started but the Dial statement is never executed. I have tried dial from a list and with the 'manual dial' link in the agent interface. but i don't get even an invalid indication. I am losting my mind trying to figure out what is happening . If i dial from the 'dial override' input in the 'manual dial' screen the call is executed correctly.
Thnx in advance for the kindness of this forum (i have used it a lot for fixing other problems) and i hope i can contribute in the future as i gain experience.
Andres.