Data Fields | |
int | adminflags |
ast_channel * | chan |
int | dahdichannel |
const char * | end_sound |
time_t | jointime |
time_t | kicktime |
struct { | |
ast_conf_user * next | |
} | list |
volume | listen |
char | namerecloc [PATH_MAX] |
long | play_warning |
timeval | start_time |
volume | talk |
int | talking |
long | timelimit |
int | user_no |
ast_flags64 | userflags |
char | usrvalue [50] |
long | warning_freq |
const char * | warning_sound |
Definition at line 748 of file app_meetme.c.
int adminflags |
struct ast_channel* chan |
Connected channel
Definition at line 752 of file app_meetme.c.
Referenced by admin_exec(), and conf_run().
int dahdichannel |
Is a DAHDI channel
Definition at line 754 of file app_meetme.c.
const char* end_sound |
File to play when time is up.
Definition at line 764 of file app_meetme.c.
time_t jointime |
Time the user joined the conference
Definition at line 757 of file app_meetme.c.
time_t kicktime |
Time the user will be kicked from the conference
Definition at line 758 of file app_meetme.c.
struct { ... } list |
Referenced by admin_exec(), channel_admin_exec(), complete_meetmecmd(), and meetmemute().
Definition at line 766 of file app_meetme.c.
char namerecloc[PATH_MAX] |
struct ast_conf_user* next |
Definition at line 767 of file app_meetme.c.
long play_warning |
Play a warning when 'y' ms are left
Definition at line 761 of file app_meetme.c.
struct timeval start_time |
Time the user entered into the conference
Definition at line 759 of file app_meetme.c.
Definition at line 765 of file app_meetme.c.
int talking |
Is user talking
Definition at line 753 of file app_meetme.c.
long timelimit |
Time limit for the user to be in the conference L(x:y:z)
Definition at line 760 of file app_meetme.c.
int user_no |
User Number
Definition at line 749 of file app_meetme.c.
Referenced by complete_meetmecmd(), and user_no_cmp().
struct ast_flags64 userflags |
Flags as set in the conference
Definition at line 750 of file app_meetme.c.
Referenced by conf_run().
char usrvalue[50] |
Custom User Value
Definition at line 755 of file app_meetme.c.
long warning_freq |
Repeat the warning every 'z' ms
Definition at line 762 of file app_meetme.c.
const char* warning_sound |
File to play as warning if 'y' is defined
Definition at line 763 of file app_meetme.c.