Yealink Forums

Full Version: How to program memory keys for configuration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
(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?
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
Reference URL's