Package | Description |
---|---|
com.avaya.collaboration.call |
Provides classes and interfaces for dealing with call.
|
Modifier and Type | Field and Description |
---|---|
static CallTerminationCause |
CallTerminationCause.ABANDONED
Calling party abandoned call before it was answered.
|
static CallTerminationCause |
CallTerminationCause.AFTER_ANSWER
Call ended normally after it was answered.
|
static CallTerminationCause |
CallTerminationCause.ALTERNATIVE_TARGET
Called target suggested to try alternative target.
|
static CallTerminationCause |
CallTerminationCause.APPLICATION_DROPPED
A snap-in dropped the call or a participant
|
static CallTerminationCause |
CallTerminationCause.MEDIA_SERVER_FAILURE
Media server failure.
|
static CallTerminationCause |
CallTerminationCause.NETWORK_FAILED
Received network failure indication trying to reach target.
|
static CallTerminationCause |
CallTerminationCause.NETWORK_SUGGESTED_RETRY
Received network failure trying to reach target, but suggested to try again with negotiated parameters.
|
static CallTerminationCause |
CallTerminationCause.NOT_DETERMINED
Error case where CMA code failed to provide a cause.
|
static CallTerminationCause |
CallTerminationCause.PARTICIPANT_DROPPED
The participant left the call (the participant hung up).
|
static CallTerminationCause |
CallTerminationCause.REJECTED
The called party rejected the call
|
static CallTerminationCause |
CallTerminationCause.SYSTEM_FAILED
System failure encountered attempting to reach target.
|
static CallTerminationCause |
CallTerminationCause.TARGET_BLOCKED
Called target blocked call.
|
static CallTerminationCause |
CallTerminationCause.TARGET_BUSY
Called target was busy.
|
static CallTerminationCause |
CallTerminationCause.TARGET_DID_NOT_RESPOND
Called target did not respond.
|
static CallTerminationCause |
CallTerminationCause.TARGET_DOES_NOT_EXIST
Called target was not found.
|
static CallTerminationCause |
CallTerminationCause.TEMPORARILY_UNAVAILABLE
The called party rejected the call indicating it is temporarily unavailable.
|
static CallTerminationCause |
CallTerminationCause.UNSUPPORTED_MEDIA_TYPE
Unsupported media type
|
Modifier and Type | Method and Description |
---|---|
static CallTerminationCause |
CallTerminationCause.valueOf(String name) |
static CallTerminationCause[] |
CallTerminationCause.values() |
Modifier and Type | Method and Description |
---|---|
void |
CallListenerAbstract.addParticipantFailed(Call call,
Participant failedParticipant,
CallTerminationCause cause)
Indicates that the addParticipant call failed
|
void |
CallListener.addParticipantFailed(Call call,
Participant failedParticipant,
CallTerminationCause cause)
Indicates that an attempt to add a participant to the call failed.
|
void |
CallListenerAbstract.callTerminated(Call call,
CallTerminationCause cause)
Indicates that the call has terminated (ended).
|
void |
CallListener.callTerminated(Call call,
CallTerminationCause cause)
Indicates that the call has terminated (ended).
|
void |
CallListenerAbstract.participantDropped(Call call,
Participant droppedParticipant,
CallTerminationCause cause)
Indicates that a participant in
Call dropped out of the call or was dropped
from the call. |
void |
CallListener.participantDropped(Call call,
Participant droppedParticipant,
CallTerminationCause cause)
Indicates that a participant in
Call dropped out of the call or
was dropped from the call. |
Copyright © 2023 Avaya. All rights reserved.