Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Structure for gathering statistics. More...
Data Fields | |
struct timeval | lastreceived |
int | receivedmessages |
struct timeval | reset |
int | templates |
int | timezones |
int | voicemailaccounts |
Structure for gathering statistics.
Definition at line 671 of file app_minivm.c.
struct timeval lastreceived |
Time for last voicemail sent
Definition at line 678 of file app_minivm.c.
Referenced by handle_minivm_show_stats(), and leave_voicemail().
int receivedmessages |
Number of received messages since reset
Definition at line 677 of file app_minivm.c.
Referenced by handle_minivm_show_stats(), and leave_voicemail().
struct timeval reset |
Time for last reset
Definition at line 676 of file app_minivm.c.
Referenced by handle_minivm_show_stats(), and load_config().
int templates |
Number of templates
Definition at line 674 of file app_minivm.c.
Referenced by handle_minivm_show_stats(), and message_template_build().
int timezones |
Number of time zones
Definition at line 673 of file app_minivm.c.
Referenced by handle_minivm_show_stats(), and timezone_add().
int voicemailaccounts |
Number of static accounts
Definition at line 672 of file app_minivm.c.
Referenced by create_vmaccount(), and handle_minivm_show_stats().