diff --git a/resources/templates/provision/polycom/5.x/{$mac}.cfg b/resources/templates/provision/polycom/5.x/{$mac}.cfg index d4757ad0dd..de0945f529 100644 --- a/resources/templates/provision/polycom/5.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/5.x/{$mac}.cfg @@ -45,7 +45,7 @@ {if $row.sip_transport == 'dns srv'}reg.{$row.line_number}.server.2.transport="DNSnaptr"{/if} {if isset($row.register_expires)}reg.{$row.line_number}.server.2.expires="{$row.register_expires}"{else}reg.{$row.line_number}.server.2.expires="{$row.register_expires}"{/if} - + {if isset($polycom_ring_type)}reg.{$row.line_number}.ringType="{$polycom_ring_type}"{/if} {if isset($polycom_ring_type_private)}reg.{$row.line_number}.ringType.privateLine="{$polycom_ring_type_private}"{/if} @@ -58,16 +58,16 @@ 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)} - device.sec.TLS.prov.strictCertCommonNameValidation.set ="1" + {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)} + {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} + {/if} /> + + - - + + + - - + + + - - + + + - - +