public enum MgcpResponseCode extends Enum<MgcpResponseCode>
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static MgcpResponseCode |
fromCode(int code) |
String |
message() |
static MgcpResponseCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MgcpResponseCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MgcpResponseCode ACKNOWLEDGEMENT
public static final MgcpResponseCode TRANSACTION_BEING_EXECUTED
public static final MgcpResponseCode TRANSACTION_BEEN_QUEUED
public static final MgcpResponseCode TRANSACTION_WAS_EXECUTED
public static final MgcpResponseCode CONNECTION_WAS_DELETED
public static final MgcpResponseCode TRANSIENT_ERROR
public static final MgcpResponseCode INSUFFICIENT_RESOURCES
public static final MgcpResponseCode INSUFFICIENT_BANDWIDTH
public static final MgcpResponseCode ENDPOINT_RESTARTING
public static final MgcpResponseCode TIMEOUT
public static final MgcpResponseCode ABORTED
public static final MgcpResponseCode OVERLOADED
public static final MgcpResponseCode ENDPOINT_NOT_AVAILABLE
public static final MgcpResponseCode ENDPOINT_UNKNOWN
public static final MgcpResponseCode ENDPOINT_NOT_READY
public static final MgcpResponseCode ENDPOINT_DOES_NOT_HAVE_RESOURCES
public static final MgcpResponseCode WILDCARD_TOO_COMPLICATED
public static final MgcpResponseCode UNKNOWN_OR_UNSUPPORTED_COMMAND
public static final MgcpResponseCode UNSUPPORTED_SDP
public static final MgcpResponseCode REMOTE_SDP_AND_LOCAL_OPTION_CONFLICT
public static final MgcpResponseCode UNSUPPORTED_FUNCTIONALITY
public static final MgcpResponseCode UNKNOWN_QUARANTINE_HANDLING
public static final MgcpResponseCode ERROR_IN_SDP
public static final MgcpResponseCode PROTOCOL_ERROR
public static final MgcpResponseCode UNKNOWN_EXTENSION
public static final MgcpResponseCode CANNOT_DETECT_EVENT
public static final MgcpResponseCode CANNOT_GENERATE_SIGNAL
public static final MgcpResponseCode CANNOT_SEND_ANNOUNCEMENT
public static final MgcpResponseCode INCORRECT_CONNECTION_ID
public static final MgcpResponseCode INCORRECT_CALL_ID
public static final MgcpResponseCode INVALID_OR_UNSUPPORTED_MODE
public static final MgcpResponseCode UNKNOWN_PACKAGE
public static final MgcpResponseCode NO_SUCH_EVENT_OR_SIGNAL
public static final MgcpResponseCode INTERNAL_INCONSISTENCY_IN_LOCAL_SDP
public static final MgcpResponseCode MISSING_REMOTE_CONNECTION_DESCRIPTOR
public static final MgcpResponseCode CODEC_NEGOTIATION_FAILURE
public static final MgcpResponseCode EVENT_OR_SIGNAL_PARAMETER_ERROR
public static MgcpResponseCode[] values()
for (MgcpResponseCode c : MgcpResponseCode.values()) System.out.println(c);
public static MgcpResponseCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int code()
public String message()
public static final MgcpResponseCode fromCode(int code)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.