Operational, Basic, and Advanced Parameters
41-001343-02 REV05 – 07.2014
A-117
Parameter
–
action uri registration event
Configuration Files
aastra.cfg, <model>.cfg, <mac>.cfg
Description
Specifies the URI that the phone executes a GET on, when a registration event change occurs.
This parameter uses the following variables to determine the state of the event:
$$REGISTRATIONSTATE$$
$$REGISTRATIONCODE$$
This action URI is not called when the same event is repeated (for example, a timeout occurs
again when registration is already in a timeout state.)
Format
String
Default Value
Not Applicable
Range
Any valid URI
Example
action uri registration event: http://10.30.100.39/PHP-
tests/actionuri.php?action=RegEvt®state=$$REGISTRATIONSTATE$$®code=$$REG-
ISTRATIONCODE$$
Parameter
–
action uri incoming
Configuration Files
aastra.cfg, <model>.cfg, <mac>.cfg
Description
Specifies the URI for which the phone executes a GET on when an incoming call event
occurs. This parameter can use the following variables:
$$REMOTENUMBER$$
$$DISPLAYNAME$$
$$SIPUSERNAME$$
$$INCOMINGNAME$
$$LINESTATE$$
$$CALLDURATION$$
$$CALLDIRECTION$$
$$LOCALIP$$
Format
Fully qualified URI
Default Value
Not Applicable
Range
Up to 128 ASCII characters
Example
action uri incoming: http://10.50.10.140/incoming.php?number=$$REMOTENUMBER$$
Parameter
–
action uri outgoing
Configuration Files
aastra.cfg, <model>.cfg, <mac>.cfg
Description
Specifies the URI for which the phone executes a GET on when an outgoing call event
occurs. This parameter can use the following variables:
$$REMOTENUMBER$$
$$SIPUSERNAME$$
$$LINESTATE$$
$$LOCALIP$$
Format
Fully qualified URI
Default Value
Not Applicable
Range
Up to 128 ASCII characters
Example
action uri outgoing: http://10.50.10.140/outgoing.php?number=$$REMOTENUMBER$$