#include <bayonne.h>
Inheritance diagram for Plugins:
Public Methods | |
Plugins () | |
Load plugins key data and initialize. | |
~Plugins () | |
Unload all active DSO modules for plugins. | |
char* | getDriverName (void) |
Get the name of the driver API being used. More... | |
void | loadDebug (void) |
Load a debug module or stub interface. | |
DSO* | loadDriver (void) |
Attempt to load a DSO IVR API driver subsystem on top of the Bayonne server. More... | |
void | loadExtensions (void) |
Load automatic application extensions module. | |
void | loadFunctions (void) |
Attempt to load DSO based generic functions into the server. | |
void | loadMaps (void) |
Attempt to load Map files into the server. | |
void | loadModules (void) |
Attempt to load DSO based protocol modules into the server. | |
void | loadFeeds (void) |
Attempt to load DSO based audio feed modules into the server. | |
void | loadTGI (void) |
Attempt to load TGI based resident interpreters. | |
void | loadManagers (void) |
Attempt to load DSO network management interfaces. | |
void | loadTranslators (void) |
Attempt to load DSO based TTS translation modules into server. | |
void | loadAuditing (void) |
Attemot to load DSO based audit logging facilities into server. |
|
Load plugins key data and initialize.
|
|
Unload all active DSO modules for plugins.
|
|
Get the name of the driver API being used.
|
|
Attemot to load DSO based audit logging facilities into server.
|
|
Load a debug module or stub interface.
|
|
Attempt to load a DSO IVR API driver subsystem on top of the Bayonne server. On failure a DSO exception is thrown. |
|
Load automatic application extensions module.
|
|
Attempt to load DSO based audio feed modules into the server.
|
|
Attempt to load DSO based generic functions into the server.
|
|
Attempt to load DSO network management interfaces.
|
|
Attempt to load Map files into the server.
|
|
Attempt to load DSO based protocol modules into the server.
|
|
Attempt to load TGI based resident interpreters.
|
|
Attempt to load DSO based TTS translation modules into server.
|