Modifier and Type | Method and Description |
---|---|
CallerID |
PBX.buildCallerID(String number,
String name) |
CallerID |
Call.getAcceptingPartyCallerID() |
CallerID |
CallImpl.getAcceptingPartyCallerID() |
CallerID |
Channel.getCallerID()
Returns the current callerid for this channel.
|
CallerID |
Call.getOriginatingPartyCallerID() |
CallerID |
CallStateDataNewInbound.getOriginatingPartyCallerID() |
CallerID |
CallImpl.getOriginatingPartyCallerID() |
CallerID |
Call.getRemotePartyCallerID() |
CallerID |
CallImpl.getRemotePartyCallerID() |
CallerID |
CallStateDataTransfer.getTransferTargetCallerID() |
CallerID |
CallImpl.getTransferTargetCallerID() |
Modifier and Type | Method and Description |
---|---|
BlindTransferActivity |
PBX.blindTransfer(Call call,
Call.OperandChannel channelToTransfer,
EndPoint transferTarget,
CallerID toCallerID,
boolean autoAnswer,
long timeout)
The BlindTransferActivity is used by the AsteriksPBX to transfer a live
channel to an endpoint that may need to be dialed.
|
void |
PBX.blindTransfer(Call call,
Call.OperandChannel channelToTransfer,
EndPoint transferTarget,
CallerID toCallerID,
boolean autoAnswer,
long timeout,
ActivityCallback<BlindTransferActivity> callback)
The BlindTransferActivity is used by the AsteriksPBX to transfer a live
channel to an endpoint that may need to be dialed.
|
void |
CallImpl.callDialedOut(Channel remoteChannel,
CallerID fromClid,
CallerID toClid)
Call this method to indicate that this is an outbound call originated by
this NJR instance.
|
DialActivity |
PBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID)
Dials the given phone number using the specified trunk.
|
void |
PBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID,
ActivityCallback<DialActivity> callback)
Dials the given phone number using the specified trunk.
|
void |
Channel.setCallerId(CallerID buildCallerID) |
Constructor and Description |
---|
CallStateDataNewInbound(String fromDID,
CallerID originatingPartyCallerID) |
CallStateDataTransfer(CallImpl.TransferType transferType,
EndPoint transferTarget,
CallerID transferTargetCallerID,
BlindTransferActivity transferActivity) |
Modifier and Type | Method and Description |
---|---|
CallerID |
BlindTransferActivity.getTransferTargetCallerID() |
Modifier and Type | Method and Description |
---|---|
void |
OriginateAction.setCallerId(CallerID callerID) |
Modifier and Type | Method and Description |
---|---|
CallerID |
StatusEvent.getCallerId() |
CallerID |
MeetMeLeaveEvent.getCallerID() |
CallerID |
MeetMeJoinEvent.getCallerID() |
Modifier and Type | Method and Description |
---|---|
CallerID |
BlindTransferActivityImpl.getTransferTargetCallerID() |
Constructor and Description |
---|
BlindTransferActivityImpl(Call call,
Call.OperandChannel channelToTransfer,
EndPoint transferTarget,
CallerID toCallerID,
boolean autoAnswer,
long timeout,
ActivityCallback<BlindTransferActivity> listener)
Blind transfers a live channel to a given endpoint which may need to be
dialed.
|
BlindTransferActivityImpl(Channel agentChannel,
EndPoint transferTarget,
CallerID toCallerID,
boolean autoAnswer,
int timeout,
ActivityCallback<BlindTransferActivity> iCallback) |
DialActivityImpl(EndPoint originating,
EndPoint accepting,
CallerID toCallerID,
boolean hideToCallerID,
ActivityCallback<DialActivity> listener,
Map<String,String> channelVarsToSet) |
DialToAgiActivityImpl(EndPoint originating,
CallerID toCallerID,
Integer timeout,
boolean hideToCallerID,
ActivityCallback<DialToAgiActivity> listener,
Map<String,String> channelVarsToSet,
AgiChannelActivityAction action) |
Modifier and Type | Class and Description |
---|---|
class |
CallerIDImpl |
Modifier and Type | Method and Description |
---|---|
static CallerID |
CallerIDImpl.buildFromComponents(String firstname,
String lastname,
String number)
This is a little helper class which will buid the name component of a
clid from the first and lastnames.
|
Modifier and Type | Method and Description |
---|---|
CallerID |
AsteriskPBX.buildCallerID(AbstractChannelEvent event)
Convenience method to build a call id from an event.
|
CallerID |
AsteriskPBX.buildCallerID(String number,
String name) |
CallerID |
ChannelImpl.getCallerID() |
CallerID |
ChannelProxy.getCallerID() |
Modifier and Type | Method and Description |
---|---|
BlindTransferActivity |
AsteriskPBX.blindTransfer(Call call,
Call.OperandChannel channelToTransfer,
EndPoint transferTarget,
CallerID toCallerID,
boolean autoAnswer,
long timeout) |
void |
AsteriskPBX.blindTransfer(Call call,
Call.OperandChannel channelToTransfer,
EndPoint transferTarget,
CallerID toCallerID,
boolean autoAnswer,
long timeout,
ActivityCallback<BlindTransferActivity> listener) |
BlindTransferActivity |
AsteriskPBX.blindTransfer(Channel agentChannel,
EndPoint transferTarget,
CallerID toCallerID,
boolean autoAnswer,
int timeout,
ActivityCallback<BlindTransferActivity> iCallback) |
DialActivity |
AsteriskPBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID) |
void |
AsteriskPBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID,
ActivityCallback<DialActivity> callback) |
DialActivity |
AsteriskPBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID,
ActivityCallback<DialActivity> callback,
Map<String,String> channelVarsToSet) |
DialLocalToAgiActivity |
AsteriskPBX.dialLocalToAgi(EndPoint from,
CallerID fromCallerID,
ActivityCallback<DialLocalToAgiActivity> callback,
Map<String,String> channelVarsToSet) |
DialToAgiActivityImpl |
AsteriskPBX.dialToAgi(EndPoint endPoint,
CallerID callerID,
AgiChannelActivityAction action,
ActivityCallback<DialToAgiActivity> iCallback) |
DialToAgiActivityImpl |
AsteriskPBX.dialToAgiWithAbort(EndPoint endPoint,
CallerID callerID,
int timeout,
AgiChannelActivityAction action,
ActivityCallback<DialToAgiActivity> iCallback) |
void |
ChannelImpl.setCallerId(CallerID callerId) |
void |
ChannelProxy.setCallerId(CallerID callerId) |
Constructor and Description |
---|
DialLocalToAgiActivity(EndPoint from,
CallerID fromCallerID,
ActivityCallback<DialLocalToAgiActivity> callback,
Map<String,String> channelVarsToSet) |
Modifier and Type | Method and Description |
---|---|
OriginateResult[] |
DialToAgi.dial(NewChannelListener listener,
EndPoint localHandset,
AgiChannelActivityAction action,
CallerID callerID,
Integer timeout,
boolean hideCallerId,
Map<String,String> channelVarsToSet)
Dials the targetEndPoint connecting the call to the localHandset.
|
OriginateResult[] |
Dial.dial(NewChannelListener listener,
EndPoint localHandset,
EndPoint targetEndPoint,
String dialContext,
CallerID callerID,
boolean hideCallerId,
Map<String,String> channelVarsToSet)
Dials the targetEndPoint connecting the call to the localHandset.
|
OriginateResult |
OriginateToExtension.originate(EndPoint localHandset,
EndPoint targetExtension,
boolean autoAnswer,
CallerID callerID,
String context) |
OriginateResult |
OriginateToExtension.originate(EndPoint localHandset,
EndPoint targetExtension,
boolean autoAnswer,
String context,
CallerID callerID,
Integer timeout,
boolean hideCallerId,
Map<String,String> channelVarsToSet) |
Copyright © 2004–2020. All rights reserved.