CallStateChanged
The block defines the event generated by a call state change (call CallStateChanged
ringing, call connection, call termination, etc.).
Input 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
Number – defines a number which has to match the calling number in order to
generate this event
This parameter is optional
Output parameters
Event – the Event invoke connected Event or Action.
State – the detected call state which generated this event. The options
correspond to the State parameter.
Direction – the detected call direction which generated this event. The options
are incoming or outgoing.
Example
Event generated by answering a call from number 1234: