Added In-Group option for Enter In-Group URL, which can send a URL request when a caller enters an In-Group right before the system looks for an agent to send the call to.

git-svn-id: svn://192.168.202.10@2987 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2018-05-21 10:08:40 +00:00
parent ddbff2de79
commit 725c2c6483
7 changed files with 228 additions and 14 deletions
+3 -2
View File
@@ -1264,7 +1264,8 @@ populate_lead_vendor VARCHAR(20) default 'INBOUND_NUMBER',
park_file_name VARCHAR(100) default '',
waiting_call_url_on TEXT,
waiting_call_url_off TEXT,
waiting_call_count SMALLINT(5) UNSIGNED default '0'
waiting_call_count SMALLINT(5) UNSIGNED default '0',
enter_ingroup_url TEXT
) ENGINE=MyISAM;
CREATE TABLE vicidial_stations (
@@ -4230,4 +4231,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='1547',db_schema_update_date=NOW(),reload_timestamp=NOW();
UPDATE system_settings SET db_schema_version='1548',db_schema_update_date=NOW(),reload_timestamp=NOW();