UK 72 hour Abandon filter
Posted: Mon Jun 08, 2009 3:13 am
For those of you calling the UK and wanting to be in compliance with the 72 hour no-contact period after abandon(DROP) here is a filter that you can enable that will do this:
( ( (status='DROP') and (last_local_call_time < CONCAT(DATE_ADD(CURDATE(), INTERVAL -3 DAY),' ',CURTIME()) ) ) or (status != 'DROP') )
( ( (status='DROP') and (last_local_call_time < CONCAT(DATE_ADD(CURDATE(), INTERVAL -3 DAY),' ',CURTIME()) ) ) or (status != 'DROP') )