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.
|
Modifier and Type | Class and Description |
---|---|
class |
Category |
class |
ConfigDirective |
class |
ConfigVariable |
class |
ExecDirective |
class |
IncludeDirective |
Modifier and Type | Method and Description |
---|---|
protected ConfigElement |
ConfigFileReader.processTextLine(String configfile,
int lineno,
String line) |
Modifier and Type | Method and Description |
---|---|
List<ConfigElement> |
Category.getElements() |
Modifier and Type | Method and Description |
---|---|
void |
Category.addElement(ConfigElement element) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigExtension
Represents the dial plan extension as a specific kind of configuration
directive This class makes no interpretation of syntax checking of names,
priorities, or application (for now).
|
class |
ConfigInclude |
Modifier and Type | Method and Description |
---|---|
protected ConfigElement |
ExtensionsConfigFileReader.processTextLine(String configfile,
int lineno,
String line) |
Copyright © 2004–2017. All rights reserved.