public final class CallTerminationCause extends Enum
Modifier and Type | Field and Description |
---|---|
static CallTerminationCause |
ABANDONED
Calling party abandoned call before it was answered.
|
static CallTerminationCause |
AFTER_ANSWER
Call ended normally after it was answered.
|
static CallTerminationCause |
ALTERNATIVE_TARGET
Called target suggested to try alternative target.
|
static CallTerminationCause |
APPLICATION_DROPPED
A snap-in dropped the call or a participant
|
static CallTerminationCause |
MEDIA_SERVER_FAILURE
Media server failure.
|
static CallTerminationCause |
NETWORK_FAILED
Received network failure indication trying to reach target.
|
static CallTerminationCause |
NETWORK_SUGGESTED_RETRY
Received network failure trying to reach target, but suggested to try again with negotiated parameters.
|
static CallTerminationCause |
NOT_DETERMINED
Error case where CMA code failed to provide a cause.
|
static CallTerminationCause |
PARTICIPANT_DROPPED
The participant left the call (the participant hung up).
|
static CallTerminationCause |
REJECTED
The called party rejected the call
|
static CallTerminationCause |
SYSTEM_FAILED
System failure encountered attempting to reach target.
|
static CallTerminationCause |
TARGET_BLOCKED
Called target blocked call.
|
static CallTerminationCause |
TARGET_BUSY
Called target was busy.
|
static CallTerminationCause |
TARGET_DID_NOT_RESPOND
Called target did not respond.
|
static CallTerminationCause |
TARGET_DOES_NOT_EXIST
Called target was not found.
|
static CallTerminationCause |
TEMPORARILY_UNAVAILABLE
The called party rejected the call indicating it is temporarily unavailable.
|
static CallTerminationCause |
UNSUPPORTED_MEDIA_TYPE
Unsupported media type
|
public static final CallTerminationCause AFTER_ANSWER
public static final CallTerminationCause ABANDONED
public static final CallTerminationCause ALTERNATIVE_TARGET
public static final CallTerminationCause TARGET_DOES_NOT_EXIST
public static final CallTerminationCause TARGET_BUSY
public static final CallTerminationCause TARGET_DID_NOT_RESPOND
public static final CallTerminationCause NETWORK_FAILED
public static final CallTerminationCause NETWORK_SUGGESTED_RETRY
public static final CallTerminationCause SYSTEM_FAILED
public static final CallTerminationCause TARGET_BLOCKED
public static final CallTerminationCause UNSUPPORTED_MEDIA_TYPE
public static final CallTerminationCause NOT_DETERMINED
public static final CallTerminationCause APPLICATION_DROPPED
public static final CallTerminationCause TEMPORARILY_UNAVAILABLE
public static final CallTerminationCause PARTICIPANT_DROPPED
public static final CallTerminationCause MEDIA_SERVER_FAILURE
public static final CallTerminationCause REJECTED
public static CallTerminationCause[] values()
public static CallTerminationCause valueOf(String name)
public String getValue()
Copyright © 2016 Avaya. All Rights Reserved.