Enter(Channel As Integer, Greeting As Object)
The Enter event is executed by the control upon call entry. If the GotoNode property is set or the TakeCall method is used, the call exits this control and is handled by the new control after the Exit Sub or End Sub statement. Read more about Enter Event.
Exit(Channel As Integer, Node As Integer)
This event fires when a call leaves a control, but before the Enter event occurs in the destination control. Read more about Exit Event.