Yealink Forums
EDK macro to open menu item on T42S with a softkey - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Configuration (/forumdisplay.php?fid=24)
+--- Thread: EDK macro to open menu item on T42S with a softkey (/showthread.php?tid=45719)



EDK macro to open menu item on T42S with a softkey - hospitale - 04-03-2022 10:05 PM

Hi!

I am trying to add an Enhanced DSS Keys (EDK) on T42S to open menu items with soft keys. The goal is to have the history and remote XML directory available when then handset is picked up prior to dialing a number.

Code:
features.enhanced_dss_keys.enable = 1
softkey.3.enable = 1
softkey.3.use.idle = 1
softkey.3.use.dialtone = 1
softkey.3.label = Testdir
softkey.3.action = $Istatus_list$
softkey.3.position = 3
edk.id_mode.enable = 1

The soft key is displayed correctly both in idle and dial tone modes. However, I cannot open any other menu besides status_list when specified in the softkey.3.action macro. I have tried xmldir, history and a few others. None of the worked. Also, $KOK$ worked fine for pressing the OK hard button.

Any ideas on how to get those menu items to open?


RE: EDK macro to open menu item on T42S with a softkey - hospitale - 04-14-2022 02:13 AM

As per a reply by Alain from Yealink's support, the remote XML directory can be opened by:
Code:
softkey.3.action = $Idirectory_type_remote$
One can also add the command to press key 1 in order to open the menu item 1 from the directory list. This opens the phone number view itself:
Code:
softkey.3.action = $Idirectory_type_remote$$KDialPad1$
The history menu can be accessed by:
Code:
softkey.3.action = $Icalllog$$KDialPad1$