Specifications

Yealink IP Phone XML Objects
39
Parameter
Value
Description
“lightgray
“darkgray
“lightred”
“lightgreen”
“yellow
“lightblue”
“lightmagenta”
“lightcyan
Scroll
none
Defines the scrolling content
for display. The Line above
the Scroll is as header,
under the Scroll is as Footer.
SoftKey
string
Refer to Customizable Soft
Keys for more information.
If there is no soft key defined in the FormattedTextScreen object, the LCD screen
displays the following default soft key:
SoftKey Index
Label
URI
1
Exit
SoftKey: Exit
An example of the FormattedTextScreen object:
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneFormattedTextScreen
doneAction="http://10.1.0.105/menu.php"
Beep="yes"
Timeout="60"
LockIn="no">
<Line Size="large" Color="lightblue" Align="center">Header line</Line>
<Scroll>
<Line Size="normal" Align="left" Color="red">Scroll line1</Line>
</Scroll>
<Line Size=" large" Align="center" Color="white">Footer line</Line>
</YealinkIPPhoneFormattedTextScreen>