Asterisk - The Open Source Telephony Project GIT-master-b023714
|
Voicemail greeter function table definition. More...
#include <app.h>
Data Fields | |
const char * | module_name |
The name of the module that provides the voicemail greeter functionality. | |
unsigned int | module_version |
The version of this function table. | |
struct ast_module *ast_sayname_fn * | sayname |
The module for the voicemail greeter provider. | |
Voicemail greeter function table definition.
Definition at line 601 of file include/asterisk/app.h.
const char* module_name |
The name of the module that provides the voicemail greeter functionality.
Definition at line 610 of file include/asterisk/app.h.
Referenced by ast_vm_greeter_unregister(), and unload_module().
unsigned int module_version |
The version of this function table.
Definition at line 608 of file include/asterisk/app.h.
struct ast_module* ast_sayname_fn* sayname |
The module for the voicemail greeter provider.
Definition at line 614 of file include/asterisk/app.h.