From 21419c35c90908e46c890b31dbdb29faec2042c6 Mon Sep 17 00:00:00 2001 From: Len Date: Thu, 18 Jul 2019 16:17:28 -0400 Subject: [PATCH] Update app_config.php (#4366) --- 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 da85a8530d..38668ebfa4 100644 --- a/app/polycom/app_config.php +++ b/app/polycom/app_config.php @@ -159,5 +159,13 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Line keys are visible when you try to transfer. 1=enabled 0=disabled"; $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "182a1328-e640-4fa8-b4e6-c2ec8bd613ee"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "polycom_provision_url"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "https://server.yourdomain.com/app/polycom/resources/firmware/5.9.3/"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Polycom Firmware URL for automatic firmware updates."; + $y++; ?>