|
Search:
Advanced search
|
Browse by category:
|
| Can the phone post its setting variables with an Action URL? | ||||
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: [2]11/4/2006 10:52:43: Sending post request host = 192.168.X.X:80, file = /test.php?your_pattern1=$variable1The following variables may be used for your own pattern:
http://192.168.X.X/test.php?language=$languageAction URLs can be configured on the Action URL setting page or the Function Keys page depending on the purpose: 1.Action URL setting page: Automatically based on the following events:
2. Function Keys page: Manually by pressing the corresponding key.
|
||||