Teo IP Telephone Network Administration Guide
Page 20
13-280132 Rev. Q
X
X
M
M
L
L
D
D
e
e
c
c
l
l
a
a
r
r
a
a
t
t
i
i
o
o
n
n
The first line in the file defines the XML version and encoding. It is used by XML viewers
and editors to control formatting. This line must be entered exactly as shown:
<?xml version="1.0" encoding="UTF-8"?>
C
C
o
o
m
m
m
m
e
e
n
n
t
t
s
s
Comments can appear anywhere after the first line, and must be enclosed by
<!--
and
-->
.
Comments can be included on lines with XML tags or data, and can span multiple lines.
Do not embed a partial comment within another comment. Include
<!--
opening and
-->
closing tags for all comments.
<!-- This is a comment. -->
If you do not wish to assign a particular parameter, comment out the line or delete the
entry.
<!-- These six lines have been commented out.
<key num="4">SD
<speeddial>12345678900#</speeddial>
<label>SPDIAL 456-8900</label>
</key>
-->
R
R
o
o
o
o
t
t
E
E
l
l
e
e
m
m
e
e
n
n
t
t
All settings are enclosed within a single root element. The schema version is used for
telephone compatibility management.
<TEO_settings schema_vers="2.0">
:
:
</TEO_settings>
T
T
e
e
l
l
e
e
p
p
h
h
o
o
n
n
e
e
M
M
o
o
d
d
e
e
l
l
s
s
The model tags enclose all settings for a telephone model or group of models. A
configuration can contain multiple model tags.
In the example below, the settings in the first model element apply to 7810 models, with or
without an 8030X Button Expansion Module. The second model element contains settings
that only apply to 7810-TSG models without an 8030X.
<TEO_phone model="7810,7810
+
8030X">
:
:
</TEO_phone>
<TEO_phone model="7810-TSG">
:
:
</TEO_phone>
Allowed TEO_phone model values are:
Содержание 4101
Страница 6: ...Teo IP Telephone Network Administration Guide Page 6 13 280132 Rev Q ...
Страница 16: ...Teo IP Telephone Network Administration Guide Page 16 13 280132 Rev Q ...
Страница 18: ...Teo IP Telephone Network Administration Guide Page 18 13 280132 Rev Q ...
Страница 23: ...XML Configuration Files 13 280132 Rev Q Page 23 ...
Страница 24: ...Teo IP Telephone Network Administration Guide Page 24 13 280132 Rev Q ...
Страница 70: ...Teo IP Telephone Network Administration Guide Page 70 13 280132 Rev Q ...
Страница 72: ...Teo IP Telephone Network Administration Guide Page 72 13 280132 Rev Q ...
Страница 86: ...Teo IP Telephone Network Administration Guide Page 86 13 280132 Rev Q ...