Modifier and Type | Class and Description |
---|---|
class |
DialPlanExtension
Represents an asterisk dial plan extension such as: [njr-operator]
njr-inbound,1,xxxxx In the above example njr-inbound is the dialplan
extension.
|
Modifier and Type | Method and Description |
---|---|
EndPoint |
PBX.buildEndPoint(String fullyQualifiedEndPointName)
Builds an end point from a fully qualified end point name.
|
EndPoint |
PBX.buildEndPoint(TechType defaultTech,
String endPointName)
Builds an iEndPoint from an end point name.
|
EndPoint |
PBX.buildEndPoint(TechType tech,
Trunk trunk,
String endPointName) |
EndPoint |
Channel.getEndPoint() |
EndPoint |
PBX.getExtensionAgi() |
EndPoint |
CallImpl.getParkingLot() |
EndPoint |
CallStateDataTransfer.getTransferTarget() |
EndPoint |
CallImpl.getTransferTarget()
The current transfer target.
|
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.
|
int |
DialPlanExtension.compareTo(EndPoint rhs) |
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.
|
Channel |
PBX.getChannelByEndPoint(EndPoint endPoint)
Returns the channel currently attached to the given end point, if one
exists.
|
boolean |
Channel.isConnectedTo(EndPoint endPoint)
Returns true if the given endpont is currently connected to this channel.
|
boolean |
EndPoint.isSame(EndPoint rhs) |
boolean |
DialPlanExtension.isSame(EndPoint rhs) |
boolean |
Channel.sameEndPoint(EndPoint extensionRoaming) |
Constructor and Description |
---|
CallStateDataParked(EndPoint parkingLot) |
CallStateDataTransfer(CallImpl.TransferType transferType,
EndPoint transferTarget,
CallerID transferTargetCallerID,
BlindTransferActivity transferActivity) |
Modifier and Type | Method and Description |
---|---|
EndPoint |
DialActivity.getAcceptingEndPoint()
Returns the end point which is being dialed.
|
EndPoint |
DialToAgiActivity.getOriginatingEndPoint() |
EndPoint |
DialActivity.getOriginatingEndPoint()
Returns the end point which originated the dial.
|
EndPoint |
ParkActivity.getParkingLot()
Returns the endpoint (parking lot) that the call was park on.
|
EndPoint |
BlindTransferActivity.getTransferTarget() |
Modifier and Type | Method and Description |
---|---|
void |
OriginateAction.setEndPoint(EndPoint endPoint) |
void |
OriginateAction.setExten(EndPoint extension) |
void |
RedirectAction.setExtraExten(EndPoint extraExten) |
Constructor and Description |
---|
RedirectAction(Channel channel,
String context,
EndPoint extension,
int priority) |
SipShowPeerAction(EndPoint peer) |
Modifier and Type | Method and Description |
---|---|
EndPoint |
OriginateResponseEvent.getEndPoint() |
EndPoint |
PeerStatusEvent.getPeer() |
EndPoint |
PeerEntryEvent.getPeer() |
Modifier and Type | Method and Description |
---|---|
EndPoint |
DialActivityImpl.getAcceptingEndPoint() |
EndPoint |
DialActivityImpl.getOriginatingEndPoint() |
EndPoint |
DialToAgiActivityImpl.getOriginatingEndPoint() |
EndPoint |
ParkActivityImpl.getParkingLot() |
EndPoint |
BlindTransferActivityImpl.getTransferTarget() |
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 |
EndPointImpl |
Modifier and Type | Method and Description |
---|---|
EndPoint |
AsteriskPBX.buildEndPoint(String fullyQualifiedEndPoint)
Builds an end point from a fully qualified end point name.
|
EndPoint |
AsteriskPBX.buildEndPoint(TechType defaultTech,
String endPointName)
Builds an end point from an end point name.
|
EndPoint |
AsteriskPBX.buildEndPoint(TechType defaultTech,
Trunk trunk,
String endPointName) |
EndPoint |
ChannelImpl.getEndPoint() |
EndPoint |
ChannelProxy.getEndPoint() |
EndPoint |
Peer.getEndPoint() |
EndPoint |
AsteriskPBX.getExtensionAgi() |
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) |
int |
EndPointImpl.compareTo(EndPoint rhs) |
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) |
Peer |
PeerMonitor.findPeer(EndPoint peerEndPoint) |
ChannelProxy |
LiveChannelManager.getChannelByEndPoint(EndPoint endPoint) |
Channel |
AsteriskPBX.getChannelByEndPoint(EndPoint endPoint) |
boolean |
ChannelImpl.isConnectedTo(EndPoint endPoint) |
boolean |
ChannelProxy.isConnectedTo(EndPoint endPoint) |
boolean |
EndPointImpl.isSame(EndPoint rhs) |
Peer |
PeerMonitor.registerPeer(EndPoint endPoint) |
boolean |
ChannelImpl.sameEndPoint(EndPoint rhs) |
boolean |
ChannelProxy.sameEndPoint(EndPoint extensionRoaming) |
Constructor and Description |
---|
DialLocalToAgiActivity(EndPoint from,
CallerID fromCallerID,
ActivityCallback<DialLocalToAgiActivity> callback,
Map<String,String> channelVarsToSet) |
Peer(EndPoint endPoint) |
Modifier and Type | Class and Description |
---|---|
class |
HoldAtAgi |
Modifier and Type | Method and Description |
---|---|
int |
HoldAtAgi.compareTo(EndPoint arg0) |
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.
|
boolean |
HoldAtAgi.isSame(EndPoint rhs) |
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) |
boolean |
RedirectCall.redirect(Channel channel,
EndPoint targetEndPoint,
String context,
boolean autoAnswer) |
boolean |
RedirectCall.redirectToVoicemail(Channel channel,
EndPoint mailbox) |
Copyright © 2004–2020. All rights reserved.