lead recycle > 12 hours

Discussions about new features or changes in existing features

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

lead recycle > 12 hours

Postby middletn » Thu Feb 03, 2011 5:50 pm

Hi, unable to find any specific posts on this subject, but following a change to UK Ofcom rules, AMD recycling needs to be 24 hours, or it's a 2m fine. Are there any work arounds for this at this time?

regards
middletn
 
Posts: 32
Joined: Fri Apr 18, 2008 3:27 pm

Postby mflorell » Thu Feb 03, 2011 9:21 pm

Is this a new OFCOM regulation? If so, please post a link to it.

You could easily block A or AA status leads with a Filter, and it would be more reliable than lengthening lead recycling.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby middletn » Fri Feb 04, 2011 6:51 pm

middletn
 
Posts: 32
Joined: Fri Apr 18, 2008 3:27 pm

Postby mflorell » Sat Feb 05, 2011 9:11 am

Do you have an actual link to the regulations?

Silent calls should not happen if your drop time is set properly and you are using a message saying who called before hanging up. This is then considered an abandoned call instead.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Michael_N » Sat Feb 05, 2011 1:58 pm

Michael_N
 
Posts: 687
Joined: Wed Jul 05, 2006 3:13 pm
Location: sweden

Postby mflorell » Sun Feb 06, 2011 9:25 pm

If you just want to filter AA status calls so they aren't called within 24 hours of being called, then you can use this filter:

( ( (status='AA') and (last_local_call_time < CONCAT(DATE_ADD(CURDATE(), INTERVAL -3 DAY),' ',CURTIME()) ) ) or (status != 'AA') )


Or you could just not do AMD, which we don't recommend using anyway because of the horrible accuracy rate and delay time.

And don't forget, in the UK you should be using the "Drop Lockout Time" Campaign setting and setting it to 72.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby leseul » Wed Mar 23, 2011 11:38 am

Hi There,

The OFCOM rules are that an answerphone previously detected by AMD should not be called again within a 24 hour period (as opposed to the 72 hours of standard drops).

Am I right in thinking that the SQL should be ammended from:
Code: Select all
( ( (status='AA') and (last_local_call_time < CONCAT(DATE_ADD(CURDATE(), INTERVAL -3 DAY),' ',CURTIME()) ) ) or (status != 'AA') )

To:
Code: Select all
( ( (status='AA') and (last_local_call_time < CONCAT(DATE_ADD(CURDATE(), INTERVAL -1 DAY),' ',CURTIME()) ) ) or (status != 'AA') )
Vicibox.Redux.x86_64-3.1.9.150 from .iso | Vicidial 2.6b0.5 SVN 1940 | Admin Version 2.6-395a Build: 130221-1736 | Servers 1,2-Asterisk 1.4.39.1-vici, 3-Asterisk 1.4.44-vici | 1x DB, 3x Asterisk/Web | Sangoma A102DE x5 | Upgraded After Installation.
leseul
 
Posts: 54
Joined: Fri Mar 04, 2011 8:10 am

Postby mflorell » Wed Mar 23, 2011 3:50 pm

That should work.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Features

Who is online

Users browsing this forum: No registered users and 35 guests

cron