XML API for Tiptel.com SIP Phones 31xx
Used XML objects
XML object
Position
Type
Description
TiptelIPPhoneText
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
Text
Body
Mandatory The text to be displayed
SoftKeyItem
Optional
See section 3.13.3 for details
Default soft keys:
The following default soft key will be presented if the XML file of IPPhoneTextScreen does not include any soft
key description:
SoftKey index
Name
URI
1
Exit
SoftKey:Exit
Key processing:
Key
Function description
Cursor up/down
Scrolling in text up/down
SoftKey "Exit"
Present previous displayed XML view if available. Else return to idle
screen.
Page 33 / 50
<?
xml
version="1.0" encoding="UTF-8"?>
<
IPPhoneText
>
<
Title>
Title of screen</
Title>
<
Text>
Press *, # to search name in all phone books.</
Text>
<SoftKeyItem>
<
Name>
#<
/Name>
<
URL>
http://myserver2.de/get_pb.php?key=B</
URL>
</SoftKeyItem>
<
SoftKeyItem
>
<
Name>
*<
/Name>
<
URL>
http://myserver2.de/get_pb.php?key=A</
URL>
</SoftKeyItem>
<
SoftKeyItem
>
<
Name>
F1<
/Name>
<
Label>
Softkey 1</
Label>
<
URL>
http://myserver2.de/get_it.php?opt=1</
URL>
</SoftKeyItem>
<
SoftKeyItem
>
<
Name>
F2<
/Name>
<
Label>
Softkey 2</
Label>
<
URL>
http://myserver2.de/get_it.php?opt=2</
URL>
</SoftKeyItem>
</
IPPhoneText
>