Update {$mac}.cfg (#5436)

This commit is contained in:
chansizzle
2020-09-02 19:13:14 -06:00
committed by GitHub
parent 9d70d819c0
commit 6825b33de2

View File

@@ -2196,13 +2196,13 @@
<RingType>{if isset($fanvil_default_ringtone)}{$fanvil_default_ringtone}{else}Type 1{/if}</RingType>
</volume>
<date>
<EnableSNTP>1</EnableSNTP>
<EnableSNTP>{if isset($fanvil_enable_sntp)}{$fanvil_enable_sntp}{else}1{/if}</EnableSNTP>
<SNTPServer>{$ntp_server_primary}</SNTPServer>
<SecondSNTPServer>{$ntp_server_secondary}</SecondSNTPServer>
<TimeZone>{$fanvil_time_zone}</TimeZone>
<TimeZoneName>{$fanvil_time_zone_name}</TimeZoneName>
<Enable_DST>{$fanvil_enable_dst}</Enable_DST>
<DST_Fixed_Type>2</DST_Fixed_Type>
<DST_Fixed_Type>{if isset($fanvil_dst_fixed_type)}{$fanvil_dst_fixed_type}{else}0{/if}</DST_Fixed_Type>
<SNTPTimeout>60</SNTPTimeout>
<DSTType>1</DSTType>
<DSTLocation>{if isset($fanvil_location)}{$fanvil_location}{else}4{/if}</DSTLocation>