|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CiscoConsultCallActiveEv
The CiscoConsultCallActiveEv
event interface extends the JTAPI
CallActiveEv
event. This event indicates that the state of the call object changed
to Call.ACTIVE
and that the call was initiated as a result of a consultative
transfer or consultative conference operation (manual or programmatic). Applications can obtain
the consulting TerminalConnection on the original (consulting) call by using the
CiscoConsultCall.getConsultingTerminalConnection
method.
The system reports this event to applications via the CallObserver
interface.
Call
,
CallObserver
,
CallActiveEv
Field Summary | |
---|---|
static int |
ID
|
Fields inherited from interface javax.telephony.events.Ev |
---|
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN |
Method Summary | |
---|---|
javax.telephony.TerminalConnection |
getHeldTerminalConnection()
Deprecated. Replaced by CiscoConsultCall.getConsultingTerminalConnection() |
Methods inherited from interface com.cisco.jtapi.extensions.CiscoCallEv |
---|
getCiscoCause, getCiscoFeatureReason |
Methods inherited from interface javax.telephony.events.CallEv |
---|
getCall |
Methods inherited from interface javax.telephony.events.Ev |
---|
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Field Detail |
---|
static final int ID
Method Detail |
---|
javax.telephony.TerminalConnection getHeldTerminalConnection()
Returns the consulting TerminalConnection that was used to create this CiscoConsultCall.
You can use this method to correlate a consultation call with its original call. The original call does not have any methods that you can use to determine the consultation call, if any, to which it is related.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |