Data Fields | |
int | adminflags |
struct ast_channel * | chan |
time_t | jointime |
struct volume | listen |
char | namerecloc [PATH_MAX] |
struct volume | talk |
int | talking |
int | user_no |
int | userflags |
char | usrvalue [50] |
int | zapchannel |
Definition at line 356 of file app_meetme.c.
int adminflags |
Flags set by the Admin
Definition at line 359 of file app_meetme.c.
Referenced by admin_exec(), conf_run(), meetme_cmd(), and meetmemute().
struct ast_channel* chan [read] |
Connected channel
Definition at line 360 of file app_meetme.c.
Referenced by conf_queue_dtmf(), conf_run(), meetme_cmd(), meetmemute(), reset_volumes(), set_listen_volume(), and set_talk_volume().
time_t jointime |
Time the user joined the conference
Definition at line 365 of file app_meetme.c.
Referenced by conf_run(), and meetme_cmd().
char namerecloc[PATH_MAX] |
int talking |
Is user talking
Definition at line 361 of file app_meetme.c.
Referenced by conf_run(), and meetme_cmd().
int user_no |
User Number
Definition at line 357 of file app_meetme.c.
Referenced by complete_meetmecmd(), conf_run(), find_user(), meetme_cmd(), and meetmemute().
int userflags |
Flags as set in the conference
Definition at line 358 of file app_meetme.c.
Referenced by admin_exec(), conf_run(), and meetme_cmd().
char usrvalue[50] |
Custom User Value
Definition at line 363 of file app_meetme.c.
int zapchannel |