- Joined
- Nov 8, 2011
- Messages
- 66
- Reaction score
- 0
Hi!
for some reason my phones are showing the time as an hour off. It's correct on the 3CX server. Here's what the time section of the provisioning file shows:
Does this look right? We should be GMT -8, for Pacific time.
for some reason my phones are showing the time as an hour off. It's correct on the 3CX server. Here's what the time section of the provisioning file shows:
Code:
<tcpIpApp.sntp
tcpIpApp.sntp.resyncPeriod="86400"
tcpIpApp.sntp.address="pool.ntp.org"
tcpIpApp.sntp.address.overrideDHCP="1"
tcpIpApp.sntp.gmtOffset="-28800"
tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
tcpIpApp.sntp.daylightSavings.enable="1"
tcpIpApp.sntp.daylightSavings.fixedDayEnable="1"
tcpIpApp.sntp.daylightSavings.start.date="7"
tcpIpApp.sntp.daylightSavings.start.month="3"
tcpIpApp.sntp.daylightSavings.start.time="2"
tcpIpApp.sntp.daylightSavings.stop.date="6"
tcpIpApp.sntp.daylightSavings.stop.month="11"
tcpIpApp.sntp.daylightSavings.stop.time="3"
Does this look right? We should be GMT -8, for Pacific time.