Show pagesourceOld revisionsBacklinksAdd to bookExport to PDFODT exportBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer Reddit TeamsRecent ChangesSend via e-MailPrintPermalink × Table of Contents Configuration templates pre-defined Key-Functions pre-defined Key-Functions (after settings-reset) pre-defined Key-Functions (vendor templates) Examples Book Creator Add this page to your book Book Creator Remove this page from your book Manage book(0 page(s)) Help Configuration templates The key configuration is very flexible. Each key-function that a user selects when setting up a key is actually entirely described in the settings → templates. <?xml version="1.0" encoding="UTF-8"?> <templates> <template prio="30" name="@string/speed_dial_title" label="@param-@string/uri" icon="@drawable/invite"> <keyConfiguration> <lua> <code> ... </keyConfiguration> <parameters> <parameter name="@string/uri" type="text"> <path>//param[@name="pRemote"]/value</path> </parameter> ... </parameters> </template> ... </templates> The phone comes with several predefined functions. An admin may choose to restrict the list of available Key-Functions or (s)he might change existing ones or create new ones. Since the template is part of the phones configuration, it can be provided via provisioning. One could for example overwrite existing templates ( like call forward) if the phone should not handle call forward function locally. In this scenario, the user will continue to see the translated key for call forward, can configure the key as he wants and if the key is pressed call forwarding is toggled on the pbx. pre-defined Key-Functions The phone out of the box (or after settings-reset) comes with a list of available functions to choose from when setting up a key. Actually there are 2 lists, one can overwrite and add to the initial list a second set of functions by selecting “activate vendor templates” in the provisioning-subsection of the settings-menu on the phone. pre-defined Key-Functions (after settings-reset) Speed dial Identity Anonymous call Bluetooth Browser Call forwarding immediately Call forwarding on busy Call forwarding on no reply Call waiting Do not disturb DTMF-Relay Park position VPN XML Minibrowser pre-defined Key-Functions (vendor templates) Activate config Automatic configuration switching Call forwarding immediately Call forwarding on busy Call forwarding on no reply CF ext. calls: Immediately CF ext. calls: On busy CF ext. calls: On no reply Do not disturb Group Group (incoming) Group (outgoing) Relay Examples see Examples en/products/comfortel-d-series/developer/keys/templates.txt Last modified: 23.08.2022 09:17by palms