Added Max Inbound Calls Outcome to allow for different behaviors when an agent reaches their maximum inbound calls for the day

git-svn-id: svn://192.168.202.10@2859 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2017-11-24 17:07:47 +00:00
parent 52794f9514
commit ff0ebcd509
8 changed files with 130 additions and 29 deletions
+3 -2
View File
@@ -989,7 +989,8 @@ ready_max_logout MEDIUMINT(7) default '0',
callback_display_days SMALLINT(3) default '0',
three_way_record_stop ENUM('Y','N') default 'N',
hangup_xfer_record_start ENUM('Y','N') default 'N',
scheduled_callbacks_email_alert ENUM('Y', 'N') default 'N'
scheduled_callbacks_email_alert ENUM('Y', 'N') default 'N',
max_inbound_calls_outcome ENUM('DEFAULT','ALLOW_AGENTDIRECT','ALLOW_MI_PAUSE','ALLOW_AGENTDIRECT_AND_MI_PAUSE') default 'DEFAULT'
) ENGINE=MyISAM;
CREATE TABLE vicidial_lists (
@@ -4097,4 +4098,4 @@ INSERT INTO vicidial_settings_containers(container_id,container_notes,container_
UPDATE system_settings set vdc_agent_api_active='1';
UPDATE system_settings SET db_schema_version='1524',db_schema_update_date=NOW(),reload_timestamp=NOW();
UPDATE system_settings SET db_schema_version='1525',db_schema_update_date=NOW(),reload_timestamp=NOW();