From 92f804400768a71acf00f96b04605c16302c0a2f Mon Sep 17 00:00:00 2001 From: mtghr <34816536+mtghr@users.noreply.github.com> Date: Thu, 27 Feb 2020 23:56:49 -0500 Subject: [PATCH] Update app_config.php (#5159) * Update app_config.php option to disable the DND softkey --- app/polycom/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/polycom/app_config.php b/app/polycom/app_config.php index bc0ac70489..d319841b6d 100644 --- a/app/polycom/app_config.php +++ b/app/polycom/app_config.php @@ -85,6 +85,14 @@ $apps[$x]['default_settings'][$y]['default_setting_value'] = ""; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Nat IP"; + $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "f65a2b0c-dbae-4ca0-aadc-93d9646b568f"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "polycom_softkey_do_not_disturb"; + $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'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "DND Softkey 1=enabled 0=disable"; $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "c927e677-61c8-45c6-b827-8d3811584090"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";