From 4ed9d03fa0bc972d38ea6b73c66912a6484b6a6a Mon Sep 17 00:00:00 2001 From: nemerald-voip <58834187+nemerald-voip@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:18:14 -0800 Subject: [PATCH] Update {$mac}.cfg Fixed Intercom button. Added extension pick up button. Implemented ability to control which buttons show on idle and home screens --- .../provision/polycom/6.x/{$mac}.cfg | 95 ++++++++++++++++++- 1 file changed, 90 insertions(+), 5 deletions(-) diff --git a/resources/templates/provision/polycom/6.x/{$mac}.cfg b/resources/templates/provision/polycom/6.x/{$mac}.cfg index b3888bafb4..2e7c70ce85 100644 --- a/resources/templates/provision/polycom/6.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/6.x/{$mac}.cfg @@ -53,11 +53,18 @@ sec.srtp.require="{$polycom_srtp_require}" {if isset($polycom_root_cert)}sec.TLS.customCaCert.5="{$polycom_root_cert}"{/if} {if isset($polycom_cert_validation)}sec.TLS.SIP.strictCertCommonNameValidation="{$polycom_cert_validation}"{/if} - {if isset($polycom_provision_cert_validate)} + {if isset($polycom_provision_cert_validate)} device.sec.TLS.prov.strictCertCommonNameValidation.set ="1" device.sec.TLS.prov.strictCertCommonNameValidation="{$polycom_provision_cert_validate}" {/if} + {if isset($polycom_platform_profile_cipher_suite)} + device.sec.TLS.profile.cipherSuiteDefault1.set="1" + device.sec.TLS.profile.cipherSuiteDefault1="0" + device.sec.TLS.profile.cipherSuite1.set="1" + device.sec.TLS.profile.cipherSuite1="{$polycom_platform_profile_cipher_suite}" + {/if} /> + + + +