Yes, from firmware 5.0 onwards it is possible to send variables of your phone via Action URLs to a remote Webserver.

Syntax

Action URLs are basically HTTP "GET" requests and may contain variable names starting with $ and "pattern=$variable" strings separated by "&":

http://192.168.X.X/test.php?your_pattern1=$variable1&your_pattern2=$variable2&...

Logging

The execution is logged on the phone and can be easily verified on the phone´s Log page (V6/V7):

[2] 11/4/2006 10:52:43: Sending post request host = 192.168.X.X:80, file = /test.php?your_pattern1=$variable1

Variables

The following variables may be used for your own pattern:

  1. static variables:
  2. runtime variables:

Examples

http://192.168.X.X/test.php?language=$language
http://192.168.X.X/test.php?redirectnr=$redirect_number&redirecttime=$redirect_time
http://192.168.X.X/test.php?callingto=$remote&callingid=$local

Configuration

Action URLs can be configured depending on the purpose.


Event driven on the Action URL setting page based on the following events:

User interactive (Manually by pressing the corresponding key) on the Function Keys page