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] |
Definition at line 336 of file app_meetme.c.
Definition at line 342 of file app_meetme.c.
Referenced by announce_thread(), and conf_run().
struct ast_channel* confchan [read] |
Definition at line 340 of file app_meetme.c.
Referenced by announce_thread(), and conf_run().
int confusers |
Definition at line 341 of file app_meetme.c.
Referenced by announce_thread(), and conf_run().
struct { ... } entry |
char language[MAX_LANGUAGE] |
Definition at line 339 of file app_meetme.c.
Referenced by announce_thread(), and conf_run().
char namerecloc[PATH_MAX] |
Name Recorded file Location
Definition at line 338 of file app_meetme.c.
Referenced by announce_thread(), conf_free(), and conf_run().
struct announce_listitem* next [read] |
Definition at line 337 of file app_meetme.c.