Update y000000000036.cfg

This commit is contained in:
FusionPBX 2019-10-02 13:41:57 -06:00 committed by GitHub
parent 685a975dbd
commit 2ff7908fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ local.dsskey_type_config.mode =
#######################################################################################
#Enable or disable the phone to only accept the certificates in the Trusted Certificates list;
#0-Disabled, 1-Enabled (default);
security.trust_certificates = {if $yealink_trust_certificates == "false"}0{elseif $trusted_cert_only == "true"}1{/if}
security.trust_certificates = {if $yealink_trust_certificates == "false"}0{elseif $yealink_trust_certificates == "true"}1{/if}
#Define the login username and password of the user, var and administrator.
#If you change the username of the administrator from "admin" to "admin1", your new administrator's username should be configured as: security.user_name.admin = admin1.