|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the implementation specific provider class like for example
ProtocolProviderServiceSipImpl.public interface OperationSetAdvancedTelephony<T extends ProtocolProviderService>
Extends OperationSetBasicTelephony with advanced telephony
operations such as call transfer.
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony |
|---|
HANGUP_REASON_ENCRYPTION_REQUIRED, HANGUP_REASON_NORMAL_CLEARING, HANGUP_REASON_TIMEOUT, MAX_MEDIA_PORT_NUMBER_PROPERTY_NAME, MIN_MEDIA_PORT_NUMBER_PROPERTY_NAME |
| Method Summary | |
|---|---|
void |
setTransferAuthority(TransferAuthority authority)
Transfer authority used for interacting with user for unknown call transfer requests. |
void |
transfer(CallPeer peer,
CallPeer target)
Transfers (in the sense of call transfer) a specific CallPeer to a specific callee address which already participates in an active Call. |
void |
transfer(CallPeer peer,
String target)
Transfers (in the sense of call transfer) a specific CallPeer to a specific callee address which may or may not already be participating in an active Call. |
| Methods inherited from interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony |
|---|
addCallListener, answerCallPeer, createCall, createCall, createCall, createCall, createRecorder, getActiveCalls, getProtocolProvider, hangupCallPeer, hangupCallPeer, putOffHold, putOnHold, removeCallListener, setMute |
| Method Detail |
|---|
void transfer(CallPeer peer,
CallPeer target)
throws OperationFailedException
The method is suitable for providing the implementation of attended call transfer (though no such requirement is imposed).
peer - the CallPeer to be transfered to the specified
callee addresstarget - the address in the form of CallPeer of the callee
to transfer peer to
OperationFailedException - if something goes wrong.
void transfer(CallPeer peer,
String target)
throws OperationFailedException
The method is suitable for providing the implementation of unattended call transfer (though no such requirement is imposed).
peer - the CallPeer to be transfered to the specified
callee addresstarget - the address of the callee to transfer peer to
OperationFailedException - if something goes wrong.void setTransferAuthority(TransferAuthority authority)
authority - transfer authority asks user for accepting a particular
transfer request.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||