Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_vm_user Struct Reference
Collaboration diagram for ast_vm_user:
Collaboration graph
[legend]

Data Fields

char attachfmt [20]
 
char callback [80]
 
char context [MAX_VM_CONTEXT_LEN]
 
char dialout [80]
 
char * email
 
char * emailbody
 
char * emailsubject
 
char exit [80]
 
unsigned int flags
 
char fromstring [100]
 
char fullname [80]
 
char language [MAX_LANGUAGE]
 
struct {
   struct ast_vm_user *   next
 
list
 
char locale [20]
 
char mailbox [MAX_VM_MBOX_ID_LEN]
 
int maxdeletedmsg
 
int maxmsg
 
int maxsecs
 
int minsecs
 
char pager [80]
 
char password [80]
 
int passwordlocation
 
int saydurationm
 
char serveremail [80]
 
char uniqueid [80]
 
double volgain
 
char zonetag [80]
 

Detailed Description

Structure for linked list of users Use ast_vm_user_destroy() to free one of these structures.

Definition at line 755 of file app_voicemail.c.

Field Documentation

◆ attachfmt

char attachfmt[20]

Attachment format

Definition at line 773 of file app_voicemail.c.

Referenced by append_vmu_info_astman(), apply_option(), AST_TEST_DEFINE(), and notify_new_message().

◆ callback

char callback[80]

◆ context

char context[MAX_VM_CONTEXT_LEN]

◆ dialout

char dialout[80]

◆ email

char* email

◆ emailbody

char* emailbody

◆ emailsubject

char* emailsubject

◆ exit

char exit[80]

◆ flags

unsigned int flags

VM_ flags

Definition at line 774 of file app_voicemail.c.

Referenced by AST_TEST_DEFINE().

◆ fromstring

char fromstring[100]

From: Username

Definition at line 765 of file app_voicemail.c.

Referenced by append_vmu_info_astman(), apply_option(), AST_TEST_DEFINE(), and make_email_file().

◆ fullname

char fullname[80]

◆ language

char language[MAX_LANGUAGE]

Config: Language setting

Definition at line 766 of file app_voicemail.c.

Referenced by acf_vm_info(), append_vmu_info_astman(), apply_option(), AST_TEST_DEFINE(), and vm_execmain().

◆ list

struct { ... } list

◆ locale

char locale[20]

The locale (for presentation of date/time)

Definition at line 768 of file app_voicemail.c.

Referenced by acf_vm_info(), apply_option(), AST_TEST_DEFINE(), make_email_file(), populate_defaults(), prep_email_sub_vars(), and sendpage().

◆ mailbox

char mailbox[MAX_VM_MBOX_ID_LEN]

◆ maxdeletedmsg

int maxdeletedmsg

Maximum number of deleted msgs saved for this mailbox

Definition at line 778 of file app_voicemail.c.

Referenced by apply_option(), AST_TEST_DEFINE(), close_mailbox(), populate_defaults(), and save_to_folder().

◆ maxmsg

int maxmsg

◆ maxsecs

int maxsecs

Maximum number of seconds per message for this mailbox

Definition at line 779 of file app_voicemail.c.

Referenced by append_vmu_info_astman(), apply_option(), AST_TEST_DEFINE(), leave_voicemail(), populate_defaults(), and vm_forwardoptions().

◆ minsecs

int minsecs

Minimum number of seconds per message for this mailbox

Definition at line 776 of file app_voicemail.c.

Referenced by apply_option(), AST_TEST_DEFINE(), leave_voicemail(), and populate_defaults().

◆ next

struct ast_vm_user* next

Definition at line 792 of file app_voicemail.c.

◆ pager

char pager[80]

E-mail address to pager (no attachment)

Definition at line 763 of file app_voicemail.c.

Referenced by acf_vm_info(), append_mailbox(), append_vmu_info_astman(), apply_options_full(), AST_TEST_DEFINE(), and notify_new_message().

◆ password

char password[80]

◆ passwordlocation

int passwordlocation

Storage location of the password

Definition at line 780 of file app_voicemail.c.

Referenced by actual_load_config(), append_mailbox(), apply_option(), AST_TEST_DEFINE(), populate_defaults(), and vm_change_password().

◆ saydurationm

int saydurationm

◆ serveremail

char serveremail[80]

From: Mail address

Definition at line 764 of file app_voicemail.c.

Referenced by append_vmu_info_astman(), apply_option(), AST_TEST_DEFINE(), notify_new_message(), and vm_allocate_dh().

◆ uniqueid

char uniqueid[80]

Unique integer identifier

Definition at line 771 of file app_voicemail.c.

Referenced by append_vmu_info_astman(), and apply_options_full().

◆ volgain

double volgain

Volume gain for voicemails sent via email

Definition at line 791 of file app_voicemail.c.

Referenced by add_email_attachment(), append_vmu_info_astman(), apply_option(), AST_TEST_DEFINE(), and populate_defaults().

◆ zonetag

char zonetag[80]

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