Enhancements/Changes in 2.0.2, Build 1040
RN-001029-00, Release 2.0.2, Rev 02
21
SIP IP Phone Models 53i, 55i, 57i, 57i CT Release Notes
ENH06058
XML Softkey LED Control Feature
A feature has been added to the IP phones that allows an Administrator to control
the behavior of XML softkey LEDs. You use the
AastraIPPhoneExecute
object to
implement this feature.
Note:
This LED feature is applicable to XML softkeys only (softkeys (top or bottom),
programmable keys, and expansion module softkeys). The softkey must be
configured for XML before you enable this feature.
The following table describes the behaviors you can assign to XML softkeys and the
attribute you enter in the
AastraIPPhoneExecute
script.
The command for LED control is sent using the XML http post from one of the XML
push server lists. The following example shows an XML LED command in an
AastraIPPhoneExecute
script.
<AastraIPPhoneExecute>
<ExecuteItem URI=”Led: topsoftkey20=on”/>
<ExecuteItem URI=”Led: softkey1=off”/>
<ExecuteItem URI=”Led: prgkey2=fastflash”/>
<ExecuteItem URI=”Led: expmod2 key20=slowflash”/>
</AastraIPPhoneExecute>
Notes
:
1.
Using the Aastra Web UI, you must set the XML push server list from where the
XML http post is being sent.
2.
The LED states specified in the
AastraIPPhoneExecute
script are not saved
after a reboot.
Issue Number
Description of Feature/Enhancement
LED Behavior
XML Attribute
on
URI = “Led: <softkey type>= on”/
off
URI = “Led: <softkey type>=off”/
fastFlash
URI = “Led: <softkey type>=fastflash”/
slowFlash
URI = “Led: <softkey type>=slowflash”/