Added Real-Time Report monitoring display information

Changed Auto-Dial FILL process to allow up to 1000 cps
Various VERM code Fixes

git-svn-id: svn://192.168.202.10@3755 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-09-06 21:30:23 +00:00
parent c1f41c110b
commit ee695e66b7
21 changed files with 410 additions and 135 deletions
+4
View File
@@ -2405,3 +2405,7 @@ ALTER TABLE vicidial_inbound_groups ADD third_alert_container VARCHAR(40) defaul
ALTER TABLE vicidial_inbound_groups ADD third_alert_only VARCHAR(40) default 'DISABLED';
UPDATE system_settings SET db_schema_version='1693',db_schema_update_date=NOW() where db_schema_version < 1693;
CREATE TABLE vicidial_daily_rt_monitoring_log LIKE vicidial_rt_monitor_log;
UPDATE system_settings SET db_schema_version='1694',db_schema_update_date=NOW() where db_schema_version < 1694;