| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| enum announcetypes | announcetype | |
| struct ast_channel * | confchan | |
| int | confusers | |
| struct { | ||
| struct announce_listitem * next | ||
| } | entry | |
| char | language [MAX_LANGUAGE] | |
| char | namerecloc [PATH_MAX] | |
| int | vmrec | |
Definition at line 893 of file app_meetme.c.
| enum announcetypes announcetype | 
Definition at line 900 of file app_meetme.c.
| struct ast_channel* confchan | 
Definition at line 897 of file app_meetme.c.
| int confusers | 
Definition at line 898 of file app_meetme.c.
| struct { ... } entry | 
Referenced by conf_free(), and conf_run().
| char language[MAX_LANGUAGE] | 
Definition at line 896 of file app_meetme.c.
| char namerecloc[PATH_MAX] | 
Name Recorded file Location
Definition at line 895 of file app_meetme.c.
| struct announce_listitem* next | 
Definition at line 894 of file app_meetme.c.
| int vmrec | 
Definition at line 899 of file app_meetme.c.