Cisco SPA921 - - IP Phone Provisioning Manual page 37

Voice system, voice gateways, and ip telephones
Hide thumbs Also See for SPA921 - Cisco - IP Phone:
Table of Contents

Advertisement

Creating Provisioning Scripts
Open Format Configuration File
NOTE
Cisco Small Business IP Telephony Devices Provisioning Guide
An XML header of the form <? . . . ?> is allowed, but is ignored by the IP
Telephony Device.
To enter special characters, use basic XML character escapes, as shown in
the following table.
Special Character
& (ampersand)
< (less than)
> (greater than)
' (apostrophe)
" (double quote)
In the following example, character escapes are entered to represent the
greater than and less than symbols that are required in a dial plan rule. This
example defines an information hotline dial plan, which sets the Dial_Plan[1]
parameter equal to ( S0 <:18005551212> ).
<flat-profile>
<Dial_Plan_1_>
( S0 &lt;:18005551212&gt; )
</Dial_Plan_1_>
</flat-profile>
Numeric character escapes, using decimal and hexadecimal values (s.a.
&#40; and &#x2e;), are also translated.
The firmware does not support the full Unicode character set, but only the
ASCII subset.
XML Escape Sequence
&amp;
&lt;
&gt;
&apos;
&quot;
2
35

Advertisement

Table of Contents
loading

Table of Contents