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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user