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 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$ Code: softkey.3.action = $Idirectory_type_remote$$KDialPad1$ Code: softkey.3.action = $Icalllog$$KDialPad1$ |