Package | Description |
---|---|
org.asteriskjava.pbx | |
org.asteriskjava.pbx.activities | |
org.asteriskjava.pbx.internal.activity | |
org.asteriskjava.pbx.internal.core |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityCallback<T extends Activity>
Provides a generic callback mechansim which allows tracking of the progress
of any of the async methods provided by iPBX.
|
class |
CompletionAdaptor<T extends Activity>
This is a utility class designed to wait for an activity to complete.
|
Modifier and Type | Method and Description |
---|---|
void |
PBX.conference(Channel channelOne,
Channel channelTwo,
Channel channelThree,
ActivityCallback<Activity> callback)
Sends a DTMF tone to the given channel.
|
void |
PBX.hangup(Channel channel,
ActivityCallback<Activity> callback)
Hangs up the given channel.
|
void |
PBX.sendDTMF(Channel channel,
DTMFTone tone,
ActivityCallback<Activity> callback)
Sends a DTMF tone to the given channel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlindTransferActivity |
interface |
BridgeActivity |
interface |
DialActivity |
interface |
DialToAgiActivity |
interface |
HoldActivity |
interface |
JoinActivity |
interface |
ParkActivity |
interface |
RedirectToActivity |
interface |
SplitActivity |
Modifier and Type | Class and Description |
---|---|
class |
ActivityHelper<T extends Activity> |
Modifier and Type | Class and Description |
---|---|
class |
ActivityHelper<T extends Activity> |
class |
BlindTransferActivityImpl
The BlindTransferActivity is used by the AsteriksPBX to transfer a live
channel to an endpoint that may need to be dialed.
|
class |
BridgeActivityImpl |
class |
DialActivityImpl |
class |
DialToAgiActivityImpl |
class |
HoldActivityImpl |
class |
JoinActivityImpl
The JoinActivity is used by the AsteriksPBX implementation to Join two
channels into a single call.
|
class |
ParkActivityImpl
The ParkActivity is used by the AsteriksPBX implementation to park a channel.
|
class |
RedirectToActivityImpl
The SplitActivity is used by the AsteriksPBX to split a call and place the
component channels into the specialist Activity fastagi.
|
class |
SplitActivityImpl
The SplitActivity is used by the AsteriksPBX to split a call and place the
component channels into the specialist Activity fastagi.
|
Modifier and Type | Class and Description |
---|---|
class |
DialLocalToAgiActivity |
Modifier and Type | Method and Description |
---|---|
void |
AsteriskPBX.conference(Channel channelOne,
Channel channelTwo,
Channel channelThree,
ActivityCallback<Activity> callback) |
void |
AsteriskPBX.hangup(Channel channel,
ActivityCallback<Activity> callback) |
void |
AsteriskPBX.sendDTMF(Channel channel,
DTMFTone tone,
ActivityCallback<Activity> callback) |
Copyright © 2004–2017. All rights reserved.