Asterisk - The Open Source Telephony Project
21.4.1
|
The MeetMe Conference object. More...
Data Fields | |
const char * | adminopts |
struct { | |
struct announce_listitem * first | |
struct 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 |
struct ast_channel * | chan |
char | confno [MAX_CONFNUM] |
int | dahdiconf |
int | endalert |
long | endtime |
int | fd |
unsigned int | gmuted:1 |
unsigned int | isdynamic:1 |
struct ast_channel * | lchan |
struct { | |
struct ast_conference * next | |
} | list |
ast_mutex_t | listenlock |
unsigned int | locked:1 |
int | markedusers |
int | maxusers |
struct ast_frame * | origframe |
char | pin [MAX_PIN] |
char | pinadmin [MAX_PIN] |
ast_mutex_t | playlock |
enum recording_state | recording:2 |
char * | recordingfilename |
char * | recordingformat |
pthread_t | recordthread |
ast_mutex_t | recordthreadlock |
int | refcount |
time_t | start |
struct ast_frame * | transframe [32] |
struct ast_trans_pvt * | transpath [32] |
char | uniqueid [32] |
struct ao2_container * | usercontainer |
const char * | useropts |
int | users |
The MeetMe Conference object.
Definition at line 850 of file app_meetme.c.
const char* adminopts |
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.
struct ast_channel* chan |
Announcements channel
Definition at line 854 of file app_meetme.c.
Referenced by build_conf(), and conf_free().
char confno[MAX_CONFNUM] |
Conference
Definition at line 853 of file app_meetme.c.
Referenced by admin_exec(), build_conf(), conf_exec(), dispose_conf(), and meetmestate().
int dahdiconf |
int endalert |
When to play conf ending message
Definition at line 861 of file app_meetme.c.
long endtime |
When to end the conf if scheduled
Definition at line 876 of file app_meetme.c.
int fd |
Announcements fd
Definition at line 856 of file app_meetme.c.
Referenced by build_conf(), and conf_free().
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 build_conf(), and conf_exec().
struct ast_channel* lchan |
ast_mutex_t listenlock |
Conference specific lock (listeners)
Definition at line 852 of file app_meetme.c.
Referenced by build_conf(), and conf_free().
unsigned int locked |
int markedusers |
Number of marked users
Definition at line 859 of file app_meetme.c.
int maxusers |
Participant limit if scheduled
Definition at line 860 of file app_meetme.c.
Referenced by build_conf().
char pin[MAX_PIN] |
If protected by a PIN
Definition at line 873 of file app_meetme.c.
Referenced by build_conf(), and conf_exec().
char pinadmin[MAX_PIN] |
If protected by a admin PIN
Definition at line 874 of file app_meetme.c.
Referenced by build_conf(), and conf_exec().
ast_mutex_t playlock |
Conference specific lock (players)
Definition at line 851 of file app_meetme.c.
Referenced by build_conf(), and conf_free().
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(), and conf_free().
char* recordingformat |
Format to record the Conference in
Definition at line 872 of file app_meetme.c.
Referenced by conf_exec(), and conf_free().
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(), and conf_free().
int refcount |
reference count of usage
Definition at line 863 of file app_meetme.c.
Referenced by admin_exec(), build_conf(), and dispose_conf().
time_t start |
const char* useropts |
int users |
Number of active users
Definition at line 858 of file app_meetme.c.
Referenced by conf_exec(), count_exec(), and meetmestate().