Dialogue_Failure_Conf_Send

The Dialog_Failure_Conf_Send is be issued from the state table to report the script that is requested to be run if the Run_Script_Request or Cancel finds a problem.

It is sent in response to an operation that cannot be performed. After sending this, the state table must receive more instruction from the ICM. If further instruction does not arrive in a reasonable amount of time, a Dialogue_Failure_Event_Send is sent with a status of E_TIMEOUT.

The InvokeID in the Dialogue_Failure_Conf_Send message must match the InvokeID from the request message. If they do not match, the ICM fails the request and causes the state table to be signaled to issue Dialogue_Failure_Event_Recv. The return status is E_INVALID_INVOKE_ID.

SendData

DialogueID (number)
Obtained using the Create_DialogueID function.
InvokeID (number)
Set to the InvokeID that is returned by Cancel or Run_Script_Request.
ErrorCode (number)
A value from the list of status codes that describes the reason for failure of this request. See Table 3.

ReceiveData

Status (number)
A value from the list of status codes that describes the result of this request. See Table 3.