Add settings for autoanswer
This commit is contained in:
parent
a4c4e4c52a
commit
d8f3f698e3
|
|
@ -214,6 +214,8 @@
|
|||
voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
|
||||
voIpProt.SIP.requestValidation.1.method="{$polycom_request_validation_method}"
|
||||
voIpProt.SIP.requestValidation.1.request="{$polycom_request_validation_request}"
|
||||
voIpProt.SIP.alertInfo.2.class="autoAnswer"
|
||||
voIpProt.SIP.alertInfo.2.value="answer"
|
||||
voIpProt.server.1.failOver.reRegisterOn="1"
|
||||
voIpProt.server.1.failOver.failRegistrationOn="1"
|
||||
voIpProt.server.1.failOver.onlySignalWithRegistered="1"
|
||||
|
|
|
|||
|
|
@ -45,6 +45,10 @@
|
|||
{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}
|
||||
|
||||
{/foreach}
|
||||
/>
|
||||
|
|
@ -210,6 +214,8 @@
|
|||
voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
|
||||
voIpProt.SIP.requestValidation.1.method="{$polycom_request_validation_method}"
|
||||
voIpProt.SIP.requestValidation.1.request="{$polycom_request_validation_request}"
|
||||
voIpProt.SIP.alertInfo.2.class="autoAnswer"
|
||||
voIpProt.SIP.alertInfo.2.value="answer"
|
||||
voIpProt.server.1.failOver.reRegisterOn="1"
|
||||
voIpProt.server.1.failOver.failRegistrationOn="1"
|
||||
voIpProt.server.1.failOver.onlySignalWithRegistered="1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue