Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width70%

Version value field is optional.

Description:

The VERSION value is used to identify if a configuration file is changed, when the value is the same, the configuration file will not be used. Sometimes it is required that the config file should always be used, you can achieve this by removing the VERSION line when using plain XML provisioning.

Example configuration, config file is only used when VERSION value is newer:

<MAC_ADDRESS value="MAC ADDRESS"/>
<VERSION value="0607131242"/>
<PROFILE_NAME class="string" value="IPDEC"/>

Same example not using the VERSION value, config file is always used.

<MAC_ADDRESS value="MAC ADDRESS"/>
<PROFILE_NAME class="string" value="IPDEC"/>

Available in Software version 188 and higher.

Version value syntax: DDMMYYHHMM example: 2811120928

Note:

Feature is not available for binary provisioning within chagall_profile_gen (gigaset_profile_gen) tool.



 

Column
width30%

Table of Contents