| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
The MeetMe Conference object. More...

The MeetMe Conference object.
Definition at line 904 of file app_meetme.c.
RealTime moderator flags
Definition at line 932 of file app_meetme.c.
Referenced by conf_exec(), and find_conf_realtime().
| struct { ... } announcelist | 
| ast_cond_t announcelist_addition | 
Definition at line 943 of file app_meetme.c.
| ast_mutex_t announcelistlock | 
Definition at line 945 of file app_meetme.c.
| pthread_t announcethread | 
Definition at line 940 of file app_meetme.c.
Referenced by build_conf().
Definition at line 942 of file app_meetme.c.
| ast_mutex_t announcethreadlock | 
Definition at line 941 of file app_meetme.c.
Referenced by build_conf().
| pthread_attr_t attr | 
thread attribute
Definition at line 924 of file app_meetme.c.
RealTime conference id
Definition at line 933 of file app_meetme.c.
Referenced by find_conf_realtime().
| struct ast_channel* chan | 
Announcements channel
Definition at line 908 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 907 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 915 of file app_meetme.c.
Referenced by find_conf_realtime().
| long endtime | 
When to end the conf if scheduled
Definition at line 930 of file app_meetme.c.
Referenced by find_conf_realtime().
| int fd | 
| struct announce_listitem* first | 
Definition at line 944 of file app_meetme.c.
Is the conference globally muted? (all non-admins)
Definition at line 921 of file app_meetme.c.
Created on the fly?
Definition at line 919 of file app_meetme.c.
Referenced by action_meetmelistrooms(), build_conf(), conf_exec(), and meetme_show_cmd().
| struct announce_listitem* last | 
Definition at line 944 of file app_meetme.c.
| struct ast_channel* lchan | 
| struct { ... } list | 
| ast_mutex_t listenlock | 
Conference specific lock (listeners)
Definition at line 906 of file app_meetme.c.
Referenced by build_conf(), and recordthread().
Is the conference locked?
Definition at line 920 of file app_meetme.c.
Referenced by action_meetmelistrooms(), admin_exec(), and meetme_show_cmd().
| int markedusers | 
Number of marked users
Definition at line 913 of file app_meetme.c.
Referenced by action_meetmelistrooms(), and meetme_show_cmd().
| int maxusers | 
Participant limit if scheduled
Definition at line 914 of file app_meetme.c.
Referenced by build_conf(), and find_conf_realtime().
| struct ast_conference* next | 
Definition at line 938 of file app_meetme.c.
Definition at line 935 of file app_meetme.c.
Referenced by recordthread().
If protected by a PIN
Definition at line 927 of file app_meetme.c.
Referenced by build_conf(), conf_exec(), find_conf(), and find_conf_realtime().
If protected by a admin PIN
Definition at line 928 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 905 of file app_meetme.c.
Referenced by build_conf().
| enum recording_state recording | 
| char* recordingfilename | 
Filename to record the Conference into
Definition at line 925 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 926 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 923 of file app_meetme.c.
Referenced by build_conf().
| int refcount | 
reference count of usage
Definition at line 917 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 916 of file app_meetme.c.
Referenced by action_meetmelistrooms(), build_conf(), and meetme_show_cmd().
Definition at line 934 of file app_meetme.c.
Referenced by recordthread().
| struct ast_trans_pvt* transpath[32] | 
Definition at line 936 of file app_meetme.c.
| char uniqueid[32] | 
Definition at line 929 of file app_meetme.c.
Referenced by build_conf().
| struct ao2_container* usercontainer | 
Definition at line 937 of file app_meetme.c.
Referenced by action_meetmelist(), admin_exec(), build_conf(), complete_userno(), and meetme_show_cmd().
RealTime user flags
Definition at line 931 of file app_meetme.c.
Referenced by conf_exec(), and find_conf_realtime().
Number of active users
Definition at line 912 of file app_meetme.c.
Referenced by action_meetmelistrooms(), conf_exec(), and meetme_show_cmd().