EnterEvent(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 EnterEvent, EnterB Events.
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.
VoiceError(Channel as Integer, ErrorType as Integer, ErrorData as Integer, Processed as Integer)
This event fires when a non-fatal error occurs in the control. When this error event occurs, the control generating the event is generally not able to continue normal processing. Read more about VoiceError Event.