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.
CTICiscoReturn dialogueFailureEventSend(Integer ErrorCode);