Clear old records from vicidial_auto_calls
Posted: Thu Mar 22, 2007 2:41 pm
I really get lot of problem on auto dial because old calls arent being removed from vicidial_auto_calls table . I made a thread on this before and as per matt's suggestion cleaning vicidial_auto_calls always gets problem solved . Suppose i have 4 agent and dial level 7 and if 12 old records are struck in dialer then i get only 28-12=16 calls made until i clear table myself . This may not be vicidial problem really ( maybe due to lag in my asterisk server and voip provider ) .
What i want to know is that is it safe to put a cron script to remove records older than 15 minutes and stage = START from that table .
What would be mysql query to delete records older than 15 minutes ?
What i want to know is that is it safe to put a cron script to remove records older than 15 minutes and stage = START from that table .
What would be mysql query to delete records older than 15 minutes ?