Yealink Forums
XML LEDS Not Workin using firmware 28.73.0.45 for model T46G - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Phone specific topic (/forumdisplay.php?fid=12)
+--- Thread: XML LEDS Not Workin using firmware 28.73.0.45 for model T46G (/showthread.php?tid=3270)



XML LEDS Not Workin using firmware 28.73.0.45 for model T46G - el_jerry - 02-06-2015 12:09 AM

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.


RE: XML LEDS Not Workin using firmware 28.73.0.45 for model T46G - CWR - 02-06-2015 12:33 PM

Seeing your code might be helpful to diagnose...


RE: XML LEDS Not Workin using firmware 28.73.0.45 for model T46G - el_jerry - 03-10-2015 05:19 AM

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>


RE: XML LEDS Not Workin using firmware 28.73.0.45 for model T46G - James_Yealink - 03-10-2015 10:16 AM

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