Provisioning after time
Introduction
By default a Gigaset device will connect automatically once a day to the provisioning server, you can change the timer via auto-provisioning to connect more often.
N510 IP PRO
Auto provisioning parameter | Value | Meaning |
|---|---|---|
BS_IP_Data1.uiI_CHECK_FOR_UPDATES_TIMER_INIT | integer | If it's set to 0, the version check will be started at night (between 2 o'clock and 6 o'clock). If the switch is unequal 0, the version check will be started depending by the set value e.g. 600 minutes means every 10 hours. |
Example: <SYMB_ITEM ID="BS_IP_Data1.uiI_CHECK_FOR_UPDATES_TIMER_INIT" class="symb_item" value="0x5"/> | ||
From software 250 we have 2 new parameters. You can change the starting time and ending time. BS_IP_Data1.aucCheckForUpdatesTimeFrom | ||
Example: <SYMB_ITEM ID="BS_IP_Data1.aucCheckForUpdatesTimeFrom" class="symb_item" value="2,00"/> | ||
In this example we change the time from once every day to every 5 minutes. (Minimum time allowed)
N720 IP PRO
Auto provisioning parameter | Value | Meaning |
|---|---|---|
BS_IP_Data.uiI_CHECK_FOR_UPDATES_TIMER_INIT | integer | If it's set to 0, the version check will be started at night (between 2 o'clock and 6 o'clock). If the switch is unequal 0, the version check will be started depending by the set value e.g. 600 minutes means every 10 hours. (Minimum allowed time is 5 minutes. |
For an example, please look at the N510 example.
Maxwell Basic, 2 and 3
Auto provisioning parameter | Value | Meaning |
|---|---|---|
System.Provision.Period | 600 - 86400 | 0 (Default) = Random value between 1:00 and 4:00 am Minimum time is 600 seconds. |
Example: <param name="System.Provision.Period" value="3600"/> | ||
Maxwell 10
Auto provisioning parameter | Value | Meaning |
|---|---|---|
B_AUTO_PROFILECHECK_ACTIVATE | 0: No | Automatic check for profile updates. WebUI: Settings->System->Firmware Update: Automatic check for profile updates(Checkbox: Yes/No) |
I_CHECK_UPDATE_METHOD | 0: To check update once at a random time per day | To specify the timing to check update |
I_CHECK_UPDATE_TIME Not implemented, will come soon | 1~1440; minutes after 00:00 in one single day; 1440 means 00:00 (but not 00:00 of the next day) | To specify a time to check update |
I_CHECK_UPDATE_INT Not implemented, will come soon | 15~720; time interval in minutes starting at 00:00 | Minimum time is 15 minutes. |