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:
mattf
2019-07-25 22:17:02 +00:00
parent 69e781e27c
commit af96dd1578
5 changed files with 60 additions and 15 deletions
+2 -2
View File
@@ -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;