![TIPTEL 31xx series Manual Download Page 15](http://html1.mh-extra.com/html/tiptel/31xx-series/31xx-series_manual_1118777015.webp)
XML API for Tiptel.com SIP Phones 31xx
triggerDestroyOnExit
optional
Set = "yes" to exit the XML UI view. If the XML object is sent as an answer to a user
interface object this will trigger the currently presented UI object to exit if its attribute
destroyOnExit is set “yes”. See section 3.14.3 for more details. Default = "no"
ExecuteItem
optional
Execute item (up to 30 instances)
URI
mandatory
Any internal or external URI describing the action to be executed. (max. 510 Bytes)
line
optional
Account to use. If not present or 0 the default account is used
3.2 IPPhoneConfiguration XML object
Not yet implemented.
3.3 IPPhoneTextMenu XML object
The IPPhoneTextMenu XML object can be used to display a non-formatted menu.
XML file description:
Note: The "****" in "****IPPhoneTextMenu" can be any string, also can be left empty..
XML file example 1: Simple menu
Page 14 / 50
<****
IPPhoneTextMenu
Beep
= "yes/no"
LockIn = "
yes/no
"
style
= "numbered/none/radio"
Timeout
= "some integer"
cancelAction
= "some URI"
defaultIndex
= "some integer"
destroyOnExit = "
yes/no
"
>
<
Title>
any text
</Title>
<
MenuItem
>
<
Prompt>
any Text
</Prompt>
<
URI>
</
URI>
<
Dial line=”SIP line”>
</
Dial>
<
Selection></Selection>
</MenuItem>
<!-
up to 30 MenuItem items may follow
-->
<
!-
SoftKey items may be added
-->
</****
IPPhoneTextMenu
>