
XML Browser Developer’s Guide for Yealink IP Phones
44
You can also remove status messages from the display using the same Session ID. This
can be accomplished by setting an empty tag for the Message tag. For example, here
is the XML object to remove the message in the first line.
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneStatus
Beep="yes"
SessionID="125"
Timeout="600">
<Message/>
<Message Size="normal" Align="center" Color="black" Account="" Icon="DND">DND
is enabled</Message>
<Message Size="small" Align="right" Color="green" Account="" Icon="Message">1
New Message</Message>
</YealinkIPPhoneStatus>
The Execute object allows an external application to ask the phone to execute a
sequence of local commands using URIs. The phone will execute each specified
command in order.
XML description of the Execute object:
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneExecute
Beep = "yes/no">
<ExecuteItem URI = "URI"/>
<!--Additional Execute Items may be added (up to 30)-->
</YealinkIPPhoneExecute>
The parameters of the Execute object are listed in the following table:
Parameter
Position
Type
Value
Description
YealinkIPPh
oneExecut
e
Root tag
mandatory
none
The root element of the
Execute object.
Beep
Root tag
optional
“yes”
“no”
Whether to play a tone
when beginning to
execute the commands.
Default value is “yes”.
Содержание Yealink SIP-T48G
Страница 1: ...i i...
Страница 2: ......
Страница 84: ...XML Browser Developer s Guide for Yealink IP Phones 76...
Страница 85: ...Configure the Push XML Server 77...