Added campaign option "Script on top of Dispo" to allow the agent screen

script tab to cover the dispo screen after hanging up the customer to
 allow for Agent-API-enabled IFRAMEs to control the agent dispo process.

git-svn-id: svn://192.168.202.10@2939 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2018-03-06 22:24:17 +00:00
parent 81b357ebfa
commit e01d498653
6 changed files with 59 additions and 11 deletions
+3 -2
View File
@@ -998,7 +998,8 @@ next_dial_my_callbacks ENUM('DISABLED','ENABLED') default 'DISABLED',
inbound_no_agents_no_dial_container VARCHAR(40) default '---DISABLED---',
inbound_no_agents_no_dial_threshold SMALLINT(5) default '0',
cid_group_id VARCHAR(20) default '---DISABLED---',
pause_max_dispo VARCHAR(6) default 'PAUSMX'
pause_max_dispo VARCHAR(6) default 'PAUSMX',
script_top_dispo ENUM('Y', 'N') default 'N'
) ENGINE=MyISAM;
CREATE TABLE vicidial_lists (
@@ -4186,4 +4187,4 @@ INSERT INTO vicidial_settings_containers(container_id,container_notes,container_
UPDATE system_settings set vdc_agent_api_active='1';
UPDATE system_settings SET db_schema_version='1538',db_schema_update_date=NOW(),reload_timestamp=NOW();
UPDATE system_settings SET db_schema_version='1539',db_schema_update_date=NOW(),reload_timestamp=NOW();