![2N Helios IP Automation Configuration Manual Download Page 17](http://html.mh-extra.com/html/2n/helios-ip-automation/helios-ip-automation_configuration-manual_439889017.webp)
Events
1.3
Event.CallStateChanged
The
CallStateChanged
block defines the event generated by a call state change (call
ringing, call connection, call termination, etc.)
Parameters
State
Define the call state change.
Valid values:
ringing
- ringing start
connected
– successful call connection
terminated
– call termination
Direction
Define the call direction.
Valid values:
incoming
– incoming calls
outgoing
– outgoing calls
any
– both directions
The parameter is optional, the default value is
any
.
Variables
State
Detected call state which generated this event. The options correspond to the
State parameter.
Direction
Detected call direction which generated this event. The options are incoming or
outgoing.
Example
Event generated by termination of any outgoing call:
Event.CallStateChanged: State=terminated; Direction=outgoing