Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_vm_greeter_functions Struct Reference

Voicemail greeter function table definition. More...

#include <app.h>

Collaboration diagram for ast_vm_greeter_functions:
Collaboration graph
[legend]

Data Fields

struct ast_modulemodule
 The module for the voicemail greeter provider. More...
 
const char * module_name
 The name of the module that provides the voicemail greeter functionality. More...
 
unsigned int module_version
 The version of this function table. More...
 
ast_sayname_fnsayname
 

Detailed Description

Voicemail greeter function table definition.

Definition at line 601 of file include/asterisk/app.h.

Field Documentation

◆ module

struct ast_module* module

The module for the voicemail greeter provider.

Definition at line 612 of file include/asterisk/app.h.

Referenced by __ast_vm_greeter_register().

◆ module_name

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().

◆ module_version

unsigned int module_version

The version of this function table.

Note
If the ABI for this table changes, the module version (VM_GREETER_MODULE_VERSION) should be incremented.

Definition at line 608 of file include/asterisk/app.h.

◆ sayname

ast_sayname_fn* sayname

Definition at line 614 of file include/asterisk/app.h.


The documentation for this struct was generated from the following file: