Added Second Agent Alert Trigger In-Group settings, allowing for a second audio alert to be played to the agent on repeat calls.

git-svn-id: svn://192.168.202.10@3735 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-06-07 14:20:45 +00:00
parent 13682ef203
commit 3f4df6cfb6
7 changed files with 103 additions and 12 deletions
+6 -2
View File
@@ -1428,7 +1428,11 @@ custom_one TEXT,
custom_two TEXT,
custom_three TEXT,
custom_four TEXT,
custom_five TEXT
custom_five TEXT,
second_alert_trigger VARCHAR(20) default 'DISABLED',
second_alert_trigger_seconds INT(6) default '600',
second_alert_filename VARCHAR(100) default '',
second_alert_delay INT(6) default '1000'
) ENGINE=MyISAM;
CREATE TABLE vicidial_stations (
@@ -5419,4 +5423,4 @@ INSERT INTO `wallboard_reports` VALUES ('AGENTS_AND_QUEUES','Agents and Queues',
UPDATE system_settings set vdc_agent_api_active='1';
UPDATE system_settings SET db_schema_version='1687',db_schema_update_date=NOW(),reload_timestamp=NOW();
UPDATE system_settings SET db_schema_version='1688',db_schema_update_date=NOW(),reload_timestamp=NOW();