Asterisk - The Open Source Telephony Project
18.5.0
|
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. More... | |
const char * | module_name |
The name of the module that provides the voicemail functionality. More... | |
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 539 of file include/asterisk/app.h.
ast_copy_recording_to_vm_fn* copy_recording_to_vm |
Definition at line 556 of file include/asterisk/app.h.
ast_has_voicemail_fn* has_voicemail |
Definition at line 552 of file include/asterisk/app.h.
ast_inboxcount_fn* inboxcount |
Definition at line 553 of file include/asterisk/app.h.
ast_inboxcount2_fn* inboxcount2 |
Definition at line 554 of file include/asterisk/app.h.
ast_vm_index_to_foldername_fn* index_to_foldername |
Definition at line 557 of file include/asterisk/app.h.
ast_vm_mailbox_snapshot_create_fn* mailbox_snapshot_create |
Definition at line 558 of file include/asterisk/app.h.
ast_vm_mailbox_snapshot_destroy_fn* mailbox_snapshot_destroy |
Definition at line 559 of file include/asterisk/app.h.
ast_messagecount_fn* messagecount |
Definition at line 555 of file include/asterisk/app.h.
struct ast_module* module |
The module for the voicemail provider.
Definition at line 550 of file include/asterisk/app.h.
Referenced by __ast_vm_register().
const char* module_name |
The name of the module that provides the voicemail functionality.
Definition at line 548 of file include/asterisk/app.h.
Referenced by __ast_vm_register(), ast_vm_unregister(), and unload_module().
unsigned int module_version |
The version of this function table.
Definition at line 546 of file include/asterisk/app.h.
Referenced by __ast_vm_register().
ast_vm_msg_forward_fn* msg_forward |
Definition at line 562 of file include/asterisk/app.h.
ast_vm_msg_move_fn* msg_move |
Definition at line 560 of file include/asterisk/app.h.
ast_vm_msg_play_fn* msg_play |
Definition at line 563 of file include/asterisk/app.h.
ast_vm_msg_remove_fn* msg_remove |
Definition at line 561 of file include/asterisk/app.h.