Package version:

interface RestContinuousDtmfRecognitionToneFailed {
    callConnectionId?: string;
    correlationId?: string;
    operationContext?: string;
    resultInformation?: RestResultInformation;
    serverCallId?: string;
}

Properties

callConnectionId?: string

Call connection ID.

correlationId?: string

Correlation ID for event to call correlation. Also called ChainId for skype chain ID.

operationContext?: string

Used by customers when calling mid-call actions to correlate the request to the response event.

resultInformation?: RestResultInformation

Contains the resulting SIP code, sub-code and message.

serverCallId?: string

Server call ID.