Página 1 de 1

Hora no POLYCON IP330

MensagemEnviado: 11 Nov 2011, 00:36
por admin
Para fazer alteração de hora no IP330, precisamos fazer alteração no:

Código: Selecionar todos
vi /tftpboot/sip.cfg


procucar por:

Código: Selecionar todos
tcpIpApp.sntp.gmtOffset="-10800"



fazer alteração no valor 10800(valor representado em segundos, lembrando cada 1 hora = 3600 segundos).

para aumentar 1 hora fazer a soma de 10800+3600=14400


salvar o arquivo e reiniciar o telefone(no reboot ele faz leitura do sip.cfg), aplicando o novo valor.

Re: Hora no POLYCON IP330

MensagemEnviado: 07 Fev 2017, 13:11
por juliano.oliveira
Código: Selecionar todos
This is what I put into my sip.cfg file and it seems to be working, but I guess I'll need to wait until DST stops to be sure it works 100%

  <TCP_IP>
     <SNTP
       tcpIpApp.sntp.resyncPeriod="86400"
       tcpIpApp.sntp.address="pool.ntp.org"
       tcpIpApp.sntp.address.overrideDHCP="1"
       tcpIpApp.sntp.gmtOffset="-21600"
       tcpIpApp.sntp.gmtOffset.overrideDHCP="1"
       tcpIpApp.sntp.daylightSavings.enable="1"
tcpIpApp.sntp.daylightSavings.fixedDayEnable="0"
tcpIpApp.sntp.daylightSavings.start.month="3"
tcpIpApp.sntp.daylightSavings.start.date="8"
tcpIpApp.sntp.daylightSavings.start.time="2"
tcpIpApp.sntp.daylightSavings.start.dayOfWeek="1"
tcpIpApp.sntp.daylightSavings.start.dayOfWeek.lastInMonth="0"
tcpIpApp.sntp.daylightSavings.stop.month="11"
tcpIpApp.sntp.daylightSavings.stop.date="1"
tcpIpApp.sntp.daylightSavings.stop.time="2"
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek="1"
tcpIpApp.sntp.daylightSavings.stop.dayOfWeek.lastInMonth="0"
/>
  </TCP_IP>


fonte:
https://www.experts-exchange.com/questions/28549578/Daylight-Saving-time-on-Polycom-SoundPoint-IP-phones-and-FreePBX-not-updating-automatically.html