Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


minivm_stats Struct Reference

Structure for gathering statistics. More...

Data Fields

struct timeval lastreceived
int receivedmessages
struct timeval reset
int templates
int timezones
int voicemailaccounts

Detailed Description

Structure for gathering statistics.


Field Documentation

struct timeval lastreceived

Time for last voicemail sent

Definition at line 668 of file app_minivm.c.

Referenced by leave_voicemail(), and handle_minivm_show_stats().

Number of received messages since reset

Definition at line 667 of file app_minivm.c.

Referenced by leave_voicemail(), and handle_minivm_show_stats().

struct timeval reset

Time for last reset

Definition at line 666 of file app_minivm.c.

Referenced by load_config(), and handle_minivm_show_stats().

int templates

Number of templates

Definition at line 664 of file app_minivm.c.

Referenced by message_template_build(), and handle_minivm_show_stats().

int timezones

Number of time zones

Definition at line 663 of file app_minivm.c.

Referenced by timezone_add(), and handle_minivm_show_stats().

Number of static accounts

Definition at line 662 of file app_minivm.c.

Referenced by create_vmaccount(), and handle_minivm_show_stats().


The documentation for this struct was generated from the following file: