Data Fields | |
pthread_attr_t | attr |
ast_channel * | chan |
char | confno [AST_MAX_EXTENSION] |
int | fd |
ast_conf_user * | firstuser |
int | isdynamic |
ast_conf_user * | lastuser |
int | locked |
int | markedusers |
ast_conference * | next |
char | pin [AST_MAX_EXTENSION] |
char | pinadmin [AST_MAX_EXTENSION] |
int | recording |
char * | recordingfilename |
char * | recordingformat |
pthread_t | recordthread |
time_t | start |
int | users |
int | zapconf |
Definition at line 132 of file app_meetme.c.
pthread_attr_t attr |
struct ast_channel* chan |
Definition at line 134 of file app_meetme.c.
Referenced by conf_free(), conf_run(), count_exec(), find_conf(), and recordthread().
char confno[AST_MAX_EXTENSION] |
Definition at line 133 of file app_meetme.c.
Referenced by admin_exec(), build_conf(), complete_confcmd(), conf_cmd(), conf_exec(), conf_run(), and find_conf().
int fd |
struct ast_conf_user* firstuser |
Definition at line 139 of file app_meetme.c.
Referenced by admin_exec(), conf_cmd(), conf_run(), and find_user().
int isdynamic |
struct ast_conf_user* lastuser |
int locked |
int markedusers |
struct ast_conference* next |
Definition at line 151 of file app_meetme.c.
Referenced by admin_exec(), build_conf(), complete_confcmd(), conf_cmd(), conf_exec(), conf_free(), and find_conf().
char pin[AST_MAX_EXTENSION] |
char pinadmin[AST_MAX_EXTENSION] |
int recording |
Definition at line 142 of file app_meetme.c.
Referenced by conf_free(), conf_run(), and recordthread().
char* recordingfilename |
char* recordingformat |
pthread_t recordthread |
time_t start |
int users |
Definition at line 137 of file app_meetme.c.
Referenced by conf_cmd(), conf_exec(), conf_run(), and count_exec().
int zapconf |