From e221bb2be3c97a7458c59b910fad44f13cf8bc12 Mon Sep 17 00:00:00 2001 From: benwiesner1 <42681729+benwiesner1@users.noreply.github.com> Date: Tue, 30 Jul 2019 17:04:08 -0700 Subject: [PATCH] Update app_config.php (#4397) option to turn readonly contact list on or off --- app/polycom/app_config.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/polycom/app_config.php b/app/polycom/app_config.php index 3cfd183a6d..006eef2a83 100644 --- a/app/polycom/app_config.php +++ b/app/polycom/app_config.php @@ -183,5 +183,13 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Polycom log upload. 0=Disabled - 1=Enabled."; $y++; - + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "3e4a5e47-627b-44c6-9be6-7dc2e0de44f7"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "polycom_contact_list_readonly"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "0"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Polycom Contact List Read Only 0=Disabled - 1=Enabled."; + $y++; + ?>