Update Escene template to Firmware 4.2.0 (#1680)
* Update Escene template to Firmware 4.2.0 * Add. Line label.
This commit is contained in:
parent
f59f0c9f50
commit
99c9b762f2
|
|
@ -115,6 +115,7 @@
|
||||||
DownloadFirmwar="0"
|
DownloadFirmwar="0"
|
||||||
DownloadKernel="0"
|
DownloadKernel="0"
|
||||||
Downloadconfig="1"
|
Downloadconfig="1"
|
||||||
|
Download3CXconfig="0"
|
||||||
DownloadExtension="1"
|
DownloadExtension="1"
|
||||||
DownloadPhonebook="0"
|
DownloadPhonebook="0"
|
||||||
DownloadPersonPhonebook="1"
|
DownloadPersonPhonebook="1"
|
||||||
|
|
@ -133,6 +134,9 @@
|
||||||
BLFTransferMode - 0: blind transfer; 1: attended transfer
|
BLFTransferMode - 0: blind transfer; 1: attended transfer
|
||||||
-->
|
-->
|
||||||
<call
|
<call
|
||||||
|
AutoRedial="0"
|
||||||
|
AutoRedial_Interval="10"
|
||||||
|
AutoRedial_Times="10"
|
||||||
PrefixPSTNNum=""
|
PrefixPSTNNum=""
|
||||||
PrefixVOIPNum=""
|
PrefixVOIPNum=""
|
||||||
AutoAnswerNum="**"
|
AutoAnswerNum="**"
|
||||||
|
|
@ -262,10 +266,11 @@
|
||||||
{if $line_subscribe_tmp==""} {$line_subscribe_tmp=$line_subscribe} {/if}
|
{if $line_subscribe_tmp==""} {$line_subscribe_tmp=$line_subscribe} {/if}
|
||||||
{if $line_subscribe_tmp==""} {$line_subscribe_tmp=$row.register_expires} {/if}
|
{if $line_subscribe_tmp==""} {$line_subscribe_tmp=$row.register_expires} {/if}
|
||||||
{if $line_subscribe_tmp<"120"} {$line_subscribe_tmp="120"} {/if}
|
{if $line_subscribe_tmp<"120"} {$line_subscribe_tmp="120"} {/if}
|
||||||
|
{if $line_label_{$row.line_number}== ""}{$line_label=$label}{else}{$line_label=$line_label_{$row.line_number}}{/if}
|
||||||
|
|
||||||
<sipUser id="{$row.line_number-1}"
|
<sipUser id="{$row.line_number-1}"
|
||||||
EnableAccount="{($row.enabled=='true')?'1':'0'}"
|
EnableAccount="{($row.enabled=='true')?'1':'0'}"
|
||||||
Describe="MyLabel"
|
Describe="{$line_label}"
|
||||||
DomainName="{$row.server_address}"
|
DomainName="{$row.server_address}"
|
||||||
UserName="{$row.display_name}"
|
UserName="{$row.display_name}"
|
||||||
UserNumber="{$row.user_id}"
|
UserNumber="{$row.user_id}"
|
||||||
|
|
@ -278,6 +283,8 @@
|
||||||
PollingRegistrationTime="32"
|
PollingRegistrationTime="32"
|
||||||
RefreshTime="{$row.register_expires}"
|
RefreshTime="{$row.register_expires}"
|
||||||
Subscribe="{$line_subscribe_tmp}"
|
Subscribe="{$line_subscribe_tmp}"
|
||||||
|
RPortEnable="1"
|
||||||
|
CallLeaveMessageNum="*97"
|
||||||
SecondDomainName=""
|
SecondDomainName=""
|
||||||
STUNAddress=""
|
STUNAddress=""
|
||||||
STUNEnableFlag="0"
|
STUNEnableFlag="0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue