Added several new campaign settings for comments and QC audit history
Fixed issue with AGENTS transfers when no agents available git-svn-id: svn://192.168.202.10@2197 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -909,7 +909,11 @@ wrapup_bypass ENUM('DISABLED','ENABLED') default 'ENABLED',
|
||||
wrapup_after_hotkey ENUM('DISABLED','ENABLED') default 'DISABLED',
|
||||
callback_active_limit SMALLINT(5) UNSIGNED default '0',
|
||||
callback_active_limit_override ENUM('N','Y') default 'N',
|
||||
allow_chats ENUM('Y','N') default 'N'
|
||||
allow_chats ENUM('Y','N') default 'N',
|
||||
comments_all_tabs ENUM('DISABLED','ENABLED') default 'DISABLED',
|
||||
comments_dispo_screen ENUM('DISABLED','ENABLED','REPLACE_CALL_NOTES') default 'DISABLED',
|
||||
comments_callback_screen ENUM('DISABLED','ENABLED','REPLACE_CB_NOTES') default 'DISABLED',
|
||||
qc_comment_history ENUM('CLICK','AUTO_OPEN','CLICK_ALLOW_MINIMIZE','AUTO_OPEN_ALLOW_MINIMIZE') default 'CLICK'
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
CREATE TABLE vicidial_lists (
|
||||
@@ -3306,4 +3310,4 @@ UPDATE vicidial_configuration set value='1766' where name='qc_database_version';
|
||||
|
||||
UPDATE system_settings set vdc_agent_api_active='1';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1387',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
UPDATE system_settings SET db_schema_version='1388',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
|
||||
Reference in New Issue
Block a user