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:
Parameter
Position
Type
Value
Description
YealinkIPPh
oneTextMe
nu
Root tag
mandatory
none
The root element of the
TextMenu object.
destroyOn
Exit
Root tag
optional
“yes”
“no”
Select “yes” to return to
the previous XML object
after exit. Select “no” to
Summary of Contents for SIP VP-T49G
Page 1: ...i i...
Page 2: ......
Page 10: ......
Page 94: ...XML Browser Developer s Guide for Yealink IP Phones 84...
Page 96: ...XML Browser Developer s Guide for Yealink IP Phones 86...
Page 98: ...XML Browser Developer s Guide for Yealink IP Phones 88...
Page 99: ...Configure the Push XML Server 89...
Page 116: ...XML Browser Developer s Guide for Yealink IP Phones 106...