Data Fields | |
const char * | adminopts |
struct { | |
announce_listitem * first | |
announce_listitem * last | |
} | announcelist |
ast_cond_t | announcelist_addition |
ast_mutex_t | announcelistlock |
pthread_t | announcethread |
unsigned int | announcethread_stop:1 |
ast_mutex_t | announcethreadlock |
pthread_attr_t | attr |
const char * | bookid |
ast_channel * | chan |
char | confno [MAX_CONFNUM] |
int | dahdiconf |
int | endalert |
long | endtime |
int | fd |
unsigned int | gmuted:1 |
unsigned int | isdynamic:1 |
ast_channel * | lchan |
struct { | |
ast_conference * next | |
} | list |
ast_mutex_t | listenlock |
unsigned int | locked:1 |
int | markedusers |
int | maxusers |
ast_frame * | origframe |
char | pin [MAX_PIN] |
char | pinadmin [MAX_PIN] |
ast_mutex_t | playlock |
char * | recordingfilename |
char * | recordingformat |
pthread_t | recordthread |
ast_mutex_t | recordthreadlock |
int | refcount |
time_t | start |
ast_frame * | transframe [32] |
ast_trans_pvt * | transpath [32] |
char | uniqueid [32] |
ao2_container * | usercontainer |
const char * | useropts |
int | users |
Definition at line 694 of file app_meetme.c.
const char* adminopts |
struct { ... } announcelist |
Referenced by announce_thread(), conf_free(), and conf_run().
Definition at line 733 of file app_meetme.c.
Referenced by announce_thread(), conf_free(), and conf_run().
Definition at line 735 of file app_meetme.c.
Referenced by announce_thread(), conf_free(), and conf_run().
pthread_t announcethread |
unsigned int announcethread_stop |
pthread_attr_t attr |
thread attribute
Definition at line 714 of file app_meetme.c.
const char* bookid |
RealTime conference id
Definition at line 723 of file app_meetme.c.
struct ast_channel* chan |
Announcements channel
Definition at line 698 of file app_meetme.c.
Referenced by can_write(), conf_free(), conf_run(), count_exec(), find_conf(), send_talking_event(), set_user_talking(), and sla_station_exec().
char confno[MAX_CONFNUM] |
Conference
Definition at line 697 of file app_meetme.c.
Referenced by acf_meetme_info(), action_meetmelist(), admin_exec(), build_conf(), complete_meetmecmd(), conf_exec(), conf_free(), conf_run(), dispose_conf(), find_conf(), find_conf_realtime(), meetme_show_cmd(), meetmemute(), meetmestate(), send_talking_event(), and sla_queue_event_conf().
int dahdiconf |
int endalert |
When to play conf ending message
Definition at line 705 of file app_meetme.c.
Referenced by conf_run().
long endtime |
When to end the conf if scheduled
Definition at line 720 of file app_meetme.c.
Referenced by conf_run().
int fd |
struct announce_listitem* first |
Definition at line 734 of file app_meetme.c.
unsigned int gmuted |
Is the conference globally muted? (all non-admins)
Definition at line 711 of file app_meetme.c.
Referenced by conf_run().
unsigned int isdynamic |
< recording status Created on the fly?
Definition at line 708 of file app_meetme.c.
Referenced by acf_meetme_info_eval(), conf_exec(), and meetme_show_cmd().
struct announce_listitem* last |
Definition at line 734 of file app_meetme.c.
struct ast_channel* lchan |
Listen/Record channel
Definition at line 699 of file app_meetme.c.
Referenced by conf_run(), and recordthread().
struct { ... } list |
Referenced by acf_meetme_info(), find_conf(), find_conf_realtime(), and meetmestate().
Conference specific lock (listeners)
Definition at line 696 of file app_meetme.c.
Referenced by conf_run(), and recordthread().
unsigned int locked |
Is the conference locked?
Definition at line 710 of file app_meetme.c.
Referenced by acf_meetme_info_eval(), admin_exec(), conf_run(), and meetme_show_cmd().
int markedusers |
Number of marked users
Definition at line 703 of file app_meetme.c.
Referenced by conf_run(), and meetme_show_cmd().
int maxusers |
Participant limit if scheduled
Definition at line 704 of file app_meetme.c.
Referenced by conf_run().
struct ast_conference* next |
Definition at line 728 of file app_meetme.c.
char pin[MAX_PIN] |
char pinadmin[MAX_PIN] |
Conference specific lock (players)
Definition at line 695 of file app_meetme.c.
Referenced by conf_run().
char* recordingfilename |
Filename to record the Conference into
Definition at line 715 of file app_meetme.c.
Referenced by conf_exec(), conf_run(), and recordthread().
char* recordingformat |
Format to record the Conference in
Definition at line 716 of file app_meetme.c.
Referenced by conf_exec(), conf_run(), and recordthread().
pthread_t recordthread |
control threads trying to start recordthread
Definition at line 713 of file app_meetme.c.
Referenced by conf_run().
int refcount |
reference count of usage
Definition at line 707 of file app_meetme.c.
Referenced by admin_exec(), dispose_conf(), find_conf(), and find_conf_realtime().
time_t start |
Start time (s)
Definition at line 706 of file app_meetme.c.
Referenced by acf_meetme_info_eval(), and meetme_show_cmd().
struct ast_frame* transframe[32] |
Definition at line 724 of file app_meetme.c.
Referenced by conf_free(), conf_run(), and recordthread().
struct ast_trans_pvt* transpath[32] |
char uniqueid[32] |
struct ao2_container* usercontainer |
Definition at line 727 of file app_meetme.c.
Referenced by action_meetmelist(), admin_exec(), channel_admin_exec(), complete_meetmecmd(), conf_queue_dtmf(), conf_run(), find_user(), meetme_data_provider_get(), and meetmemute().
const char* useropts |
int users |
Number of active users
Definition at line 702 of file app_meetme.c.
Referenced by acf_meetme_info_eval(), conf_exec(), conf_run(), count_exec(), meetme_show_cmd(), and meetmestate().