Aastra Telecom 41-001343-02 IP Phone User Manual


 
Operational, Basic, and Advanced Parameters
41-001343-02 REV04 – 05.2014 A-118
Parameter
action uri offhook
Configuration Files
aastra.cfg, <model>.cfg, <mac>.cfg
Description Specifies the URI for which the phone executes a GET on when an offhook event occurs.
This parameter can use the following variables:
$$LINESTATE$$
$$LOCALIP$$
Format Fully qualified URI
Default Value Not Applicable
Range Up to 128 ASCII characters
Example action uri offhook: http://10.50.10.140/offhook
Parameter
action uri onhook
Configuration Files
aastra.cfg, <model>.cfg, <mac>.cfg
Description Specifies the URI for which the phone executes a GET on when an onhook event occurs.
This parameter can use the following variables:
$$LOCALIP$$
$$CALLDURATION$$
$$CALLDIRECTION$$
$$LINESTATE$$
Note:
The “LocalIP”, “CallDuration”, and “CallDirection” variables allow for enhanced informa-
tion in call records and billing applications.
Format Fully qualified URI
Default Value Not Applicable
Range Up to 128 ASCII characters
Example action uri onhook: http://10.50.10.140/onhook
Parameter
action uri disconnected
Configuration Files
aastra.cfg, <model>.cfg, <mac>.cfg
Description Specifies the URI that the phone executes a GET on, when it transitions from the incom-
ing, outgoing, calling, or connected state into the idle state.
This parameter uses the following variables to determine the state of the line:
$$LINESTATE$$
$$LOCALIP$$
Format String
Default Value Not Applicable
Range Any valid URI
Example action uri disconnected: http://fargo.ana.aastra.com/disconnected.xml?state=$$LINES-
TATE$$