Update app_config.php (#5504)
Change yealink_trust_certificates value false. When set to true this can make the phone not able to provision. If not using a trusted certificate.
This commit is contained in:
@@ -859,7 +859,7 @@
|
||||
$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_value'] = "false";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Required trusted certificate for provisioning.";
|
||||
$y++;
|
||||
|
||||
Reference in New Issue
Block a user