mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
committed by
FusionPBX
parent
8d8b679ce8
commit
83ef9bb249
@@ -115,6 +115,7 @@
|
||||
DownloadFirmwar="0"
|
||||
DownloadKernel="0"
|
||||
Downloadconfig="1"
|
||||
Download3CXconfig="0"
|
||||
DownloadExtension="1"
|
||||
DownloadPhonebook="0"
|
||||
DownloadPersonPhonebook="1"
|
||||
@@ -133,6 +134,9 @@
|
||||
BLFTransferMode - 0: blind transfer; 1: attended transfer
|
||||
-->
|
||||
<call
|
||||
AutoRedial="0"
|
||||
AutoRedial_Interval="10"
|
||||
AutoRedial_Times="10"
|
||||
PrefixPSTNNum=""
|
||||
PrefixVOIPNum=""
|
||||
AutoAnswerNum="**"
|
||||
@@ -262,10 +266,11 @@
|
||||
{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<"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}"
|
||||
EnableAccount="{($row.enabled=='true')?'1':'0'}"
|
||||
Describe="MyLabel"
|
||||
Describe="{$line_label}"
|
||||
DomainName="{$row.server_address}"
|
||||
UserName="{$row.display_name}"
|
||||
UserNumber="{$row.user_id}"
|
||||
@@ -278,6 +283,8 @@
|
||||
PollingRegistrationTime="32"
|
||||
RefreshTime="{$row.register_expires}"
|
||||
Subscribe="{$line_subscribe_tmp}"
|
||||
RPortEnable="1"
|
||||
CallLeaveMessageNum="*97"
|
||||
SecondDomainName=""
|
||||
STUNAddress=""
|
||||
STUNEnableFlag="0"
|
||||
|
||||
Reference in New Issue
Block a user