Asterisk - The Open Source Telephony Project
18.5.0
|
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 831 of file app_meetme.c.
enum announcetypes announcetype |
Definition at line 838 of file app_meetme.c.
Referenced by announce_thread(), and conf_run().
struct ast_channel* confchan |
Definition at line 835 of file app_meetme.c.
Referenced by announce_thread(), and conf_run().
int confusers |
Definition at line 836 of file app_meetme.c.
Referenced by announce_thread(), and conf_run().
struct { ... } entry |
char language[MAX_LANGUAGE] |
Definition at line 834 of file app_meetme.c.
Referenced by announce_thread(), and conf_run().
char namerecloc[PATH_MAX] |
Name Recorded file Location
Definition at line 833 of file app_meetme.c.
Referenced by announce_thread(), conf_free(), and conf_run().
struct announce_listitem* next |
Definition at line 832 of file app_meetme.c.
int vmrec |
Definition at line 837 of file app_meetme.c.
Referenced by announce_thread(), conf_free(), and conf_run().