Page 1 of 1

UK 72 hour Abandon filter

PostPosted: Mon Jun 08, 2009 3:13 am
by mflorell
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') )

PostPosted: Mon Jun 08, 2009 11:02 am
by gardo
sticky?

PostPosted: Mon Jun 08, 2009 6:10 pm
by mflorell
I'm not sure it's that important to be a sticky, I've actually added a new feature in SVN trunk that allows you to define this as a campaign option so you don't have to manage it as a filter.