From 82203dc698b9d7e59e18499c9360c67f438d828f Mon Sep 17 00:00:00 2001 From: Len Date: Wed, 2 Oct 2019 22:01:05 -0400 Subject: [PATCH] Update y000000000023.cfg (#4748) --- resources/templates/provision/yealink/vp530/y000000000023.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/provision/yealink/vp530/y000000000023.cfg b/resources/templates/provision/yealink/vp530/y000000000023.cfg index 8e56e4b095..641ff685cc 100644 --- a/resources/templates/provision/yealink/vp530/y000000000023.cfg +++ b/resources/templates/provision/yealink/vp530/y000000000023.cfg @@ -290,7 +290,7 @@ voice.ring_vol = #Enable or disable the phone to only accept the certificates in the Trusted Certificates list; #0-Disabled, 1-Enabled (default); -security.trust_certificates = {if $trusted_cert_only == "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} #Set the password of the user or the administrator, the value format is: user:password or admin:password; #security.user_password = admin:admin123