XML Browser Developer’s Guide for Yealink IP Phones
10
The TextMenu object allows users to create a list of menu items on the IP phones. You
can use the TextMenu object to customize some functions such as weather report,
stock information, new services, etc. You can browse the menu items by linking HTTP
requests.
XML description of the TextMenu object:
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneTextMenu
destroyOnExit="yes/no"
defaultIndex = "integer"
style = "numbered/none"
Beep = "yes/no"
wrapList="yes/no"
Timeout = "integer"
cancelAction = "URI"
LockIn = "yes/no"
>
<Title wrap = "yes/no">Menu Title</Title>
<MenuItem>
<Prompt>First menu item</Prompt>
<URI>HTTP(s) URL</URI>
<Dial>Number for dial</Dial >
<Selection>Selection</Selection>
</MenuItem>
<!--Additional menu items may be added (up to 30) -->
<!--Additional soft key items may be added -->
</YealinkIPPhoneTextMenu>
The parameters of the TextMenu object are listed in the following table:
The root element of the
TextMenu object.
Select “yes” to return to
the previous XML object
after exit. Select “no” to