Schnittstelle ExtendedCallControlCall
- Alle Superschnittstellen:
javax.telephony.Call
,javax.telephony.callcontrol.CallControlCall
- Alle bekannten Implementierungsklassen:
CallImpl
public interface ExtendedCallControlCall
extends javax.telephony.callcontrol.CallControlCall
Interface for Call objects that support extended (non-standard JTAPI) features.
Copyright (c) 2003, 2007, 2025 ilink Kommunikationssysteme GmbH
-
Feldübersicht
Von Schnittstelle geerbte Felder javax.telephony.Call
ACTIVE, IDLE, INVALID
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
alternateCall
(javax.telephony.Call aCall) Alternates the held state between the held call and the active call.void
blindTransfer
(javax.telephony.Call aCall) Transfers the remote connections of this call and the given remote call to a new call.void
Invokes a Callback request on the current callVon Schnittstelle geerbte Methoden javax.telephony.Call
addCallListener, addObserver, connect, getCallCapabilities, getCallListeners, getCapabilities, getConnections, getObservers, getProvider, getState, removeCallListener, removeObserver
Von Schnittstelle geerbte Methoden javax.telephony.callcontrol.CallControlCall
addParty, conference, consult, consult, drop, getCalledAddress, getCallingAddress, getCallingTerminal, getConferenceController, getConferenceEnable, getLastRedirectedAddress, getTransferController, getTransferEnable, offHook, setConferenceController, setConferenceEnable, setTransferController, setTransferEnable, transfer, transfer
-
Methodendetails
-
blindTransfer
void blindTransfer(javax.telephony.Call aCall) throws javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidPartyException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException Transfers the remote connections of this call and the given remote call to a new call. NOTE: This private implementation performs a blind transfer without checking whether the consultation call has been connected.
It is to some extent a "soft" implementation of a single step transfer.- Parameter:
aCall
- The second to transfer.- Löst aus:
javax.telephony.InvalidStateException
javax.telephony.InvalidArgumentException
javax.telephony.InvalidPartyException
javax.telephony.MethodNotSupportedException
javax.telephony.PrivilegeViolationException
javax.telephony.ResourceUnavailableException
- Siehe auch:
-
alternateCall
void alternateCall(javax.telephony.Call aCall) throws javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidPartyException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException Alternates the held state between the held call and the active call. It is to some extent a "soft" implementation of a alternate call feature.- Parameter:
aCall
- Secondary Call. The call which currently active, will be held upon success.- Löst aus:
javax.telephony.InvalidStateException
javax.telephony.InvalidArgumentException
javax.telephony.InvalidPartyException
javax.telephony.MethodNotSupportedException
javax.telephony.PrivilegeViolationException
javax.telephony.ResourceUnavailableException
- Siehe auch:
-
callBackCall
void callBackCall() throws javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidPartyException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableExceptionInvokes a Callback request on the current call- Löst aus:
javax.telephony.InvalidStateException
javax.telephony.InvalidArgumentException
javax.telephony.InvalidPartyException
javax.telephony.MethodNotSupportedException
javax.telephony.PrivilegeViolationException
javax.telephony.ResourceUnavailableException
- Siehe auch:
-