Yes, from firmware 5.0 onwards it is possible to send variables of your phone via Action URLs to a remote Webserver.
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&...
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
The following variables may be used for your own pattern:
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
Action URLs can be configured depending on the purpose.
Event driven on the Action URL setting page based on the following events:
On Connected/Disconnected
Note: Those variables which are replaced on run-time do not work with all of these events. |
User interactive (Manually by pressing the corresponding key) on the Function Keys page