Asterisk - The Open Source Telephony Project
21.4.1
|
Voicemail function table definition. More...
#include <app.h>
Data Fields | |
ast_copy_recording_to_vm_fn * | copy_recording_to_vm |
ast_has_voicemail_fn * | has_voicemail |
ast_inboxcount_fn * | inboxcount |
ast_inboxcount2_fn * | inboxcount2 |
ast_vm_index_to_foldername_fn * | index_to_foldername |
ast_vm_mailbox_snapshot_create_fn * | mailbox_snapshot_create |
ast_vm_mailbox_snapshot_destroy_fn * | mailbox_snapshot_destroy |
ast_messagecount_fn * | messagecount |
struct ast_module * | module |
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_fn * | msg_forward |
ast_vm_msg_move_fn * | msg_move |
ast_vm_msg_play_fn * | msg_play |
ast_vm_msg_remove_fn * | msg_remove |
Voicemail function table definition.
Definition at line 524 of file include/asterisk/app.h.
unsigned int module_version |
The version of this function table.
Definition at line 531 of file include/asterisk/app.h.
Referenced by __ast_vm_register().