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:
jamesorose 2020-10-02 12:45:26 -05:00 committed by GitHub
parent f93e0a8271
commit 0c6a066f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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++;