Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
williamconley wrote:DNC lists from a government should be used to remove leads without loading them into Vicidial at all. Or to (nightly, weekly or monthly) compare to the lists in Vicidial and remove them.
nikolaos wrote:williamconley wrote:DNC lists from a government should be used to remove leads without loading them into Vicidial at all. Or to (nightly, weekly or monthly) compare to the lists in Vicidial and remove them.
I would like to do both but I'm not sure how to do the later (remove entries from list already loaded to Vicidial).
As far as I can tell from a quick check all phone numbers end up in mysql's table vicidial_list. My first thought is to delete entries from vicidial_list and reboot. Is this OK or am I going to mess up vicidials internals?
no deletion [is required]: merely change the status from whatever it was to NDNC. Don't put NDNC in your dial status list and you're good to go. Also, it will not allow a fresh copy of the same lead to be re-uploaded if you're using dupe check on upload.
UPDATE vicidial_list SET status='NDNC' WHERE status<>'NDNC' AND phone_number="1234567890"
UPDATE vicidial_list SET status='NDNC' WHERE phone_number="1234567890"
delete from vicidial_hopper where lead_id IN (select lead_id from vicidial_list where status='NDNC')
Users browsing this forum: Bing [Bot] and 47 guests