Added "3-Way Recording Stop Exception" campaign option to override the "3-Way Recording Stop" setting based upon the 3way phone number dialed.

git-svn-id: svn://192.168.202.10@3252 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2020-05-29 03:06:03 +00:00
parent 6f0cce48fa
commit 7aab76b281
6 changed files with 109 additions and 18 deletions
@@ -1,4 +1,4 @@
# version: 20200425095601
# version: 20200528092201
users-user User ID <QXZ>This field is where you put the users ID number, can be up to 8 digits in length, Must be at least 2 characters in length.</QXZ>
users-pass Password <QXZ>This field is where you put the users password. Must be at least 2 characters in length. 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. Default is N.</QXZ>
@@ -263,6 +263,7 @@ campaigns-customer_3way_hangup_logging Customer 3-Way Hangup Logging <QXZ>If thi
campaigns-customer_3way_hangup_seconds Customer 3-Way Hangup Seconds <QXZ>If Customer 3-way logging is enabled, this option allows you to define the number of seconds after the customer hangup is detected before it is actually logged and the optional customer 3-way hangup action is executed. Default is 5 seconds.</QXZ>
campaigns-customer_3way_hangup_action Customer 3-Way Hangup Action <QXZ>If Customer 3-way logging is enabled, this option allows you to have the agent screen automatically hang up on the call and go to the DISPO screen if this option is set to DISPO. Default is NONE.</QXZ>
campaigns-three_way_record_stop 3-Way Recording Stop <QXZ>If this option is enabled, recording of the session will stop when an agent clicks on the DIAL WITH CUSTOMER or PARK CUSTOMER DIAL transfer buttons. Default is N for disabled.</QXZ>
campaigns-three_way_record_stop_exception 3-Way Recording Stop Exception <QXZ>If not set to DISABLED, this setting allows you to exempt the 3-Way Recording Stop feature above for a set list of phone numbers, that you define in a PHONE_NUMBERS type of Settings Container. If 3-Way Recording Stop is set to -N-, then 3-way calls to the number in this list will have recordings stopped when the 3-way call is started. If 3-Way Recording Stop is set to -Y-, then 3-way calls to the number in this list will not have recordings stopped when the 3-way call is started. Default is DISABLED.</QXZ>
campaigns-hangup_xfer_record_start Hangup Xfer Recording Start <QXZ>If this option is enabled, recording of the session will start when the agent clicks on the HANGUP XFER button in the transfer conference section. Default is N for disabled.</QXZ>
campaigns-ivr_park_call Park Call IVR <QXZ>This option will allow an agent to park a call with a separate IVR PARK CALL button on their agent interface if this is ENABLED or ENABLED_PARK_ONLY. The ENABLED_PARK_ONLY option will allow the agent to send the call to park but not click to retrieve the call like the ENABLED option. The ENABLED_BUTTON_HIDDEN option allows the function through the API only. Default is DISABLED. This feature requires Asterisk 1.8 or higher to work.</QXZ>
campaigns-ivr_park_call_agi Park Call IVR AGI <QXZ>If the Park Call IVR field is not DISABLED, then this field is used as the AGI application string that the customer is sent to. This is a setting that should be set by your administrator if possible. This feature requires Asterisk 1.8 or higher to work.</QXZ>