No Dialable Leads Showing On RealTime
Posted: Wed May 27, 2020 8:29 am
Hi
New Install
ViciBox_v9.x86_64-9.0.2.iso
VERSION: 2.14-753a
BUILD: 200518-0828
Single Server
I have created a manual dial campaign and loaded in leads, 24 hours calling time, dial statuses selected but on Real Time dialable leads 0 and leads in hopper 0 yet the agents are still able to dial.
How can this be fixed?
hopper debug
New Install
ViciBox_v9.x86_64-9.0.2.iso
VERSION: 2.14-753a
BUILD: 200518-0828
Single Server
I have created a manual dial campaign and loaded in leads, 24 hours calling time, dial statuses selected but on Real Time dialable leads 0 and leads in hopper 0 yet the agents are still able to dial.
How can this be fixed?
hopper debug
- Code: Select all
vicibox9:~ # /usr/share/astguiclient/AST_VDhopper.pl --debugX
----- DEBUG -----
----- SUPER DEBUG -----
TIME DEBUG: -5.00|-5.00|0| GMT: 20:51
SELECT list_id FROM vicidial_lists where ( (active='N') or ( (active='Y') and (expiration_date < "2020-05-27") ) );Inactive Lists: 3
Inactive and Expired List Leads Deleted: 0E0 |DELETE from vicidial_hopper where list_id IN('999','998','1000') ;|
CALLBACK HOLD: 0|SELECT count(*) FROM vicidial_callbacks where callback_time <= '2020-05-27 15:51:49' and status='ACTIVE' ;|
hopper DNC count: 0
|SELECT count(*) from vicidial_hopper where status='DNC';|
---------------Auto Trim Hopper Enabled For Matrix---------------------
Leads in Hopper for this Campaign = 0
Hopper Level for this Campaign = 1000
CAMPAIGNS TO PROCESSES HOPPER FOR: 1|0
Campaign Matrix set to no-hopper-dialing: Y
NO HOPPER COUNT: 0|SELECT count(*) FROM vicidial_hopper where campaign_id='Matrix' and status NOT IN('QUEUE','HOLD');|
DONE. Script execution time in seconds: 0
vicibox9:~ #