![TIPTEL 31xx series Скачать руководство пользователя страница 32](http://html1.mh-extra.com/html/tiptel/31xx-series/31xx-series_manual_1118777032.webp)
XML API for Tiptel.com SIP Phones 31xx
Used XML objects:
XML object
Position
Type
Description
IPPhoneDirectory
Root tag
Mandatory Root element
track
Root tag
Optional
“no” indicates that the object will be removed from the
XML browser stack after exit.
If not specified or set “yes” the object is kept in the XML
browser after exit.
Title
Body
Mandatory The title of text notes
DirectoryEntry
Body
Mandatory Up to 500 items
Name
DirectoryEntry Body Mandatory The text to be displayed
Telephone
DirectoryEntry Body Mandatory Phone number to be dialed
SoftKeyItem
Optional
See section 3.13.3 for details
Name
SoftKeyItem Body
Mandatory Addresses the SoftKey or Hardkey
Label
SoftKeyItem Body
Mandatory Text of SoftKeyItem
URL
SoftKeyItem Body
Mandatory Internal or external URL describing the action to be
executed
Default soft keys:
The following default soft keys will be presented if the XML file of IPPhoneDirectory does not include any
SoftKeyItem description:
SoftKey index
Name
URI
1
Exit
SoftKey:Exit
3
plus
SoftKey:Edit_and_Dial
Page 31 / 50
<?
xml
version="1.0" encoding="UTF-8"?>
<
IPPhoneDirectory
>
<
Title>
Title of directory"</
Title>
<
DirectoryEntry
>
<
Name>
Tiptel.com</
Name>
<
Telephone>
021024280<
/Telephone>
</DirectoryEntry>
<
DirectoryEntry
>
<
Name>
Police</
Name>
<
Telephone>
110<
/Telephone>
</DirectoryEntry>
<
SoftKeyItem
>
<
Name>
F1</
Name>
<Label>
exit
</Label>
<
URL>
SoftKey:Exit</
URL>
</SoftKeyItem>
<
SoftKeyItem
>
<
Name>
1</
Name>
<Label>
exit
</Label>
<
URL>
http://myserver.com/phones/phonebook.php?key=1</
URL>
</SoftKeyItem>
</
IPPhoneDirectory
>