Data Fields | |
enum announcetypes | announcetype |
ast_channel * | confchan |
int | confusers |
struct { | |
announce_listitem * next | |
} | entry |
char | language [MAX_LANGUAGE] |
char | namerecloc [PATH_MAX] |
Definition at line 684 of file app_meetme.c.
struct ast_channel* confchan |
int confusers |
struct { ... } entry |
Referenced by announce_thread(), conf_free(), conf_run(), sla_queue_event_conf(), sla_queue_event_full(), sla_show_stations(), and sla_show_trunks().
char language[MAX_LANGUAGE] |
char namerecloc[PATH_MAX] |
Name Recorded file Location
Definition at line 686 of file app_meetme.c.
Referenced by announce_thread(), and conf_free().
struct announce_listitem* next |
Definition at line 685 of file app_meetme.c.