Asterisk - The Open Source Telephony Project
21.4.1
|
Voicemail greeter function table definition. More...
#include <app.h>
Data Fields | |
struct ast_module * | module |
The module for the voicemail greeter provider. | |
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. More... | |
ast_sayname_fn * | sayname |
Voicemail greeter function table definition.
Definition at line 601 of file include/asterisk/app.h.
unsigned int module_version |
The version of this function table.
Definition at line 608 of file include/asterisk/app.h.
Referenced by __ast_vm_greeter_register().