Project

General

Profile

Actions

Feature #8115

closed

auto reset list

Added by anoush dej almost 4 years ago. Updated almost 4 years ago.

Status:
Rejected
Priority:
Normal
Category:
Features
Target version:
Start date:
06/09/2020
Due date:
% Done:

0%

Estimated time:

Description

Hi,

i'm trying to implement auto reset list when dialable leads are 0.
At section

UPDATE the leads to be dialed for this campaign

of

/usr/share/astguiclient/AST_VDhopper.pl

i'd like to add a query as this dated suggest from "cousins"
$stmtA = "UPDATE vicidial_list L inner join vicidial_lists S on S.list_id=L.list_id SET called_since_last_reset='N' where S.campaign_id='$campaign_id[$i]' and upper(S.reset_time) like '%AUTO%';";

http://www.vicidial.org/VICIDIALforum/viewtopic.php?t=10481

may you help me? In my short experience using lead recycle it's currently too difficult
since each recycle rule is partly another criteria to sort list
thanks
Anoush

Actions

Also available in: Atom PDF

Go to top