Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_vm_functions Struct Reference

Voicemail function table definition. More...

#include <app.h>

Data Fields

ast_copy_recording_to_vm_fncopy_recording_to_vm
 
ast_has_voicemail_fnhas_voicemail
 
ast_inboxcount_fninboxcount
 
ast_inboxcount2_fninboxcount2
 
ast_vm_index_to_foldername_fnindex_to_foldername
 
ast_vm_mailbox_snapshot_create_fnmailbox_snapshot_create
 
ast_vm_mailbox_snapshot_destroy_fnmailbox_snapshot_destroy
 
ast_messagecount_fnmessagecount
 
struct ast_modulemodule
 The module for the voicemail provider.
 
const char * module_name
 The name of the module that provides the voicemail functionality.
 
unsigned int module_version
 The version of this function table. More...
 
ast_vm_msg_forward_fnmsg_forward
 
ast_vm_msg_move_fnmsg_move
 
ast_vm_msg_play_fnmsg_play
 
ast_vm_msg_remove_fnmsg_remove
 

Detailed Description

Voicemail function table definition.

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

Field Documentation

unsigned int module_version

The version of this function table.

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

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

Referenced by __ast_vm_register().


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