Use the 46xxsettings.txt file to set the following parameters:
Parameter name
Default value
Description
AUTOMATIC_UPDATE_POLICY
Specifies the automatic update frequency.
The options are:
This parameter is not supported in IP Office environment.
AUTOMATIC_UPDATE_DAYS
Specifies the days of automatic update. This parameter is applicable only when AUTOMATIC_UPDATE_POLICY is set to value 2 or 3.
Mon, Tue, Wed, Thu, Fri, Sat, Sun for a weekly update.
xMon, xTue, xWed, xThu, xFri, xSat, xSun for a monthly update. where x is the occurrence of the month. For example, 2Mon means the second Monday of the month.
The phone uses the default value if you set invalid values.
Example for weekly update: SET AUTOMATIC_UPDATE_DAYS "Sun"
Example for monthly update: SET AUTOMATIC_UPDATE_DAYS "1Sun"
AUTOMATIC_UPDATE_WINDOW
Specifies the window for the automatic update of the phone. Value m, n specifies the hours to Start and End the window for automatic update, where m, n are numeric values ranging from 0 to 23. For example, 3,4 means the automatic update Starts and Ends between 3 a.m. and 4 a.m.
Each phone picks a random time between this specified window.
The time is in 24hr format.
Few examples, SET AUTOMATIC_UPDATE_WINDOW "23,0". Sets 1 hour window from 11 p.m. to 00 a.m. next day for the automatic update.
For "22,2". Sets 4 hour window from 10 p.m. to 2 a.m. next day for the automatic update.
For "0,0". Sets 24 hour window from 00 a.m. to 00 a.m. next day for the automatic update.
For "0,1". Sets 1 hour window from 00 a.m. to 1 a.m. for the automatic update.
AUTOMATIC_UPGRADE_INSTALL_DATE_TIME
Specifies the date and time after which the new firmware is downloaded and installed. After this date and time is reached, the phone uses the settings of AUTOMATIC_UPDATE_DAYS and AUTOMATIC_UPDATE_WINDOW to trigger firmware download reboot. If this parameter value is not set, the phone uses AUTOMATIC_UPDATE_POLICY, AUTOMATIC_UPDATE_DAYS, and AUTOMATIC_UPDATE_WINDOW to trigger the firmware download.
AUTOMATIC_UPGRADE_INSTALL_DATE_TIME is applicable if AUTOMATIC_UPDATE_POLICY is set to 1, 2, or 3.
The format is YYYY-MM-DDThh:mm, where:
YYYY is a 4 digit numeric value for the year, MM is a 2 digit numeric value for the month
DD is a 2 digit numeric value for the date, which is 1 to 31
T is the time separator
hh is a 2 digit numeric value for hours of the day which is 00 to 23
mm is a 2 digit numeric value for minutes of the hour, which is 00 to 59
For example, SET AUTOMATIC_UPGRADE_INSTALL_DATE_TIME 2015-04-12T23:20
Note that this parameter applies to the local time of the phone as defined by the following parameters:
GMTOFFSET
DAYLIGHT_SAVING_SETTING_MODE
DSTOFFSET
DSTSTART
DSTSTOP
AUTOMATIC_UPDATE_REBOOT_PROMPT
Specifies if the user is prompted for confirmation when the phone detects a new software update that requires a reboot.
Reboot is triggered immediately for configuration changes that require a reboot. Update policy parameters such as AUTOMATIC_UPDATE_POLICY, AUTOMATIC_UPDATE_DAYS, AUTOMATIC_UPDATE_WINDOW, and AUTOMATIC_UPGRADE_INSTALL_DATE_TIME are updated without a reboot.
The options are:
For example, to auto update the settings every Sunday of the month, and auto upgrade the firmware on 1st Sunday of every month after 1 Feb 2021, set the following parameters:
SET AUTOMATIC_UPDATE_POLICY 2
SET AUTOMATIC_UPDATE_DAYS "Sun"
SET AUTOMATIC_UPDATE_WINDOW "7,10"
SET AUTOMATIC_UPGRADE_INSTALL_DATE_TIME "2021-02-01T12:12"