Package | Description |
---|---|
org.asteriskjava |
The Asterisk-Java command line interface.
|
org.asteriskjava.manager |
Provides an implementaion of Asterisk's Manager API.
|
org.asteriskjava.manager.internal |
Provides private implementations for interfaces defined in the
org.asteriskjava.manager package.
|
Modifier and Type | Field and Description |
---|---|
static AsteriskVersion |
AsteriskVersion.ASTERISK_1_0
Represents the Asterisk 1.0 series.
|
static AsteriskVersion |
AsteriskVersion.ASTERISK_1_2
Represents the Asterisk 1.2 series.
|
static AsteriskVersion |
AsteriskVersion.ASTERISK_1_4
Represents the Asterisk 1.4 series.
|
static AsteriskVersion |
AsteriskVersion.ASTERISK_1_6
Represents the Asterisk 1.6 series.
|
static AsteriskVersion |
AsteriskVersion.ASTERISK_1_8
Represents the Asterisk 1.8 series.
|
static AsteriskVersion |
AsteriskVersion.ASTERISK_10
Represents the Asterisk 10 series.
|
static AsteriskVersion |
AsteriskVersion.ASTERISK_11
Represents the Asterisk 11 series.
|
Modifier and Type | Method and Description |
---|---|
int |
AsteriskVersion.compareTo(AsteriskVersion o) |
boolean |
AsteriskVersion.isAtLeast(AsteriskVersion o)
Returns
true if this version is equal to or higher than
the given version. |
Modifier and Type | Method and Description |
---|---|
AsteriskVersion |
DefaultManagerConnection.getVersion() |
AsteriskVersion |
ManagerConnection.getVersion()
Returns the version of Asterisk running in the server.
|
Modifier and Type | Method and Description |
---|---|
protected AsteriskVersion |
ManagerConnectionImpl.determineVersion() |
AsteriskVersion |
ManagerConnectionImpl.getVersion() |
Modifier and Type | Method and Description |
---|---|
void |
ManagerWriter.setTargetVersion(AsteriskVersion targetVersion)
Sets the version of the target Asterisk server.
|
void |
ManagerWriterImpl.setTargetVersion(AsteriskVersion version) |
Copyright © 2004–2016. All rights reserved.