dialogueFailureEventSend

The dialogueFailureEventSend method is issued from the Java application to report a dialog failure that is in an unrecoverable state.

It can be sent from the Java application to inform the ICM of an error, for example, if the dialog has had a fatal failure. When the dialogueFailureEventSend 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 dialogueFailureEventSend(Integer ErrorCode);

Parameters

Integer ErrorCode
The status value that describes the failure. See Table 3.

Return properties

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.