Package | Description |
---|---|
org.asteriskjava.pbx | |
org.asteriskjava.pbx.internal.activity | |
org.asteriskjava.pbx.internal.core |
Modifier and Type | Method and Description |
---|---|
CallDirection |
Call.getDirection()
Returns the direction of the call.
|
CallDirection |
CallImpl.getDirection() |
static CallDirection |
CallDirection.valueOf(int dbValue) |
static CallDirection |
CallDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallDirection[] |
CallDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CallImpl |
CallImpl.join(Call.OperandChannel originatingOperand,
Call rhs,
Call.OperandChannel acceptingOperand,
CallDirection direction)
Joins a specific channel from this call with a specific channel from
another call which results in a new Call object being created.
|
JoinActivity |
PBX.join(Call lhs,
Call.OperandChannel originatingOperand,
Call rhs,
Call.OperandChannel acceptingOperand,
CallDirection direction)
Joins two calls not returning until the join completes.
|
void |
PBX.join(Call lhs,
Call.OperandChannel originatingOperand,
Call rhs,
Call.OperandChannel acceptingOperand,
CallDirection direction,
ActivityCallback<JoinActivity> listener) |
Constructor and Description |
---|
CallImpl(Channel originatingChannel,
CallDirection direction) |
CallImpl(Channel originatingChannel,
Channel acceptingChannel,
CallDirection direction) |
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.
|
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.