by PManley » Tue Sep 29, 2020 11:23 am
Hello,
We've observed a problem where we are calling leads that have been dispo'd with a non-dialable "Completed" status. This is apparent in the vicidial_log table where we run the following query:
SELECT count(*) FROM vicidial_log t1 WHERE
status IN ('ADC','AFAX','DC','DEC','BAD','WDNC','DNC','DNCL','DNCC','LB','NI','NI1','NI2','NI3','NI4','NI5','NI6','NI7','NP','PU','NQ','Q1','Q2','Q3','Q4','Q5','Q6','XFER','WN','DISMIX','MAX') AND
call_date < (SELECT call_date FROM vicidial_log t2 WHERE t1.lead_id=t2.lead_id AND t2.call_date > t1.call_date order by call_date asc LIMIT 1) AND DATE(t1.call_date)>'2020-09-17';
In some cases, we're dialing leads that had been dispo'd as "DNC", so this is a BIG problem. Some days, the calls are made on the same day, while in others the calls are made the next day or the day after.
Any ideas on what could cause this and how to resolve this problem?
We are running version:
VERSION: 2.14-708a
BUILD: 190414-0924
Thanks and regards,
Peter Manley