Getting Auto-Dialing to Work

General and Support topics relating to ViciDialNow and GoAutoDial ISO installers

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

Getting Auto-Dialing to Work

Postby rnorm » Wed Apr 08, 2009 10:06 pm

So I have VicidialNow working with manual calls, but any type of auto-dialing it just wont work. It says I am the only one in the confrence. I setup my 8365 extension. When I login it shows this...

Channel SIP/cc100-097c3bb0 was answered.
== Manager 'sendcron' logged off from 127.0.0.1
-- Executing MeetMe("SIP/cc100-097c3bb0", "8600051|F") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
-- Created MeetMe conference 1023 for conference '8600051'
-- Playing 'conf-onlyperson' (language 'en')


also it keeps showing this...

== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1


Help would be very much appreciated. Thanks!
rnorm
 
Posts: 12
Joined: Sat Apr 04, 2009 1:15 pm

Postby willbordoni » Thu Apr 09, 2009 3:19 am

Check your extensions.conf and try to add some Playback(sip-silence) at the beginning of the extensions 8364, 8365, 8366, 8367, 8368, 8369 and 8372.

In facts the correct lines are already there, you can uncomment them.
It gives something like that :

Code: Select all
exten => 8364,1,Playback(sip-silence)
exten => 8364,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8364,3,AGI(agi-VDADtransferBROADCAST.agi,${EXTEN})
exten => 8364,4,AGI(agi-VDADtransferBROADCAST.agi,${EXTEN})
exten => 8364,5,Hangup

; VICIDIAL_auto_dialer transfer script:
exten => 8365,1,Playback(sip-silence)
exten => 8365,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8365,3,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,4,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,5,Hangup

; VICIDIAL_auto_dialer transfer script SURVEY at beginning:
exten => 8366,1,Playback(sip-silence)
exten => 8366,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8366,3,AGI(agi-VDADtransferSURVEY.agi,${EXTEN})
exten => 8366,4,AGI(agi-VDADtransferSURVEY.agi,${EXTEN})
exten => 8366,5,Hangup

; VICIDIAL_auto_dialer transfer script Load Balance Overflow:
exten => 8367,1,Playback(sip-silence)
exten => 8367,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8367,3,AGI(agi-VDAD_LO_transfer.agi,${EXTEN})
exten => 8367,4,AGI(agi-VDAD_LO_transfer.agi,${EXTEN})
exten => 8367,5,Hangup

; VICIDIAL_auto_dialer transfer script Load Balanced:
exten => 8368,1,Playback(sip-silence)
exten => 8368,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8368,3,AGI(agi-VDAD_LB_transfer.agi,${EXTEN})
exten => 8368,4,AGI(agi-VDAD_LB_transfer.agi,${EXTEN})
exten => 8368,5,Hangup

; VICIDIAL_auto_dialer transfer script AMD with Load Balanced:
exten => 8369,1,Playback(sip-silence)
exten => 8369,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8369,3,AMD(2000|2000|1000|5000|120|50|4|256)
exten => 8369,4,AGI(VD_amd.agi,${EXTEN})
exten => 8369,5,AGI(agi-VDAD_LB_transfer.agi,${EXTEN})
exten => 8369,6,AGI(agi-VDAD_LB_transfer.agi,${EXTEN})
exten => 8369,7,Hangup

; VICIDIAL auto-dial reminder script
exten => 8372,1,Playback(sip-silence)
exten => 8372,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8372,3,AGI(agi-VDADautoREMINDER.agi,${EXTEN})
exten => 8372,4,AGI(agi-VDADautoREMINDER.agi,${EXTEN})
exten => 8372,5,Hangup


Hope it will help
willbordoni
 
Posts: 20
Joined: Wed Mar 25, 2009 5:23 am

Re: Getting Auto-Dialing to Work

Postby williamconley » Fri Apr 10, 2009 10:06 am

rnorm wrote:but any type of auto-dialing it just wont work.

are you saying that autodial does not dial or autodial does not put the calls into the agent's conference?

are all your screens running? (do some research, use the screen -list command)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby rnorm » Sun Apr 12, 2009 11:38 am

yeah the auto-dial just does not dial i guess the CLI says...

> Channel SIP/cc100-085129b0 was answered.
-- Executing MeetMe("SIP/cc100-085129b0", "8600051|F") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
-- Created MeetMe conference 1023 for conference '8600051'
-- Playing 'conf-onlyperson' (language 'en')
== Manager 'sendcron' logged off from 127.0.0.1


once I pick-up my SIP phone. then it says I'm the only one in the conference. When I setup a Remote agent, it does autodial. I have tried using the SIP-Silence on the 8365 ext and it makes no difference.

by the way... screen -list shows this

There are screens on:
2446.ASTVDadapt (Detached)
2440.ASTVDauto (Detached)
2431.ASTupdate (Detached)
2422.asterisk (Detached)
2443.ASTVDremote (Detached)
2434.ASTsend (Detached)
2449.ASTfastlog (Detached)
2437.ASTlisten (Detached)
8 Sockets in /var/run/screen/S-root.

I am currently using SIP only for my Trunk... not sure if that makes any difference. Any advice would be apprecited. If I can't figure vicidialnow out I will proceed to do the scratch install of vicidial.

Thanks for all your help!
rnorm
 
Posts: 12
Joined: Sat Apr 04, 2009 1:15 pm

Postby rnorm » Sun Apr 12, 2009 11:45 am

by the way...

does it matter if I have a Zaptel Card or not? when i load up vicidialnow it says Zaptel : zero chanels configured.
rnorm
 
Posts: 12
Joined: Sat Apr 04, 2009 1:15 pm

Postby williamconley » Sun Apr 12, 2009 12:42 pm

ok. progress. the complaint is "does not autodial". autodial requires everything set up properly and then at least one agent available to receive calls (but not already in one) on a campaign with leads to dial. here we have:
rnorm wrote:yeah the auto-dial just does not dial i guess the CLI says...

> Channel SIP/cc100-085129b0 was answered.
-- Executing MeetMe("SIP/cc100-085129b0", "8600051|F") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
-- Created MeetMe conference 1023 for conference '8600051'
-- Playing 'conf-onlyperson' (language 'en')
== Manager 'sendcron' logged off from 127.0.0.1


once I pick-up my SIP phone. then it says I'm the only one in the conference.
This does demonstrate that the agent is logged in, but does not say "available" and does not show the CLI after the client presses "Resume" to become available (in fact, it does not state that the agent pressed resume at all, which would be a possible reason for the system to not dial). So: Did the agent press "resume" and if so, may we see the output from the CLI and the Vicidial Logs during the time the agent pressed "resume"?

AND

When I setup a Remote agent, it does autodial.
If the complaint is that the system does not autodial ... this confuses me somewhat.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby rnorm » Sun Apr 12, 2009 1:01 pm

jesus!!! i feel stupid now. i thought that resume buttom was for recording! sweet thanks!
rnorm
 
Posts: 12
Joined: Sat Apr 04, 2009 1:15 pm

Postby williamconley » Sun Apr 12, 2009 9:11 pm

Please read BOTH the Agent manual ... AND the Manager's Manual and read them THOROUGHLY. If you do that, there is no charge for this service. There will be a quiz. (LMAO)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby dal » Sun Jun 14, 2009 7:35 pm

hello..i was confused about extension 8365...it is already in the default extensions.conf right? so, where can i set-up that extension 8365?
i have the same problem with rnorm, manual dialing is working but when i chose ratio it doesn't work even if the agents click already 'resume'...in short autodial doesn't put calls into the agent conference..

hope anyone can help me about this problem...
dal
 
Posts: 9
Joined: Wed Jun 03, 2009 12:31 am

Postby williamconley » Sun Jun 14, 2009 10:11 pm

you'll need to open a new thread after you read the stickies to find out what information we need from you.

you don't "set up extension 8365".

read the stickies, then read the manager's manual and go through the exercises one at a time (and don't skip anything) and when you come out the other side, you'll have a functioning system.

the manager's manual is available on eflo.net for FREE for the part you need (although you would do very well to purchase the full version, at least if you consider time to be money).

when you come back, we'll need to know where you had a problem in the manager's manual and your configuration. and start a new thread describing your situation unless it matches this:
Getting Auto-Dialing to Work

So I have VicidialNow working with manual calls, but any type of auto-dialing it just wont work. It says I am the only one in the confrence. I setup my 8365 extension. When I login it shows this...

Channel SIP/cc100-097c3bb0 was answered.
== Manager 'sendcron' logged off from 127.0.0.1
-- Executing MeetMe("SIP/cc100-097c3bb0", "8600051|F") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
-- Created MeetMe conference 1023 for conference '8600051'
-- Playing 'conf-onlyperson' (language 'en')


also it keeps showing this...

== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1


Help would be very much appreciated. Thanks!
and if it DOES match this (as you will note from the guy who opened this thread to begin with) you just need to read the manual because your system is working, you just don't know HOW (which is what the manual is for, right?)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to ViciDialNow - GoAutoDial

Who is online

Users browsing this forum: No registered users and 41 guests