| Package | Description |
|---|---|
| org.asteriskjava.pbx | |
| org.asteriskjava.pbx.internal.activity | |
| org.asteriskjava.pbx.internal.core |
| Modifier and Type | Method and Description |
|---|---|
JoinActivity |
PBX.join(Call lhs,
Call.OperandChannel originatingOperand,
Call rhs,
Call.OperandChannel acceptingOperand,
CallDirection direction)
Joins two calls not returning until the join completes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PBX.join(Call lhs,
Call.OperandChannel originatingOperand,
Call rhs,
Call.OperandChannel acceptingOperand,
CallDirection direction,
ActivityCallback<JoinActivity> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
JoinActivityImpl
The JoinActivity is used by the AsteriksPBX implementation to Join two
channels into a single call.
|
| Constructor and Description |
|---|
JoinActivityImpl(Call lhsCall,
Call.OperandChannel originatingOperand,
Call rhsCall,
Call.OperandChannel acceptingOperand,
CallDirection direction,
ActivityCallback<JoinActivity> listener)
Joins a specific channel from this call with a specific channel from
another call which results in a new Call object being created.
|
| Modifier and Type | Method and Description |
|---|---|
JoinActivity |
AsteriskPBX.join(Call lhs,
Call.OperandChannel originatingOperand,
Call rhs,
Call.OperandChannel acceptingOperand,
CallDirection direction)
Joins two calls not returning until the join completes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsteriskPBX.join(Call lhs,
Call.OperandChannel originatingOperand,
Call rhs,
Call.OperandChannel acceptingOperand,
CallDirection direction,
ActivityCallback<JoinActivity> listener)
Joins two calls not returning until the join completes.
|
Copyright © 2004–2022. All rights reserved.