Yealink Forums

Full Version: EDK macro to open menu item on T42S with a softkey
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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$
Reference URL's