You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Introduction

By default a Gigaset device will connect automatically once a day to the provisioning server, you can change the timer to connect more often.

N510 IP PRO

XML parameters:

Tag nameValueMeaning
BS_IP_Data1.uiI_CHECK_FOR_UPDATES_TIMER_INITintegerIf 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.

In this example we change the time from once every day to every 5 minutes. (Minimum time allowed)

<?xml version="1.0" encoding="ISO-8859-1"?>
<ProviderFrame xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="profile.xsd">
<Provider>
<MAC_ADDRESS value="7C2F8030D21E"/>
<PROFILE_NAME class="string" value="n510_test"/>

<SYMB_ITEM ID="BS_IP_Data1.aucS_SIP_DOMAIN" class="symb_item" value='"192.168.178.120"'/>
<SYMB_ITEM ID="BS_IP_Data1.ucB_SIP_ACCOUNT_IS_ACTIVE_1" class="symb_item" value="1"/>
<SYMB_ITEM ID="BS_IP_Data3.aucS_SIP_LOGIN_ID" class="symb_item" value='"test3"'/>
<SYMB_ITEM ID="BS_IP_Data1.aucS_SIP_REGISTRAR" class="symb_item" value='"192.168.178.120"'/>
<SYMB_ITEM ID="BS_IP_Data1.aucS_SIP_USER_ID" class="symb_item" value='"test3"'/>
<SYMB_ITEM ID="BS_IP_Data1.aucS_SIP_PASSWORD" class="symb_item" value='"test3"'/>
<SYMB_ITEM ID="BS_Accounts.astAccounts[0].aucAccountName[0]" class="symb_item" value='"Timer"'/>
<SYMB_ITEM ID="BS_IP_Data1.aucS_SIP_SERVER" class="symb_item" value='"192.168.178.120"'/>
<SYMB_ITEM ID="BS_IP_Data1.aucS_SIP_DISPLAYNAME" class="symb_item" value='"test"'/>

<!-- Needed to enable Provisioning, After Reboot -->
<SYMB_ITEM ID="BS_IP_Data.ucB_AUTO_UPDATE_PROFILE" class="symb_item" value="0x1"/>
<SYMB_ITEM ID="BS_IP_Data3.ucI_ONESHOT_PROVISIONING_MODE_1" class="symb_item" value="0x1"/>

<!-- Change the time the device connects automatically, in this example every 5 minutes.
If it's set to 0, the version check will be started at night (between 2 o'clock and 6 o'clock)-->
<SYMB_ITEM ID="BS_IP_Data1.uiI_CHECK_FOR_UPDATES_TIMER_INIT" class="symb_item" value="0x5"/>

</Provider>
</ProviderFrame>

 

Maxwell 10

XML parameters:

Tag nameValueMeaning
B_AUTO_PROFILECHECK_ACTIVATE0: No
1: Yes  (default)
Automatic check for profile updates. WebUI: Settings->System->Firmware Update: Automatic check for profile updates(Checkbox: Yes/No)
I_CHECK_UPDATE_METHOD0: To check update once at a random time per day
1: To check update at a specified time (once per day)
2: To check update in the time interval (multiple times per day)
To specify the timing to check update
I_CHECK_UPDATE_TIME1~1440; minutes after 00:00 in one single day; 1440 means  00:00 (but not 00:00 of the next day)
Note: it is only available if I_CHECK_UPDATE_METHOD is equal to "1".
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
Note: it is only available if I_CHECK_UPDATE_METHOD is equal to "2".
Minimum time is 15 minutes.

<?xml version="1.0" encoding="ISO-8859-1"?>
<ProviderFrame>
<Provider>
<MAC_ADDRESS value="7C:2F:80:8E:71:FF"/>
<VERSION value="20150224130609"/>
<PROFILE_NAME class="string" value="PBX"/>

<B_AUTO_PROFILECHECK_ACTIVATE class="boolean" value="1"/>
<I_CHECK_UPDATE_INT class="integer" value="16"/>
<I_CHECK_UPDATE_METHOD class="integer" value="2"/>

</Provider>
</ProviderFrame>

DeviceTested with
N510Software 199, 210
Maxwell 10

Software 1.1.0

Not implemented, will come soon

  • No labels