Added Wrapup Bypass option to allow or disallow agents to skip the wrapup screen before the timer is finished. Also added the option to use a system Script as the Wrap Up Message
git-svn-id: svn://192.168.202.10@2137 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -904,7 +904,8 @@ pause_max SMALLINT(5) UNSIGNED default '0',
|
||||
max_inbound_calls SMALLINT(5) UNSIGNED default '0',
|
||||
manual_dial_search_checkbox ENUM('SELECTED','SELECTED_RESET','UNSELECTED','UNSELECTED_RESET') default 'SELECTED',
|
||||
hide_call_log_info ENUM('Y','N') default 'N',
|
||||
timer_alt_seconds SMALLINT(5) default '0'
|
||||
timer_alt_seconds SMALLINT(5) default '0',
|
||||
wrapup_bypass ENUM('DISABLED','ENABLED') default 'ENABLED'
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
CREATE TABLE vicidial_lists (
|
||||
@@ -3274,4 +3275,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='1382',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
UPDATE system_settings SET db_schema_version='1383',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
|
||||
Reference in New Issue
Block a user