#include <bayonne.h>
Inheritance diagram for Plugins:

Public Member Functions | |
| 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. | |
| void | loadDebug (void) |
| Load a debug module or stub interface. | |
| void | loadDatabase (void) |
| Load a database module. | |
| void | loadDriver (void) |
| Attempt to load a DSO IVR API driver subsystem on top of the Bayonne server. | |
| void | loadSQL (void) |
| Attempt to load a sql query module for Bayonne. | |
| void | loadCodecs (void) |
| Pre-load ccaudio codec modules that may be needed. | |
| void | loadModules (void) |
| Attempt to load DSO based script modules into the server. | |
| void | loadTTS (void) |
| Attempt to load DSO based tts modules into the server. | |
| void | loadExtensions (void) |
| Attempt to load generic server extenions. | |
| void | loadTranslators (const char *lcp=NULL) |
| Attempt to load DSO based TTS translation modules into server. | |
| void | loadTGI (void) |
| Attempt to load TGI modules, have to be done before other modules. | |
|
|
Load plugins key data and initialize.
|
|
|
Unload all active DSO modules for plugins.
|
|
|
Get the name of the driver API being used.
|
|
|
Pre-load ccaudio codec modules that may be needed.
|
|
|
Load a database module.
|
|
|
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. |
|
|
Attempt to load generic server extenions.
|
|
|
Attempt to load DSO based script modules into the server.
|
|
|
Attempt to load a sql query module for Bayonne.
|
|
|
Attempt to load TGI modules, have to be done before other modules. .. |
|
|
Attempt to load DSO based TTS translation modules into server.
|
|
|
Attempt to load DSO based tts modules into the server.
|
1.4.4