| Package | Description |
|---|---|
| org.asteriskjava.pbx | |
| org.asteriskjava.pbx.internal.core | |
| org.asteriskjava.pbx.internal.managerAPI |
| Modifier and Type | Method and Description |
|---|---|
TechType |
DialPlanExtension.getTech() |
TechType |
EndPoint.getTech()
Returns the Tech that is used to reach this endpoint.
|
static TechType |
TechType.getTech(String fullyQualifiedEndPoint)
Extracts the technology from a fully qualified endpoint string of the form:
TECH/NNNN
|
static TechType |
TechType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TechType[] |
TechType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EndPoint |
PBX.buildEndPoint(TechType defaultTech,
String endPointName)
Builds an iEndPoint from an end point name.
|
EndPoint |
PBX.buildEndPoint(TechType tech,
Trunk trunk,
String endPointName) |
| Modifier and Type | Method and Description |
|---|---|
TechType |
EndPointImpl.getTech() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
EndPointImpl(TechType defaultTech,
String endPointName)
Creates an EndPoint from from a simple endpoint name and a tech.
|
EndPointImpl(TechType defaultTech,
Trunk trunk,
String endPointName) |
| Modifier and Type | Method and Description |
|---|---|
TechType |
HoldAtAgi.getTech() |
Copyright © 2004–2020. All rights reserved.