◦
Element names may not include spaces or special characters. To derive the element name from
the administration web field name, substitute an underscore for every space or the special characters
[, ], (, ), or /.
Example: The <Resync_On_Reset> element represents the Resync On Reset field.
◦
Each element name must be unique. In the administration web pages, the same fields can appear
on multiple web pages, such as the Line, User, and Extension pages. Append [n] to the element
name to indicate the number that is shown in the page tab.
Example: The <Dial_Plan_1_> element represents the Dial Plan for Line 1.
•
Each opening element tag must have a matching closing element tag. For example:
<flat-profile>
<Resync_On_Reset> Yes
</Resync_On_Reset>
<Resync_Periodic> 7200
</Resync_Periodic>
<Profile_Rule>tftp://prov.telco.com: 6900/cisco/config/CP_xxxx_MPP.cfg
</Profile_Rule>
</flat-profile>
•
Element tags are case-sensitive.
•
Empty element tags are allowed and will be interpreted as configuring the value to be empty. Enter the
opening element tag without a corresponding element tag, and insert a space and a forward slash before
the closing angle bracket (>). In this example, Profile Rule B is empty:
<Profile_Rule_B />
•
An empty element tag can be used to prevent the overwriting of any user-supplied values during a resync
operation. In the following example, the user speed dial settings are unchanged:
<flat-profile>
<Speed_Dial_2_2_ ua=”rw”/>
<Speed_Dial_3_2_ ua=”rw”/>
<Speed_Dial_4_2_ ua=”rw”/>
<Speed_Dial_5_2_ ua=”rw”/>
<Speed_Dial_6_2_ ua=”rw”/>
<Speed_Dial_7_2_ ua=”rw”/>
<Speed_Dial_8_2_ ua=”rw”/>
<Speed_Dial_9_2_ ua=”rw”/>
</flat-profile>
•
Use an empty value to set the corresponding parameter to an empty string. Enter an opening and closing
element without any value between them. In the following example, the GPP_A parameter is set to an
empty string.
<flat-profile>
<GPP_A>
</GPP_A>
</flat-profile>
•
Unrecognized element names are ignored.
Related Topics
Configuration Access Control, on page 8
Cisco IP Phone 6800 Series Multiplatform Phones Provisioning Guide
13
Provisioning Scripts
Configuration File Components