| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Voicemail function table definition. More...
#include <app.h>

| Data Fields | |
| ast_copy_recording_to_vm_fn * | copy_recording_to_vm | 
| struct ast_module *ast_has_voicemail_fn * | has_voicemail | 
| The module for the voicemail provider. | |
| 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 | 
| const char * | module_name | 
| The name of the module that provides the voicemail functionality. | |
| unsigned int | module_version | 
| The version of this function table. | |
| 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.
| ast_copy_recording_to_vm_fn* copy_recording_to_vm | 
Definition at line 541 of file include/asterisk/app.h.
| struct ast_module* ast_has_voicemail_fn* has_voicemail | 
The module for the voicemail provider.
Definition at line 537 of file include/asterisk/app.h.
| ast_inboxcount_fn* inboxcount | 
Definition at line 538 of file include/asterisk/app.h.
| ast_inboxcount2_fn* inboxcount2 | 
Definition at line 539 of file include/asterisk/app.h.
| ast_vm_index_to_foldername_fn* index_to_foldername | 
Definition at line 542 of file include/asterisk/app.h.
| ast_vm_mailbox_snapshot_create_fn* mailbox_snapshot_create | 
Definition at line 543 of file include/asterisk/app.h.
| ast_vm_mailbox_snapshot_destroy_fn* mailbox_snapshot_destroy | 
Definition at line 544 of file include/asterisk/app.h.
| ast_messagecount_fn* messagecount | 
Definition at line 540 of file include/asterisk/app.h.
| const char* module_name | 
The name of the module that provides the voicemail functionality.
Definition at line 533 of file include/asterisk/app.h.
Referenced by __ast_vm_greeter_register(), __ast_vm_register(), ast_vm_unregister(), unload_module(), and unload_module().
| unsigned int module_version | 
The version of this function table.
Definition at line 531 of file include/asterisk/app.h.
Referenced by __ast_vm_greeter_register(), and __ast_vm_register().
| ast_vm_msg_forward_fn* msg_forward | 
Definition at line 547 of file include/asterisk/app.h.
| ast_vm_msg_move_fn* msg_move | 
Definition at line 545 of file include/asterisk/app.h.
| ast_vm_msg_play_fn* msg_play | 
Definition at line 548 of file include/asterisk/app.h.
| ast_vm_msg_remove_fn* msg_remove | 
Definition at line 546 of file include/asterisk/app.h.