org.mobicents.media.server.mgcp.message
Interface MgcpResponseCode


public interface MgcpResponseCode

MGCP response code constants.

Author:
kulikov

Field Summary
static int ABORTED
           
static int ACKNOWLEDGEMENT
           
static int CAN_NOT_DETECT_EVENT
           
static int CAN_NOT_GENERATE_SIGNAL
           
static int CAN_NOT_SEND_ANNOUNCEMENT
           
static int CONNECTION_WAS_DELETED
           
static int ENDPOINT_DOES_NOT_HAVE_RESOURCES
           
static int ENDPOINT_NOT_AVAILABLE
           
static int ENDPOINT_NOT_READY
           
static int ENDPOINT_RESTARTING
           
static int ENDPOINT_UNKNOWN
           
static int ERROR_IN_SDP
           
static int INCORRECT_CALL_ID
           
static int INCORRECT_CONNECTION_ID
           
static int INSUFFICIENT_BANDWIDTH
           
static int INSUFFICIENT_RESOURCES
           
static int INVALID_OR_UNSUPPORTED_MODE
           
static int MISSING_REMOTE_CONNECTION_DESCRIPTOR
           
static int OVERLOADED
           
static int PROTOCOL_ERROR
           
static int REMOTE_SDP_AND_LOCAL_OPTION_CONFLICT
           
static int TIMEOUT
           
static int TRANSACTION_BEEN_EXECUTED
           
static int TRANSACTION_HAS_BEEN_QUEUED
           
static int TRANSACTION_WAS_EXECUTED
           
static int TRANSIENT_ERROR
           
static int UNKNOWN_EXTENSION
           
static int UNKNOWN_OR_UNSUPPORTED_COMMAND
           
static int UNKNOWN_QUARANTINE_HANDLING
           
static int UNSUPPORTED_SDP
           
static int UNSUPPROTED_FUNCTIONALITY
           
static int WILDCARD_TOO_COMPLICATED
           
 

Field Detail

ACKNOWLEDGEMENT

static final int ACKNOWLEDGEMENT
See Also:
Constant Field Values

TRANSACTION_BEEN_EXECUTED

static final int TRANSACTION_BEEN_EXECUTED
See Also:
Constant Field Values

TRANSACTION_HAS_BEEN_QUEUED

static final int TRANSACTION_HAS_BEEN_QUEUED
See Also:
Constant Field Values

TRANSACTION_WAS_EXECUTED

static final int TRANSACTION_WAS_EXECUTED
See Also:
Constant Field Values

CONNECTION_WAS_DELETED

static final int CONNECTION_WAS_DELETED
See Also:
Constant Field Values

TRANSIENT_ERROR

static final int TRANSIENT_ERROR
See Also:
Constant Field Values

INSUFFICIENT_RESOURCES

static final int INSUFFICIENT_RESOURCES
See Also:
Constant Field Values

INSUFFICIENT_BANDWIDTH

static final int INSUFFICIENT_BANDWIDTH
See Also:
Constant Field Values

ENDPOINT_RESTARTING

static final int ENDPOINT_RESTARTING
See Also:
Constant Field Values

TIMEOUT

static final int TIMEOUT
See Also:
Constant Field Values

ABORTED

static final int ABORTED
See Also:
Constant Field Values

OVERLOADED

static final int OVERLOADED
See Also:
Constant Field Values

ENDPOINT_NOT_AVAILABLE

static final int ENDPOINT_NOT_AVAILABLE
See Also:
Constant Field Values

ENDPOINT_UNKNOWN

static final int ENDPOINT_UNKNOWN
See Also:
Constant Field Values

ENDPOINT_NOT_READY

static final int ENDPOINT_NOT_READY
See Also:
Constant Field Values

ENDPOINT_DOES_NOT_HAVE_RESOURCES

static final int ENDPOINT_DOES_NOT_HAVE_RESOURCES
See Also:
Constant Field Values

WILDCARD_TOO_COMPLICATED

static final int WILDCARD_TOO_COMPLICATED
See Also:
Constant Field Values

UNKNOWN_OR_UNSUPPORTED_COMMAND

static final int UNKNOWN_OR_UNSUPPORTED_COMMAND
See Also:
Constant Field Values

UNSUPPORTED_SDP

static final int UNSUPPORTED_SDP
See Also:
Constant Field Values

REMOTE_SDP_AND_LOCAL_OPTION_CONFLICT

static final int REMOTE_SDP_AND_LOCAL_OPTION_CONFLICT
See Also:
Constant Field Values

UNSUPPROTED_FUNCTIONALITY

static final int UNSUPPROTED_FUNCTIONALITY
See Also:
Constant Field Values

UNKNOWN_QUARANTINE_HANDLING

static final int UNKNOWN_QUARANTINE_HANDLING
See Also:
Constant Field Values

ERROR_IN_SDP

static final int ERROR_IN_SDP
See Also:
Constant Field Values

PROTOCOL_ERROR

static final int PROTOCOL_ERROR
See Also:
Constant Field Values

UNKNOWN_EXTENSION

static final int UNKNOWN_EXTENSION
See Also:
Constant Field Values

CAN_NOT_DETECT_EVENT

static final int CAN_NOT_DETECT_EVENT
See Also:
Constant Field Values

CAN_NOT_GENERATE_SIGNAL

static final int CAN_NOT_GENERATE_SIGNAL
See Also:
Constant Field Values

CAN_NOT_SEND_ANNOUNCEMENT

static final int CAN_NOT_SEND_ANNOUNCEMENT
See Also:
Constant Field Values

INCORRECT_CONNECTION_ID

static final int INCORRECT_CONNECTION_ID
See Also:
Constant Field Values

INCORRECT_CALL_ID

static final int INCORRECT_CALL_ID
See Also:
Constant Field Values

INVALID_OR_UNSUPPORTED_MODE

static final int INVALID_OR_UNSUPPORTED_MODE
See Also:
Constant Field Values

MISSING_REMOTE_CONNECTION_DESCRIPTOR

static final int MISSING_REMOTE_CONNECTION_DESCRIPTOR
See Also:
Constant Field Values


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.