Customizing A Boot File; Configuration Files - Yealink SIP-T2 Series Administrator's Manual

Hide thumbs Also See for SIP-T2 Series:
Table of Contents

Advertisement

Attributes
specific_model.excluded_mode
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/sip.cfg>
include:config "http://10.2.5.206/configure/account.cfg"
include:config "http://10.2.5.206/configure/dialplan.cfg"
4. To specify configuration files for specific phone models, add specific phone models in front of include:config <>
or include:config "". Multiple phone model names are separated by commas.
For example:
[T46S, T48S]include:config <configure/sip.cfg>
[T23G]include:config "http://10.2.5.206/configure/account.cfg"
## file sip.cfg only applies to T46S and T48S phones, file account.cfg only applies to T23G phones
5. Specify the overwrite mode and exclude mode.
For example:
overwrite_mode = 1
specific_model.excluded_mode = 1
6. Save the boot file and place it on the provisioning server.
Related Topic
Boot File Attributes

Configuration Files

Yealink supports two configuration template files: Common CFG file and MAC-Oriented CFG file.
Note: Overwrite mode can only be used in boot files. If a boot file is used but "over-
write_mode" is not configured, the overwrite mode is enabled by default.
Enable or disable the exclude mode. The exclude mode applies to the con-
figuration files specified in the boot file.
0-Disabled (Append Mode), the phone downloads its own model-specific con-
figuration files, and downloads other model-unspecified configuration files.
1-Enabled (Exclude Mode), the phone attempts to download its own model-spe-
cific configuration files; if there are 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 "spe-
cific_model.excluded_mode" is not configured, the exclude mode is disabled by
default.
Description
Phone Provisioning
63

Advertisement

Table of Contents
loading

Table of Contents