How to program memory keys for configuration - 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) +---- Forum: T2xP Series (/forumdisplay.php?fid=21) +---- Thread: How to program memory keys for configuration (/showthread.php?tid=3444) |
How to program memory keys for configuration - blink - 03-14-2015 10:13 PM Hello, I would like to use some memory keys on my T28P to configure some settings. For example: enabling the LCD backlight permanently disabling the LCD backlight setting the ringer volume to 15 setting the ringer volume to 0 Is this possible? tia RE: How to program memory keys for configuration - Yealink_Peter - 03-16-2015 05:26 PM Hi, You can use the "XML Browser" feature. 1.Define 4 xml files and each for backlight always on, backlight always off, ringer volume to 15 and volume to 0 2.Create a http or tftp server to store the 4 xml files 3.Configure 4 DSSKeys as "XML Browser" type and fill the corresponding URL(the xml file URL stored in server) in each volume field. Show as image below: [attachment=1340] For example: parameters for backlight always on: phone_setting.backlight_time = 0 parameters for backlight always off: phone_setting.backlight_time = 1 parameters for ringer volume to 15: voice.ring_vol = 15 parameters for ringer volume to 0: voice.ring_vol = 0 I have also uploaded the xml files as attachment for your reference. Thank you. Regars, Peter RE: How to program memory keys for configuration - blink - 03-17-2015 12:26 AM (03-16-2015 05:26 PM)Yealink_Peter Wrote: 2.Create a http or tftp server to store the 4 xml files Thank you very much, but in my opinion it is overkill to set up an http/tftp server just for this purpose. Why is there no such feature in the DSSKey setup of the T28P? The Type could be called 'Config' and as example for a Value lets take 'phone_setting.backlight_time = 0'. This would be perfect. Any chance to get this feature added in a future release of the firmware? RE: How to program memory keys for configuration - Yealink_Peter - 03-17-2015 05:16 PM Hi, This is a new feature and we'll collect the similar request and forward to product department to evaluate. Thank you for your suggestion and support to Yealink product. Best Regards, Peter |