From 829649cb80dfd596ba1f8446121b58e7ea7c31ba Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Fri, 4 Oct 2019 09:40:41 -0600 Subject: [PATCH] Update app_config.php (#4752) * Update app_config.php * Update app_config.php --- app/yealink/app_config.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/yealink/app_config.php b/app/yealink/app_config.php index 9f757fc1ba..adf7931de5 100755 --- a/app/yealink/app_config.php +++ b/app/yealink/app_config.php @@ -846,5 +846,12 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "For example, United States, France, Germany etc."; $y++; - + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "fabea2c0-3585-4cfc-8819-f45ef61002ab"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_trust_certificates"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Required trusted certificate for provisioning."; + $y++; ?>