Yealink Forums

Full Version: XML LEDS Not Workin using firmware 28.73.0.45 for model T46G
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all
I've done some development for turning on and off phone's LEDs when hitting a key, in order to show the user the function associated to that key is activated. I've done this development using Firmware version 28.71.0.174. When I updated to version 28.73.0.45 Turning On/Off the LEDs is not working.

¿Do you have any hint?

Another question: How many internal photos does the model support? We need to upload near a 1000 contact's photo.

Best Regards.
Seeing your code might be helpful to diagnose...
Thanks for the reply.
The file is called led_on.xml and it's very simple:

<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneExecute
Beep="yes">
<ExecuteItem URI="Led:LINE5=on"/>
</YealinkIPPhoneExecute>
Hi,

Try this XML parameter:

<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneExecute
Beep="yes">

<ExecuteItem URI="Led:LINE1_GREEN=on"/>
<ExecuteItem URI="Led:LINE2_RED=on"/>

</YealinkIPPhoneExecute>

Regards,
James
Reference URL's