| Phone Provisioning | 32
overwrite_mode
Enable or disable the overwrite mode. The overwrite mode applies
to the configuration files specified in the boot file. Note that it only
affects the parameters pre-provisioned via central provisioning.
1-(Enabled) - If the value of a parameter in configuration files
is left blank, or if a non-static parameter in configuration files is
deleted or commented out, the factory default value takes effect.
0-(Disabled) -If the value of a parameter in configuration files is
left blank, deleted or commented out, the pre-configured value is
kept.
Note: Overwrite mode can only be used in boot files. If a boot file
is used but the value of the parameter “overwrite_mode” is not
configured, the overwrite mode is enabled by default.
specific_model.excluded_mode
Enable or disable the exclude mode. The exclude mode applies to
the configuration files specified in the boot file.
0-Disabled (AppendMode), the phone downloads its own model-
specific configuration files, and downloads other model-unspecified
configuration files.
1-Enabled (ExcludeMode), the phone attempts to download its
own model-specific configuration files; if there is no own model-
specific configuration files found on the server, it downloads
model-unspecified configuration files.
Note: Exclude mode can only be used in boot files.
If a boot file is used but the value of the parameter
“specific_model.excluded_mode” is not configured, the exclude
mode is disabled by default.
Tip: The line beginning with “#” is considered to be a comment. You can use “#” to make any comment in
the boot file.
Customizing a Boot File
Procedure
1.
Open a boot template file.
2.
To add a configuration file, add include:config <> or include:config “” to the file. Each starts on a separate line.
3.
Specify a configuration file for downloading.
For example:
• include:config <configure/Teams.cfg>
• include:config “http://10.2.5.206/configure/account.cfg”
• include:config “http://10.2.5.206/configure/screensaver.cfg”
4.
To specify configuration files for specific phone models, add specific phone modelsin front of include:config <>
or include:config “”. Multiple phone model names are separated by commas.