Configuration File Parameter Guide
186
ET685 Administrator and Provisioning Manual
Setting:
action_longpress_url
Description:
This event is intended to be used for long press events of a function key
(line key). If a line key is pressed longer than two 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 line
key. If you add the runtime variable $longpress_key to the query or the
fragment part of the URL, you can use the line key name in the script to
perform different actions for each line key.
Example:
http://<webserver-IP>/xml_test/test.xml#var:linekey=$longpress_key
Values:
HTTP URL
Default:
blank
Setting:
action_missed_url
Description:
In case the specific action has taken place (here an incoming call has
been missed), a web GET to the specified URL is performed.
Values:
HTTP URL
Default:
blank
Setting:
action_offhook_url
Description:
In case the specific action has taken place (here the handset was lifted
from the hook switch), a web GET to the specified URL is performed.
Values:
HTTP URL
Default:
blank
Setting:
action_onhook_url
Description:
In case the specific action has taken place (here the handset was put on
the hook switch), a web GET to the specified URL is performed.
Values:
HTTP URL
Default:
blank
Setting:
action_outgoing_url