I have just installed VICI Dialer and have read through the manuals and several youtube videos as well, and I am at the stage where I am testing my first user.
Upon logging into vicidial portal with the phone and user credentials the sip softphone rings. When answered it recites a pre-recorded message that states "The number you have rang is not in service" and then hangs up.
Agent is then loaded into the select groups area before proceeding the the agent area.
I'm located in Australia.
Version Details:
- Code: Select all
Asterisk 1.8.29.0-vici
CLI Output during error:
- Code: Select all
[Jul 23 15:25:33] -- Executing [8600051@trunkinbound:1] AGI("SIP/101-00000001", "agi-DID_route.agi") in new stack
[Jul 23 15:25:33] -- Launched AGI Script /usr/share/asterisk/agi-bin/agi-DID_route.agi
[Jul 23 15:25:33] -- <SIP/101-00000001>AGI Script agi-DID_route.agi completed, returning 0
[Jul 23 15:25:33] -- Executing [9998811112@default:1] Wait("SIP/101-00000001", "2") in new stack
[Jul 23 15:25:34] == Manager 'sendcron' logged off from 127.0.0.1
[Jul 23 15:25:35] -- Executing [9998811112@default:2] Answer("SIP/101-00000001", "") in new stack
[Jul 23 15:25:35] -- Executing [9998811112@default:3] Playback("SIP/101-00000001", "ss-noservice") in new stack
[Jul 23 15:25:35] -- <SIP/101-00000001> Playing 'ss-noservice.gsm' (language 'en')
[Jul 23 15:25:40] -- Executing [9998811112@default:4] Playback("SIP/101-00000001", "vm-goodbye") in new stack
[Jul 23 15:25:40] -- <SIP/101-00000001> Playing 'vm-goodbye.gsm' (language 'en')
[Jul 23 15:25:41] -- Executing [9998811112@default:5] Hangup("SIP/101-00000001", "") in new stack
[Jul 23 15:25:41] == Spawn extension (default, 9998811112, 5) exited non-zero on 'SIP/101-00000001'
[Jul 23 15:25:41] -- Executing [h@default:1] AGI("SIP/101-00000001", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
[Jul 23 15:25:41] -- <SIP/101-00000001>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------- completed, returning 0
[Jul 23 15:25:54] NOTICE[24203]: chan_local.c:973 local_call: No such extension/context 55558600051@ while calling Local channel
[Jul 23 15:25:54] NOTICE[24203]: channel.c:5529 __ast_request_and_dial: Unable to call channel Local/55558600051@
Account Entry:
- Code: Select all
[XXXXXX]
disallow=all
allow=ulaw
type=friend
username=700622
secret=xxxxxxxxxx
host=xx.xx.xx.xx
dtmfmode=rfc2833
context=trunkinbound
Dial Plan Entry:
- Code: Select all
exten =>_61XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten =>_61XXXXXXXXX,2,Dial({TRUNK9}/${EXTEN},,tTo)
exten =>_61XXXXXXXXX,3,Hangup
Phone SIP Template:
- Code: Select all
type=friend
host=dynamic
canreinvite=no
disallow=all
allow=ulaw
If I switch the DID to dial the extension of the soft phone and bypass the campaign it rings and works fine, however trying to dial out on the softphone also results in the error above as well.
What am I missing here?
Please let me know if I have missed out any further info that may assist with troubleshooting my issue.
Thanks in advance.