Update {$mac}.cfg
This commit is contained in:
parent
7ec6fe483a
commit
454d19fe60
|
|
@ -49,6 +49,11 @@
|
||||||
{if isset($polycom_cert_validation)}sec.TLS.SIP.strictCertCommonNameValidation="{$polycom_cert_validation}"{/if}
|
{if isset($polycom_cert_validation)}sec.TLS.SIP.strictCertCommonNameValidation="{$polycom_cert_validation}"{/if}
|
||||||
{if isset($polycom_root_cert)}sec.TLS.customCaCert.5="{$polycom_root_cert}"{/if}
|
{if isset($polycom_root_cert)}sec.TLS.customCaCert.5="{$polycom_root_cert}"{/if}
|
||||||
/>
|
/>
|
||||||
|
<SECURITY
|
||||||
|
sec.srtp.enable="{$polycom_srtp_enable}"
|
||||||
|
sec.srtp.offer="{$polycom_srtp_offer}"
|
||||||
|
sec.srtp.require="{$polycom_srtp_require}"
|
||||||
|
/>
|
||||||
<DEVICE_SETTINGS
|
<DEVICE_SETTINGS
|
||||||
device.set="1"
|
device.set="1"
|
||||||
device.baseProfile.set="1"
|
device.baseProfile.set="1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue