Update Escene provision. (#1696)

* Update Escene provision.

Support DNS SRV record.
Set time zone.

* Add. Date/Time formats for Escene template.
This commit is contained in:
Alexey Melnichuk 2016-06-23 21:47:42 +03:00 committed by FusionPBX
parent 9fe937d4d6
commit fbd1230f05
1 changed files with 4 additions and 4 deletions

View File

@ -191,7 +191,7 @@
SNTPAddressBackup="{$ntp_server_secondary}"
DaylightSaveingFlag="0"
SNTPEnableFlag="0"
TimeZoneType="15"
TimeZoneType="{if $escene_time_zone == ""}12{else}{$escene_time_zone}{/if}"
DaySet="24"
HourSet="0"
MinuteSet="0"
@ -240,7 +240,8 @@
NoSoundEnableFlag="0"
ScreenLightEnableFlag="1"
BackLightEnableFlag="0"
TimeFormat="0"
DateFormat="{if $escene_date_format == ""}0{else}{$escene_date_format}{/if}"
TimeFormat="{if $escene_time_format == ""}0{else}{$escene_time_format}{/if}"
TimeListSeparator="0"
TouchScreen="0"
CloseLightTime="60"
@ -251,7 +252,6 @@
LockScreenEnable="0"
LockScreenMode="0"
LockScreenTime="60"
DateFormat="4"
LockKeys="0"
PhoneLockTimeOut="0"
/>
@ -299,7 +299,7 @@
UserSessionTimerEnable="0"
SessionTimer="300"
AllowEventsEnable="0"
DNSSRVEnable="0"
DNSSRVEnable="{if $row.sip_transport=='dns srv'}1{else}0{/if}"
RegisteredNAT="1"
RingFilename=""
KeepaliveEnable="1"