Added Second Agent Alert Trigger In-Group settings, allowing for a second audio alert to be played to the agent on repeat calls.

git-svn-id: svn://192.168.202.10@3735 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-06-07 14:20:45 +00:00
parent c76473c059
commit e7c359fd35
7 changed files with 103 additions and 12 deletions
@@ -1,4 +1,4 @@
# version: 20230524180001
# version: 20230607092501
users-user User ID <QXZ>This field is where you put the users ID number, can be up to 20 digits in length, Must be at least 2 characters in length. We strongly recommend not reusing user accounts for different users, for reporting accuracy. To disable a user account, set the Active option to -N-.</QXZ>
users-pass Password <QXZ>This field is where you put the users password. Must be at least 2 characters in length. Only letters and numbers are allowed in user passwords. A medium strength user password will be at least 10 characters in length, and a strong user password will be at least 20 characters in length and have letters as well as at least one number. It is recommended that you use a longer password if possible, stringing together several unrelated words with no spaces, and a number somewhere in the string. The maximum size of a password is 100 characters.</QXZ>
users-force_change_password Force Change Password <QXZ>If this option is set to Y then the user will be prompted to change their password the next time they log in to the administration webpage or the agent screen. Default is N.</QXZ>
@@ -629,6 +629,10 @@ inbound_groups-closing_time_option_xfer_group Closing Time Option Transfer In-Gr
inbound_groups-closing_time_option_callback_list_id Closing Time Option Callback List ID <QXZ>If Closing Time Option is set to CALLERID_CALLBACK, this is the List ID the call is added to as a new lead if the Closing Time is reached.</QXZ>
inbound_groups-agent_alert_exten Agent Alert Filename <QXZ>The audio file to play to an agent to announce that a call is coming to the agent. To not use this function set this to X. Default is ding.</QXZ>
inbound_groups-agent_alert_delay Agent Alert Delay <QXZ>The length of time in milliseconds to wait before sending the call to the agent after playing the on Agent Alert Extension. Default is 1000.</QXZ>
inbound_groups-second_alert_trigger Second Agent Alert Trigger <QXZ>If enabled, this feature will play an audio alert if the trigger conditions are met. The PHONE_NUMBER option will check for a previous phone call from the same customer phone number being handled in this In-Group within a specified recent timeframe, defined by the Second Agent Alert Trigger Seconds setting below. The LEAD_ID option will check for a previous phone call by the same specific customer lead being handled in this In-Group within a specified recent timeframe. Default is DISABLED.</QXZ>
inbound_groups-second_alert_trigger_seconds Second Agent Alert Trigger Seconds <QXZ>If the Second Agent Alert Trigger option above is enabled, this is the number of seconds into the past that the logs will be checked for a previous call. Default is 600 seconds, which is 10 minutes.</QXZ>
inbound_groups-second_alert_filename Second Agent Alert Filename <QXZ>The second audio file to play to an agent to announce that a call is coming to the agent. default is empty.</QXZ>
inbound_groups-second_alert_delay Second Agent Alert Delay <QXZ>The length of time in milliseconds to wait before sending the call to the agent after playing the on Second Agent Alert. Default is 1000.</QXZ>
inbound_groups-default_xfer_group Default Transfer Group <QXZ>This field is the default In-Group that will be automatically selected when the agent goes to the transfer-conference frame in their agent interface.</QXZ>
inbound_groups-ingroup_recording_override In-Group Recording Override <QXZ>This field allows for the overriding of the campaign call recording setting. This setting can be overridden by the user recording override setting. DISABLED will not override the campaign recording setting. NEVER will disable recording on the client. ONDEMAND is the default and allows the agent to start and stop recording as needed. ALLCALLS will start recording on the client whenever a call is sent to an agent. ALLFORCE will start recording on the client whenever a call is sent to an agent giving the agent no option to stop recording.</QXZ>
inbound_groups-routing_initiated_recordings Routing Initiated Recording <QXZ>This option, if enabled, allows you to have the call routing script for Inbound calls trigger the agent call recording instead of the agent screen. This option will only work if the recording option is set to ALLCALLS or ALLFORCE. This will not work with inbound on-hook agents. Default is N for disabled.</QXZ>