Hello,
I have installed Vicidialnow CE 1.2
I have followed steps in "Step by step guide" but still I get error when try to call.
Even if I use only the xlite I can't call.
I get the message "This is not a valid extention" when try to call using webbased agent form.
When I try to call using only asterisk I get "The person you are calling is unavailable"
I think I missed something in the dial plan.
My sip provider accept this format <countrycode><number>. By example: 0040 745234345 (00 or +)
My sip config (I have to spec that I used only the webform to enter the details)
Registration String
register => 2110001XXXX:XXXX@terrasip.net:5060
Account Entry
[2110001XXXX]
disallow=all
allow=ulaw
type=friend
username=2110001XXXX
secret=xxxx
host=dynamic
dtmfmode=rfc2833
context=trunkinbound
Globals String:TESTSIPTRUNK = SIP/2110001xxxx
Dialplan Entry:
exten => _900NXNXXXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _900NXNXXXXXXXX,2,Dial(${TESTSIPTRUNK}/${EXTEN:1},,tTor)
exten => _900NXNXXXXXXXX,3,Hangup
CLI when try to dial from Vicidial:
Connected to Asterisk 1.2.30.2 currently running on vici (pid = 2244)
Verbosity is at least 21
-- Remote UNIX connection
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing MeetMe("Local/8600051@default-3c42,2", "8600051|F") in new stac k
> Channel Local/8600051@default-3c42,1 was answered.
== Starting Local/8600051@default-3c42,1 at default,940745234234,1 failed so f alling back to exten 's'
== Starting Local/8600051@default-3c42,1 at default,s,1 still failed so fallin g back to context 'default'
-- Sent into invalid extension 's' in context 'default' on Local/8600051@def ault-3c42,1
-- Executing Playback("Local/8600051@default-3c42,1", "invalid") in new stac k
-- Playing 'invalid' (language 'en')
Aug 25 13:52:01 WARNING[3823]: file.c:1045 ast_waitstream: Unexpected control su bclass '-1'
When I try to call using only xlite don't get CLI.
When I log with xlite I use cc100 agent
Sip regustry CLI:
vici*CLI> sip show registry
Host Username Refresh State
terrasip.net:5060 2110001xxxx 105 Registered
Thanks in advance