The MeetMe Conference object. More...
Data Fields | |
const char * | adminopts |
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 |
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 |
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 715 of file app_meetme.c.
const char* adminopts |
RealTime moderator flags
Definition at line 743 of file app_meetme.c.
Referenced by conf_exec(), and find_conf_realtime().
pthread_attr_t attr |
thread attribute
Definition at line 735 of file app_meetme.c.
const char* bookid |
RealTime conference id
Definition at line 744 of file app_meetme.c.
Referenced by conf_run(), find_conf_realtime(), and rt_extend_conf().
struct ast_channel* chan [read] |
Announcements channel
Definition at line 719 of file app_meetme.c.
Referenced by build_conf(), conf_free(), conf_run(), find_conf(), and find_conf_realtime().
char confno[MAX_CONFNUM] |
Conference
Definition at line 718 of file app_meetme.c.
Referenced by acf_meetme_info(), action_meetmelist(), admin_exec(), build_conf(), complete_confno(), complete_meetmecmd_list(), complete_meetmecmd_mute_kick(), conf_exec(), conf_free(), conf_play(), conf_run(), count_exec(), dispose_conf(), find_conf(), find_conf_realtime(), meetme_menu_admin(), meetme_menu_admin_extended(), meetme_menu_normal(), meetme_show_cmd(), meetmemute(), meetmestate(), send_talking_event(), and sla_queue_event_conf().
int dahdiconf |
DAHDI Conf #
Definition at line 722 of file app_meetme.c.
Referenced by build_conf(), conf_run(), and meetme_menu_admin_extended().
int endalert |
When to play conf ending message
Definition at line 726 of file app_meetme.c.
Referenced by conf_run(), and find_conf_realtime().
long endtime |
When to end the conf if scheduled
Definition at line 741 of file app_meetme.c.
Referenced by conf_run(), find_conf_realtime(), and rt_extend_conf().
int fd |
Announcements fd
Definition at line 721 of file app_meetme.c.
Referenced by build_conf(), conf_free(), conf_play(), and conf_run().
unsigned int gmuted |
Is the conference globally muted? (all non-admins)
Definition at line 732 of file app_meetme.c.
Referenced by conf_run(), and meetme_menu_admin_extended().
unsigned int isdynamic |
< recording status Created on the fly?
Definition at line 729 of file app_meetme.c.
Referenced by acf_meetme_info_eval(), build_conf(), conf_exec(), conf_run(), and meetme_show_cmd().
struct ast_channel* lchan [read] |
Listen/Record channel
Definition at line 720 of file app_meetme.c.
Referenced by conf_free(), conf_run(), meetme_menu_admin_extended(), and recordthread().
Conference specific lock (listeners)
Definition at line 717 of file app_meetme.c.
Referenced by build_conf(), conf_free(), conf_run(), and recordthread().
unsigned int locked |
Is the conference locked?
Definition at line 731 of file app_meetme.c.
Referenced by acf_meetme_info_eval(), admin_exec(), conf_run(), meetme_menu_admin(), and meetme_show_cmd().
int markedusers |
Number of marked users
Definition at line 724 of file app_meetme.c.
Referenced by conf_play(), conf_run(), and meetme_show_cmd().
int maxusers |
Participant limit if scheduled
Definition at line 725 of file app_meetme.c.
Referenced by build_conf(), conf_run(), and find_conf_realtime().
Definition at line 746 of file app_meetme.c.
Referenced by conf_free(), conf_run(), and recordthread().
char pin[MAX_PIN] |
If protected by a PIN
Definition at line 738 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 739 of file app_meetme.c.
Referenced by build_conf(), conf_exec(), find_conf(), and find_conf_realtime().
Conference specific lock (players)
Definition at line 716 of file app_meetme.c.
Referenced by build_conf(), conf_free(), and conf_run().
char* recordingfilename |
Filename to record the Conference into
Definition at line 736 of file app_meetme.c.
Referenced by conf_exec(), conf_free(), conf_run(), find_conf_realtime(), meetme_menu_admin_extended(), and recordthread().
char* recordingformat |
Format to record the Conference in
Definition at line 737 of file app_meetme.c.
Referenced by conf_exec(), conf_free(), conf_run(), find_conf_realtime(), meetme_menu_admin_extended(), and recordthread().
pthread_t recordthread |
thread for recording
Definition at line 733 of file app_meetme.c.
Referenced by build_conf(), conf_run(), and meetme_menu_admin_extended().
control threads trying to start recordthread
Definition at line 734 of file app_meetme.c.
Referenced by build_conf(), conf_free(), conf_run(), and meetme_menu_admin_extended().
int refcount |
reference count of usage
Definition at line 728 of file app_meetme.c.
Referenced by admin_exec(), build_conf(), dispose_conf(), find_conf(), and find_conf_realtime().
time_t start |
Start time (s)
Definition at line 727 of file app_meetme.c.
Referenced by acf_meetme_info_eval(), build_conf(), and meetme_show_cmd().
struct ast_frame* transframe[32] [read] |
Definition at line 745 of file app_meetme.c.
Referenced by conf_free(), conf_run(), and recordthread().
struct ast_trans_pvt* transpath[32] [read] |
Definition at line 747 of file app_meetme.c.
Referenced by conf_free(), and conf_run().
char uniqueid[32] |
Definition at line 740 of file app_meetme.c.
Referenced by build_conf(), and conf_run().
struct ao2_container* usercontainer [read] |
Definition at line 748 of file app_meetme.c.
Referenced by action_meetmelist(), admin_exec(), build_conf(), channel_admin_exec(), complete_userno(), conf_free(), conf_queue_dtmf(), conf_run(), find_user(), meetme_data_provider_get(), meetme_menu_admin(), meetme_menu_admin_extended(), meetme_show_cmd(), and meetmemute().
const char* useropts |
RealTime user flags
Definition at line 742 of file app_meetme.c.
Referenced by conf_exec(), and find_conf_realtime().
int users |
Number of active users
Definition at line 723 of file app_meetme.c.
Referenced by acf_meetme_info_eval(), conf_exec(), conf_run(), count_exec(), meetme_menu_admin_extended(), meetme_show_cmd(), and meetmestate().