Package | Description |
---|---|
org.asteriskjava.config |
Provides classes to manage the configuration of an Asterisk server.
|
org.asteriskjava.config.dialplan |
Provides classes to manage the dialplan of an Asterisk server.
|
org.asteriskjava.live |
Provides a higher level API on top of Asterisk's Manager API.
|
org.asteriskjava.live.internal |
Provides private implementations and helper classes for interfaces
defined in the org.asteriskjava.live package.
|
Modifier and Type | Method and Description |
---|---|
ConfigFile |
ConfigFileReader.readFile(String configfile) |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionsConfigFile |
Modifier and Type | Method and Description |
---|---|
ConfigFile |
AsteriskServer.getConfig(String filename)
Reads the given Asterisk configuration file.
|
ConfigFile |
DefaultAsteriskServer.getConfig(String filename) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigFileImpl
ConfigFile implementation based on the config actions of the Manager API.
|
Modifier and Type | Method and Description |
---|---|
ConfigFile |
AsteriskServerImpl.getConfig(String filename) |
Copyright © 2004–2016. All rights reserved.