
Data Fields | |
| int | adminflags |
| ast_channel * | chan |
| time_t | jointime |
| volume | listen |
| char | namerecloc [PATH_MAX] |
| volume | talk |
| int | talking |
| int | user_no |
| int | userflags |
| char | usrvalue [50] |
| int | zapchannel |
Definition at line 348 of file app_meetme.c.
| int adminflags |
Flags set by the Admin
Definition at line 351 of file app_meetme.c.
Referenced by admin_exec(), conf_run(), meetme_cmd(), and meetmemute().
| struct ast_channel* chan |
Connected channel
Definition at line 352 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 357 of file app_meetme.c.
Referenced by meetme_cmd().
| char namerecloc[PATH_MAX] |
Name Recorded file Location
Definition at line 356 of file app_meetme.c.
| int talking |
| int user_no |
User Number
Definition at line 349 of file app_meetme.c.
Referenced by complete_meetmecmd(), find_user(), meetme_cmd(), and meetmemute().
| int userflags |
Flags as set in the conference
Definition at line 350 of file app_meetme.c.
Referenced by admin_exec(), conf_run(), and meetme_cmd().
| char usrvalue[50] |
Custom User Value
Definition at line 355 of file app_meetme.c.
| int zapchannel |
Is a Zaptel channel
Definition at line 354 of file app_meetme.c.
1.5.1