From 4f28d7e2550d54040d7d652e34ae3356b14f83fd Mon Sep 17 00:00:00 2001 From: Len Date: Wed, 26 Aug 2020 11:38:53 -0400 Subject: [PATCH] Update app_config.php (#5422) Set to true since it's 0 or 1. VVX600 wouldn't provision with Let's Encrypt wildcard unless was set to 0. --- app/polycom/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/polycom/app_config.php b/app/polycom/app_config.php index 921220b76c..1a2ba36bc5 100644 --- a/app/polycom/app_config.php +++ b/app/polycom/app_config.php @@ -348,7 +348,7 @@ $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "polycom_provision_cert_validate"; $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_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Require Provisioning Cert Validation 0=Disabled - 1=Enabled "; ?>