XML API for Tiptel.com SIP Phones 31xx
Key
Function description
Esc
Return to idle screen.
Ok
Present previous displayed XML view if available. Else return to idle
screen.
1-9, 0, *, #
If hard keys are user defined, URI is executed. (See 3.13.3)
3.10
IPPhoneMenu XML object
The IPPhoneMenu XML object can be used to display a non-formatted menu in a scrollable window.
This XML object is supported since Firmware 3.1.1.
XML file description:
Note: The "****" in "****IPPhoneMenu" can be any string, also can be left empty..
XML file example:
Used XML objects
XML object
Position
Type
Description
TiptelIPPhoneMenu
Root tag
Mandatory Root element
track
Root tag
Optional
“no” indicates that the object will be removed from the
XML browser stack after exit.
Page 34 / 50
<****
IPPhoneMenu
track
= "yes/no">
<
Title>
any text</
Title>
<
MenuItem
>
<
Name
>name of menu item</
Name
>
<
URL
>to be called</
URL
>
</
MenuItem
>
<
!-
SoftKeyItem items may be added
-->
</****
IPPhoneMenu
>
<?
xml
version="1.0" encoding="UTF-8"?>
<
IPPhoneMenu
>
<
Title>
Title of screen</
Title>
<
MenuItem
>
<
Name
>first menu item</
Name
>
<
URL
>http://myserver2.de/get_it.php?opt=1</
URL
>
</
MenuItem
>
<
MenuItem
>
<
Name
>second menu item</
Name
>
<
URL
>http://myserver2.de/get_it.php?opt=2</
URL
>
</
MenuItem
>
</
IPPhoneMenu
>