Added In-group options for setting the length of the on hold message and the hold time option press message as well as offering the option to have those two prompts be non-blocking and allow existing newer calls through to agents while the prompts are playing
git-svn-id: svn://192.168.202.10@1437 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -903,7 +903,11 @@ uniqueid_status_display ENUM('DISABLED','ENABLED','ENABLED_PREFIX','ENABLED_PRES
|
||||
uniqueid_status_prefix VARCHAR(50) default '',
|
||||
hold_time_option_minimum SMALLINT(5) default '0',
|
||||
hold_time_option_press_filename VARCHAR(255) default 'to-be-called-back|digits/1',
|
||||
hold_time_option_callmenu VARCHAR(50) default ''
|
||||
hold_time_option_callmenu VARCHAR(50) default '',
|
||||
hold_time_option_no_block ENUM('N','Y') default 'N',
|
||||
hold_time_option_prompt_seconds SMALLINT(5) default '10',
|
||||
onhold_prompt_no_block ENUM('N','Y') default 'N',
|
||||
onhold_prompt_seconds SMALLINT(5) default '10'
|
||||
);
|
||||
|
||||
CREATE TABLE vicidial_stations (
|
||||
@@ -2241,7 +2245,7 @@ ALTER TABLE vicidial_agent_log_archive MODIFY agent_log_id INT(9) UNSIGNED NOT N
|
||||
|
||||
CREATE TABLE vicidial_carrier_log_archive LIKE vicidial_carrier_log;
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1223',db_schema_update_date=NOW();
|
||||
UPDATE system_settings SET db_schema_version='1224',db_schema_update_date=NOW();
|
||||
|
||||
GRANT RELOAD ON *.* TO cron@'%';
|
||||
GRANT RELOAD ON *.* TO cron@localhost;
|
||||
|
||||
Reference in New Issue
Block a user