Manual

132N TELEKOMUNIKACE a.s., www.2n.cz
®
Event.CardEntered: Card=0012456
Event.CallStateChanged
The block defines the event generated by a call state change (callCallStateChanged
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 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 termination of any outgoing call:
Event.CallStateChanged: State=terminated; Direction=outgoing
Event.InputChanged
The block defines the event generated by a change of the logic levelInputChanged
on the defined digital input.