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 196b9c04b1
commit 8ee9005f31
7 changed files with 228 additions and 14 deletions
+4
View File
@@ -651,3 +651,7 @@ ALTER TABLE vicidial_inbound_groups ADD waiting_call_url_off TEXT;
ALTER TABLE vicidial_inbound_groups ADD waiting_call_count SMALLINT(5) UNSIGNED default '0';
UPDATE system_settings SET db_schema_version='1547',db_schema_update_date=NOW() where db_schema_version < 1547;
ALTER TABLE vicidial_inbound_groups ADD enter_ingroup_url TEXT;
UPDATE system_settings SET db_schema_version='1548',db_schema_update_date=NOW() where db_schema_version < 1548;