Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
minivm_account Struct Reference

Data Fields

char accountcode [AST_MAX_ACCOUNT_CODE]
 
char attachfmt [80]
 
struct ast_variablechanvars
 
char domain [AST_MAX_CONTEXT]
 
char email [80]
 
char etemplate [80]
 
char exit [80]
 
char externnotify [160]
 
unsigned int flags
 
char fullname [120]
 
char language [MAX_LANGUAGE]
 
struct {
   struct minivm_account *   next
 
list
 
char pager [80]
 
char pincode [10]
 
char ptemplate [80]
 
char serveremail [80]
 
char uniqueid [20]
 
char username [AST_MAX_CONTEXT]
 
double volgain
 
char zonetag [80]
 

Detailed Description

Definition at line 604 of file app_minivm.c.

Field Documentation

char accountcode[AST_MAX_ACCOUNT_CODE]

Voicemail account account code

Definition at line 612 of file app_minivm.c.

Referenced by create_vmaccount(), and minivm_account_func_read().

char attachfmt[80]

Format for voicemail audio file attachment

Definition at line 619 of file app_minivm.c.

Referenced by handle_minivm_show_users().

struct ast_variable* chanvars

Variables for e-mail template

Definition at line 623 of file app_minivm.c.

Referenced by create_vmaccount(), and minivm_account_func_read().

char domain[AST_MAX_CONTEXT]
char email[80]

E-mail address - override

Definition at line 610 of file app_minivm.c.

Referenced by create_vmaccount(), and minivm_account_func_read().

char etemplate[80]

Pager template

Definition at line 620 of file app_minivm.c.

Referenced by create_vmaccount(), handle_minivm_show_users(), and minivm_account_func_read().

char exit[80]

Options for exiting from voicemail()

Definition at line 618 of file app_minivm.c.

char externnotify[160]

Configurable notification command

Definition at line 614 of file app_minivm.c.

Referenced by create_vmaccount(), and run_externnotify().

unsigned int flags

MVM_ flags

Definition at line 622 of file app_minivm.c.

char fullname[120]

Full name, for directory app

Definition at line 609 of file app_minivm.c.

Referenced by create_vmaccount(), handle_minivm_show_users(), and minivm_account_func_read().

char language[MAX_LANGUAGE]

Config: Language setting

Definition at line 615 of file app_minivm.c.

Referenced by create_vmaccount(), and minivm_account_func_read().

char pager[80]

E-mail address to pager (no attachment)

Definition at line 611 of file app_minivm.c.

Referenced by create_vmaccount(), and minivm_account_func_read().

char pincode[10]

Secret pin code, numbers only

Definition at line 608 of file app_minivm.c.

Referenced by create_vmaccount(), and minivm_account_func_read().

char ptemplate[80]

Voicemail format

Definition at line 621 of file app_minivm.c.

Referenced by create_vmaccount(), handle_minivm_show_users(), and minivm_account_func_read().

char serveremail[80]

From: Mail address

Definition at line 613 of file app_minivm.c.

Referenced by create_vmaccount().

char uniqueid[20]

Unique integer identifier

Definition at line 617 of file app_minivm.c.

char username[AST_MAX_CONTEXT]
double volgain

Volume gain for voicemails sent via e-mail

Definition at line 624 of file app_minivm.c.

Referenced by create_vmaccount().

char zonetag[80]

Time zone

Definition at line 616 of file app_minivm.c.

Referenced by create_vmaccount(), handle_minivm_show_users(), and minivm_account_func_read().


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