Added framework for new SIP logging features
Fixed database issue with Call Quotas git-svn-id: svn://192.168.202.10@3129 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CALL QUOTA LEAD RANKING Started: 2019-07-01 Updated: 2019-07-22
|
||||
CALL QUOTA LEAD RANKING Started: 2019-07-01 Updated: 2019-07-24
|
||||
|
||||
!!!! THIS IS AN EXPERIMENTAL FEATURE, PLEASE READ ALL IMPORTANT NOTES !!!!
|
||||
(If you plan on using this feature-set in production, you should read and understand everything in this document)
|
||||
@@ -228,7 +228,7 @@ A new outbound auto-dial log-auditing function has been added to the AST_VDadapt
|
||||
ALTER TABLE system_settings ADD call_quota_lead_ranking ENUM('0','1','2') default '0';
|
||||
|
||||
ALTER TABLE vicidial_campaigns ADD auto_active_list_new VARCHAR(20) default 'DISABLED';
|
||||
ALTER TABLE vicidial_campaigns ADD call_quota_lead_ranking VARCHAR(20) default 'DISABLED';
|
||||
ALTER TABLE vicidial_campaigns ADD call_quota_lead_ranking VARCHAR(40) default 'DISABLED';
|
||||
ALTER TABLE vicidial_campaigns ADD call_quota_process_running TINYINT(3) default '0';
|
||||
ALTER TABLE vicidial_campaigns ADD call_quota_last_run_date DATETIME;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user