Autodial keeps timing

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Autodial keeps timing

Postby dajaz27 » Fri Nov 21, 2008 11:14 am

The auto dialer keeps timing out and all is configured (can make calls without vicidial with xlite)
Here is my cli ouput

l
=========================================================================
Connected to Asterisk 1.2.30.2 currently running on viciexp (pid = 2821)
Verbosity is at least 21
-- Remote UNIX connection
viciexp*CLI> sip debug
SIP Debugging enabled
== Refreshing DNS lookups.
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
Nov 21 19:13:02 NOTICE[11347]: chan_local.c:526 local_alloc: No such extension/context 919896532682@default creating local channel
Nov 21 19:13:02 NOTICE[11347]: channel.c:2514 __ast_request_and_dial: Unable to request channel Local/919896532682@default
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
viciexp*CLI>
dajaz27
 
Posts: 39
Joined: Wed Nov 19, 2008 12:20 pm

Re: Autodial keeps timing

Postby williamconley » Sun Nov 23, 2008 1:12 am

dajaz27 wrote:Unable to request channel Local/919896532682@default


/etc/asterisk/extensions.conf (or an included file)
somewhere in the [default] (or an included context)

; dial a long distance outbound number
; This 'o' Dial flag is VERY important for VICIDIAL on outbound calls,
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${TRUNKX}/${EXTEN:1},,tTo)
exten => _91NXXNXXXXXX,3,Hangup

Seems to be missing.

A good way to play with it until you get it right without having to actually run the dialer is to use the CLI and enter:
CLI> show dialplan 919896532682@default

which should show something resembling:
[ Context 'default' created by 'pbx_config' ]
'_91NXXNXXXXXX' => 1. AGI(agi://127.0.0.1:4577/call_log) [pbx_config]
2. Dial(${TRUNKX}/${EXTEN:1}||tTo) [pbx_config]
3. Hangup() [pbx_config]

-= 1 extension (3 priorities) in 1 context. =-

until it does, you will not be able to "dial 9" + "1" + phone number.

Watch your cli when xlite makes its call ... what did you dial to make that happen? If you dialed 8 or just straight out without the 9 (1+number) and it worked, then you are close. But you missed some of your install. You can either take the 9 out of the campaign definition and mimic your xlite call or finish the install. Hope you didn't miss anything else.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20427
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)


Return to Support

Who is online

Users browsing this forum: No registered users and 84 guests