Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
The MeetMe Conference object. More...
The MeetMe Conference object.
Definition at line 850 of file app_meetme.c.
const char* adminopts |
RealTime moderator flags
Definition at line 878 of file app_meetme.c.
Referenced by conf_exec(), and find_conf_realtime().
struct { ... } announcelist |
ast_cond_t announcelist_addition |
Definition at line 889 of file app_meetme.c.
ast_mutex_t announcelistlock |
Definition at line 891 of file app_meetme.c.
pthread_t announcethread |
Definition at line 886 of file app_meetme.c.
Referenced by build_conf().
unsigned int announcethread_stop |
Definition at line 888 of file app_meetme.c.
ast_mutex_t announcethreadlock |
Definition at line 887 of file app_meetme.c.
Referenced by build_conf().
pthread_attr_t attr |
thread attribute
Definition at line 870 of file app_meetme.c.
const char* bookid |
RealTime conference id
Definition at line 879 of file app_meetme.c.
Referenced by find_conf_realtime().
struct ast_channel* chan |
Announcements channel
Definition at line 854 of file app_meetme.c.
Referenced by build_conf(), can_write(), count_exec(), find_conf(), find_conf_realtime(), send_talking_event(), and set_user_talking().
char confno[MAX_CONFNUM] |
Conference
Definition at line 853 of file app_meetme.c.
Referenced by acf_meetme_info(), action_meetmelist(), action_meetmelistrooms(), admin_exec(), build_conf(), complete_confno(), complete_meetmecmd_list(), complete_meetmecmd_mute_kick(), conf_exec(), count_exec(), find_conf(), find_conf_realtime(), meetme_show_cmd(), and meetme_stasis_generate_msg().
int dahdiconf |
int endalert |
When to play conf ending message
Definition at line 861 of file app_meetme.c.
Referenced by find_conf_realtime().
long endtime |
When to end the conf if scheduled
Definition at line 876 of file app_meetme.c.
Referenced by find_conf_realtime().
int fd |
struct announce_listitem* first |
Definition at line 890 of file app_meetme.c.
unsigned int gmuted |
Is the conference globally muted? (all non-admins)
Definition at line 867 of file app_meetme.c.
unsigned int isdynamic |
Created on the fly?
Definition at line 865 of file app_meetme.c.
Referenced by action_meetmelistrooms(), build_conf(), conf_exec(), and meetme_show_cmd().
struct announce_listitem* last |
Definition at line 890 of file app_meetme.c.
struct ast_channel* lchan |
struct { ... } list |
ast_mutex_t listenlock |
Conference specific lock (listeners)
Definition at line 852 of file app_meetme.c.
Referenced by build_conf(), and recordthread().
unsigned int locked |
Is the conference locked?
Definition at line 866 of file app_meetme.c.
Referenced by action_meetmelistrooms(), admin_exec(), and meetme_show_cmd().
int markedusers |
Number of marked users
Definition at line 859 of file app_meetme.c.
Referenced by action_meetmelistrooms(), and meetme_show_cmd().
int maxusers |
Participant limit if scheduled
Definition at line 860 of file app_meetme.c.
Referenced by build_conf(), and find_conf_realtime().
struct ast_conference* next |
Definition at line 884 of file app_meetme.c.
struct ast_frame* origframe |
Definition at line 881 of file app_meetme.c.
Referenced by recordthread().
char pin[MAX_PIN] |
If protected by a PIN
Definition at line 873 of file app_meetme.c.
Referenced by build_conf(), conf_exec(), find_conf(), and find_conf_realtime().
char pinadmin[MAX_PIN] |
If protected by a admin PIN
Definition at line 874 of file app_meetme.c.
Referenced by build_conf(), conf_exec(), find_conf(), and find_conf_realtime().
ast_mutex_t playlock |
Conference specific lock (players)
Definition at line 851 of file app_meetme.c.
Referenced by build_conf().
enum recording_state recording |
char* recordingfilename |
Filename to record the Conference into
Definition at line 871 of file app_meetme.c.
Referenced by conf_exec(), find_conf_realtime(), and recordthread().
char* recordingformat |
Format to record the Conference in
Definition at line 872 of file app_meetme.c.
Referenced by conf_exec(), find_conf_realtime(), and recordthread().
pthread_t recordthread |
ast_mutex_t recordthreadlock |
control threads trying to start recordthread
Definition at line 869 of file app_meetme.c.
Referenced by build_conf().
int refcount |
reference count of usage
Definition at line 863 of file app_meetme.c.
Referenced by admin_exec(), build_conf(), find_conf(), and find_conf_realtime().
time_t start |
Start time (s)
Definition at line 862 of file app_meetme.c.
Referenced by action_meetmelistrooms(), build_conf(), and meetme_show_cmd().
struct ast_frame* transframe[32] |
Definition at line 880 of file app_meetme.c.
Referenced by recordthread().
struct ast_trans_pvt* transpath[32] |
Definition at line 882 of file app_meetme.c.
char uniqueid[32] |
Definition at line 875 of file app_meetme.c.
Referenced by build_conf().
struct ao2_container* usercontainer |
Definition at line 883 of file app_meetme.c.
Referenced by action_meetmelist(), admin_exec(), build_conf(), complete_userno(), and meetme_show_cmd().
const char* useropts |
RealTime user flags
Definition at line 877 of file app_meetme.c.
Referenced by conf_exec(), and find_conf_realtime().
int users |
Number of active users
Definition at line 858 of file app_meetme.c.
Referenced by action_meetmelistrooms(), conf_exec(), and meetme_show_cmd().