Update {$mac}.cfg

This commit is contained in:
Len 2018-02-17 17:19:27 -05:00 committed by GitHub
parent 2cf137dbb4
commit ddc2971f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1059,7 +1059,7 @@
<CallLogDisplayType>0</CallLogDisplayType> <CallLogDisplayType>0</CallLogDisplayType>
<EnableRecvSMS>1</EnableRecvSMS> <EnableRecvSMS>1</EnableRecvSMS>
<EnableCallHistory>1</EnableCallHistory> <EnableCallHistory>1</EnableCallHistory>
<LineDisplayFormat>$name@$protocol$instance</LineDisplayFormat> <LineDisplayFormat>$name</LineDisplayFormat>
<EnableMWITone>0</EnableMWITone> <EnableMWITone>0</EnableMWITone>
<display> <display>
<LCDTitle>VOIP PHONE</LCDTitle> <LCDTitle>VOIP PHONE</LCDTitle>
@ -1095,8 +1095,8 @@
</volume> </volume>
<date> <date>
<EnableSNTP>1</EnableSNTP> <EnableSNTP>1</EnableSNTP>
<SNTPServer>0.pool.ntp.org</SNTPServer> <SNTPServer>{$ntp_server_primary}</SNTPServer>
<SecondSNTPServer>time.nist.gov</SecondSNTPServer> <SecondSNTPServer>{$ntp_server_secondary}</SecondSNTPServer>
<TimeZone>32</TimeZone> <TimeZone>32</TimeZone>
<TimeZoneName>UTC+8</TimeZoneName> <TimeZoneName>UTC+8</TimeZoneName>
<SNTPTimeout>60</SNTPTimeout> <SNTPTimeout>60</SNTPTimeout>