Added DROP lockout time option to campaigns to allow for preventing the calling of leads that were abandoned on auto-dial campaigns for a specified number of hours.
git-svn-id: svn://192.168.202.10@1146 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -169,3 +169,7 @@ INSERT INTO vicidial_statuses values('AB','Busy Auto','N','N','UNDEFINED','N','N
|
||||
INSERT INTO vicidial_statuses values('ADC','Disconnected Number Auto','N','N','UNDEFINED','N','N','N','N','Y');
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1149';
|
||||
|
||||
ALTER TABLE vicidial_campaigns ADD drop_lockout_time VARCHAR(6) default '0';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1150';
|
||||
|
||||
Reference in New Issue
Block a user