|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <app.h>

Data Fields | ||
| int | folders | |
| struct { | ||
| struct ast_vm_msg_snapshot * first | ||
| struct ast_vm_msg_snapshot * last | ||
| } * | snapshots | |
| int | total_msg_num | |
Definition at line 302 of file include/asterisk/app.h.
| struct ast_vm_msg_snapshot* first |
Definition at line 306 of file include/asterisk/app.h.
| int folders |
Definition at line 304 of file include/asterisk/app.h.
Referenced by append_vmbox_info_astman(), show_mailbox_snapshot(), vm_mailbox_snapshot_create(), and vm_mailbox_snapshot_destroy().
| struct ast_vm_msg_snapshot* last |
Definition at line 306 of file include/asterisk/app.h.
| struct { ... } * snapshots |
| int total_msg_num |
Definition at line 303 of file include/asterisk/app.h.
Referenced by AST_TEST_DEFINE(), AST_TEST_DEFINE(), AST_TEST_DEFINE(), show_mailbox_snapshot(), and vm_msg_snapshot_create().