Cisco Ip Phone 6800 Series Multiplatform Phones Provisioning Guide - Cisco 6800 Series Provisioning Manual

Multiplatform phones
Hide thumbs Also See for 6800 Series:
Table of Contents

Advertisement

Provisioning Scripts
• 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>
</flat-profile>
• Unrecognized element names are ignored.
Related Topics
Configuration Access Control, on page 8
◦ 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
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.
</GPP_A>

Cisco IP Phone 6800 Series Multiplatform Phones Provisioning Guide

Configuration File Components
to the element
[n]
13

Advertisement

Table of Contents
loading

Table of Contents