Data Fields | |
int | adminflags |
ast_channel * | chan |
time_t | jointime |
struct { | |
ast_conf_user * next | |
} | list |
volume | listen |
char | namerecloc [PATH_MAX] |
volume | talk |
int | talking |
int | user_no |
int | userflags |
char | usrvalue [50] |
int | zapchannel |
Definition at line 391 of file app_meetme.c.
int adminflags |
Flags set by the Admin
Definition at line 394 of file app_meetme.c.
Referenced by admin_exec(), conf_run(), meetme_cmd(), meetmemute(), user_set_kickme_cb(), user_set_muted_cb(), and user_set_unmuted_cb().
struct ast_channel* chan |
Connected channel
Definition at line 395 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 400 of file app_meetme.c.
Referenced by meetme_cmd().
struct { ... } list |
Referenced by complete_meetmecmd(), meetme_cmd(), and meetmemute().
char namerecloc[PATH_MAX] |
Name Recorded file Location
Definition at line 399 of file app_meetme.c.
struct ast_conf_user* next |
Definition at line 403 of file app_meetme.c.
int talking |
Is user talking
Definition at line 396 of file app_meetme.c.
Referenced by meetme_cmd(), and set_user_talking().
int user_no |
User Number
Definition at line 392 of file app_meetme.c.
Referenced by complete_meetmecmd(), meetme_cmd(), meetmemute(), send_talking_event(), user_max_cmp(), and user_no_cmp().
int userflags |
Flags as set in the conference
Definition at line 393 of file app_meetme.c.
Referenced by admin_exec(), conf_run(), meetme_cmd(), and user_set_muted_cb().
char usrvalue[50] |
Custom User Value
Definition at line 398 of file app_meetme.c.
int zapchannel |
Is a Zaptel channel
Definition at line 397 of file app_meetme.c.