Content

Page tree

D-SERIES

Web User Interface

Action URL Settings - Action URL Settings (Section): Line Key Long Press

Phone User Interface

N/A

Initial Firmware Version

N/A

XML Configuration

<action_longpress_url perm="PERMISSIONFLAGS">VALIDVALUE</action_longpress_url>

Description

This event is intended to be used for long press events of a function key (line key) orĀ  a navigation key (since version 10.1.66.0, if long press is enabled for the desired nav-key with the setting longpress_navikeys ). If such a key is pressed longer than 2 seconds, a web GET to the specified URL is performed. By configuring the URL for example with a XML script, you can add an extra long press functionality for each supported key. If you add the runtime variable $longpress_key to the query or the fragment part of the URL, you can use the key name in the script to perform different actions for each key.

Example:

http://<webserver-IP>/xml_test/test.xml#var:key=$longpress_key

Starting version: 8.9.3.53

Valid Values

HTTP URL

Default Value

blank