Specifications
PA-001011-03-04 Aastra July 2014
211
Example
action uri startup: http://myserver.com/startup.php
action uri incoming:
http://myserver.com/incoming.php?number=$$REMOTENUMBER$$
sip xml notify event: 1
action uri xml sip notify: http://myserver.com/notify.php
6.2 Action uri detailed behavior
Action uris are available on all the lines and line appearance of the phone so passing the system
variables $$SIPUSERNAME$$ or $$SIPAUTHNAME$$ and $$PROXYURL$$ or
$$ACTIVEPROXY$$ will define which line has triggered the action uri.
Notes:
The action uri GET requests are non blocking.
If the GET request triggered by an action uri fails, the phone does not display any
error message.
6.2.1 Action uri offhook
The offhook uri is triggered only when the user performs one of the following actions:
Release the handset
Press a line key
Press the Speaker/Headset key
This means that the offhook uri is not triggered when the user presses a speeddial key even if the
phone goes off-hook and dials a number. Also if the user directly dials a number and press the
“dial” key the action uri is not triggered (but the outgoing uri is)
6.2.2 Action uri onhook
The action uri onhook is triggered at the end of any active call:
The user presses the ‘Goodbye’ key
The user hangs up the handset after a connected call
The user drops an established call pressing the “drop” softkey
After a completed transfer (blind or monitored)
The other party hangs up.
Note: The onhook event is a subset of the disconnect event, you should avoid to configure
both action uri as most of the time they will both be called at the same time.
6.2.3 Action uri incoming
The action uri incoming is triggered each time there is an incoming call presented to the phone and
processed to make the phone ring. If the incoming call includes an auto-answer info message
(intercom mode), the action uri incoming is triggered as well.
Note: the action uri incoming is not triggered if the phone is call forwarded or is in DND mode
or if call waiting is disabled (and the phone in a non idle mode).