dialogueFailureEventRecv

The dialogueFailureEventRecv method is issued from the Java application to receive the ErrorCode when a dialog fails in an unrecoverable state.

It can be sent from the ICM to inform the Java application of an error, for example, if the dialog has had a fatal failure. When the dialogueFailureEventRecv is issued, the dialog is no longer active to the ICM. The dialog is still available to the VRU so that any signaled events can be retrieved by the Java application.

Syntax

CTICiscoReturn dialogueFailureEventRecv();

Parameters

There are no input parameters for this method.

Return properties

Integer ErrorCode
The status value that describes the failure. To extract this property, call the ErrorCode method on the returned CTICiscoReturn object. See Table 3.
Integer Status
Returns an Integer value from the list of status codes that describes the result of this request (see Table 3.) To extract this property, call the getStatus method on the returned CTICiscoReturn object.