public interface Call
Modifier and Type | Interface and Description |
---|---|
static class |
Call.OperandChannel
Used to identify which channel of a call an operation is to be performed
on.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canSplit()
Returns true of the Call can be split into two (or more) separate calls.
|
boolean |
contains(Channel channel) |
Channel |
getAcceptingParty() |
CallerID |
getAcceptingPartyCallerID() |
Date |
getCallStartTime() |
List<Channel> |
getChannels()
Returns a list of the Channels associated with this call.
|
CallDirection |
getDirection()
Returns the direction of the call.
|
Channel |
getLocalParty()
This method use the CallDirection to determine which leg of the call is
the local call and which is the called/calling party.
|
Channel |
getOperandChannel(Call.OperandChannel lhs)
retrieves the channel associated with the give Operand.
|
Channel |
getOriginatingParty() |
CallerID |
getOriginatingPartyCallerID() |
Channel |
getRemoteParty()
This method use the CallDirection to determine which leg of the call is
the local call and which is the called/calling party.
|
CallerID |
getRemotePartyCallerID() |
Channel |
getTransferTargetParty() |
boolean contains(Channel channel)
CallerID getAcceptingPartyCallerID()
CallerID getOriginatingPartyCallerID()
CallerID getRemotePartyCallerID()
Date getCallStartTime()
Channel getOriginatingParty()
Channel getAcceptingParty()
Channel getTransferTargetParty()
Channel getOperandChannel(Call.OperandChannel lhs)
lhs
- Channel getRemoteParty()
Channel getLocalParty()
boolean canSplit()
CallDirection getDirection()
Copyright © 2004–2020. All rights reserved.