Added audio_store_GSM_allowed vicidial/options.php setting. Disabled GSM file uploads to the Audio Store by default.

Disabled the PLAY link in the Audio Store for BAD FORMAT WAV files.
Added User setting to allow download of bad format WAV files.

git-svn-id: svn://192.168.202.10@3554 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2022-01-20 15:07:19 +00:00
parent eea37f1fbc
commit dd66ba053d
7 changed files with 55 additions and 20 deletions
@@ -1,4 +1,4 @@
# version: 20220118200601
# version: 20220120090501
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. 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>
@@ -104,6 +104,7 @@ users-export_reports Export Reports <QXZ>This setting if set to 1 will allow a m
users-delete_from_dnc Delete From DNC Lists <QXZ>This setting if set to 1 will allow a manager to remove phone numbers from the DNC lists in the system.</QXZ>
users-realtime_block_user_info Realtime Block User Info <QXZ>This setting if set to 1 will block user and station information from being displayed in the Real-time report. Default is 0 for disabled.</QXZ>
users-modify_same_user_level Modify Same User Level <QXZ>This setting only applies to level 9 users. If enabled it allows the level 9 user to modify their own settings as well as other level 9 users. Default is 1 for enabled.</QXZ>
users-download_invalid_files Download Invalid Files <QXZ>This setting only applies to level 9 users. If enabled it allows the level 9 user to download BAD FORMAT audio files from the Audio Store. Default is 0 for disabled.</QXZ>
users-admin_hide_lead_data Admin Hide Lead Data <QXZ>This setting only applies to level 7, 8 and 9 users. If enabled it replaces the customer lead data in the many reports and screens in the system with Xs. Default is 0 for disabled.</QXZ>
users-admin_hide_phone_data Admin Hide Phone Data <QXZ>This setting only applies to level 7, 8 and 9 users. If enabled it replaces the customer phone numbers in the many reports and screens in the system with Xs. The DIGITS settings will show only the last X digits of the phone number. Default is 0 for disabled.</QXZ>
users-ignore_group_on_search Search Lead Ignore Group Restrictions <QXZ>Changing this setting to 1 will allow this user to search for leads throughout the entire system instead of just within the allowed campaigns that are set within their User Group. This will also allow modifying of those leads in the administrative lead modification page. Default is 0 for disabled. To be able to modify this setting, you must belong to a user group that has ALL CAMPAIGNS selected in the Allowed Campaigns section.</QXZ>