Asterisk - The Open Source Telephony Project GIT-master-8f1982c
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
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.

Definition at line 698 of file app_minivm.c.

Field Documentation

◆ lastreceived

struct timeval lastreceived

Time for last voicemail sent

Definition at line 705 of file app_minivm.c.

Referenced by handle_minivm_show_stats(), and leave_voicemail().

◆ receivedmessages

int receivedmessages

Number of received messages since reset

Definition at line 704 of file app_minivm.c.

Referenced by handle_minivm_show_stats(), and leave_voicemail().

◆ reset

struct timeval reset

Time for last reset

Definition at line 703 of file app_minivm.c.

Referenced by handle_minivm_show_stats(), and load_config().

◆ templates

int templates

Number of templates

Definition at line 701 of file app_minivm.c.

Referenced by handle_minivm_show_stats(), and message_template_build().

◆ timezones

int timezones

Number of time zones

Definition at line 700 of file app_minivm.c.

Referenced by handle_minivm_show_stats(), and timezone_add().

◆ voicemailaccounts

int voicemailaccounts

Number of static accounts

Definition at line 699 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: