Web Interface/V8/Action URL Settings
From Snom User Wiki
An Action URL triggers external URLs on phone-internal events. For instance, on an incoming call, the URL of the field “incoming call” is triggered, “Setup finished” is triggered when the phone is booted up properly and ready for usage etc.
On this page you can specify the URL for a particular event on your phone. The URL can contain variable names starting with $ and pattern=$variable strings separated by & i.e. your_pattern1=$variable1&your_pattern2=$variable2 and so on (e.g. http://internal.server.net/help.xml?redirect=$redirect_number&time=$redirect_time). You can also put variables within the path of url (e.g. http://www.snom.com/$mac&/settings.xml) and variable name has to be between $ and &. Variables could be the usual settings stored on the phone and accessed through the Settings Status page. Additionally the following variables can be used for the current call to be replaced at run time:
- $local --> the SIP URI of callee
- $remote --> the SIP URI of caller
- $active_url --> the SIP URI of the active outgoing identity
- $active_user --> the user part of the SIP URI for the active outgoing identity
- $active_host --> the host part of the SIP URI for the active outgoing identity
- $csta_id --> CSTA ID
- $call-id --> the call-id of the active call
- $display_local --> used to display the name of callee
- $display_remote --> used to display the name of caller.
- $expansion_module --> used to show which expansion module do you use and
- $active_key --> the function key (e.g. P1, P5, P32,..) associated with a call.
Note: Please note that private settings like passwords would be replaced by empty strings.