MicheleAnn716
Technical User
The time on the PBX keeps slipping 2-4 minutes. I manually change it and it lasts a few days but then the lag begins again. Is there a way to sync with an outside source? Is this possibly the beginning of a problem?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
proc myproc
integer iDay, iMonth, iYear, iMin, iHour, iSec
string sSend
ltimeints $LTIME iYear iMonth iDay iHour iMin iSec
strfmt sSend "STAD %02d %02d %d %02d %02d %02d" iDay iMonth iYear iHour iMin iSec
set txpace 30
transmit "****^M"
waitfor ">"
pause 6
transmit "ld 2^M"
waitfor "."
transmit "TTAD^M"
waitfor "."
transmit sSend
;transmit "^M"
waitfor "."
pause 2
transmit "TTAD^M"
pause 2
transmit "****^M"
endproc