| Package | Description |
|---|---|
| org.asteriskjava.pbx | |
| org.asteriskjava.pbx.internal.activity | |
| org.asteriskjava.pbx.internal.core |
| Modifier and Type | Method and Description |
|---|---|
ParkActivity |
PBX.park(Call call,
Channel parkChannel)
Parks a call by moving the parkChannel to the parking lot and hanging up
the hangupChannel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PBX.park(Call call,
Channel parkChannel,
ActivityCallback<ParkActivity> callback)
Parks a call by moving the parkChannel to the parking lot and hanging up
the hangupChannel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParkActivityImpl
The ParkActivity is used by the AsteriksPBX implementation to park a channel.
|
| Constructor and Description |
|---|
ParkActivityImpl(Call call,
Channel parkChannel,
ActivityCallback<ParkActivity> listener) |
| Modifier and Type | Method and Description |
|---|---|
ParkActivity |
AsteriskPBX.park(Call call,
Channel parkChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsteriskPBX.park(Call call,
Channel parkChannel,
ActivityCallback<ParkActivity> callback) |
Copyright © 2004–2020. All rights reserved.