Added options to allow for an agent to place manual dial calls out as if they were in-group inbound calls. Also allows for no-dial calls that are not actually placed out the telco, but are logged as calls. For more information see the "In-Group Manual Dial" options in Campaign Detail
git-svn-id: svn://192.168.202.10@1816 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -849,7 +849,9 @@ call_count_target SMALLINT(5) UNSIGNED default '3',
|
||||
callback_hours_block TINYINT(2) default '0',
|
||||
callback_list_calltime ENUM('ENABLED','DISABLED') default 'DISABLED',
|
||||
user_group VARCHAR(20) default '---ALL---',
|
||||
hopper_vlc_dup_check ENUM('Y','N') default 'N'
|
||||
hopper_vlc_dup_check ENUM('Y','N') default 'N',
|
||||
in_group_dial ENUM('DISABLED','MANUAL_DIAL','NO_DIAL','BOTH') default 'DISABLED',
|
||||
in_group_dial_select ENUM('AGENT_SELECTED','CAMPAIGN_SELECTED','ALL_USER_GROUP') default 'CAMPAIGN_SELECTED'
|
||||
);
|
||||
|
||||
CREATE TABLE vicidial_lists (
|
||||
@@ -2809,7 +2811,7 @@ CREATE TABLE vicidial_log_noanswer_archive LIKE vicidial_log_noanswer;
|
||||
CREATE TABLE vicidial_did_agent_log_archive LIKE vicidial_did_agent_log;
|
||||
CREATE UNIQUE INDEX vdala on vicidial_did_agent_log_archive (uniqueid,call_date,did_route);
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1318',db_schema_update_date=NOW();
|
||||
UPDATE system_settings SET db_schema_version='1319',db_schema_update_date=NOW();
|
||||
|
||||
GRANT RELOAD ON *.* TO cron@'%';
|
||||
GRANT RELOAD ON *.* TO cron@localhost;
|
||||
|
||||
Reference in New Issue
Block a user