Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
The MeetMe User object. More...
Data Fields | |
int | adminflags |
struct ast_channel * | chan |
int | dahdichannel |
const char * | end_sound |
time_t | jointime |
time_t | kicktime |
struct { | |
struct ast_conf_user * next | |
} | list |
struct volume | listen |
char | namerecloc [PATH_MAX] |
long | play_warning |
struct timeval | start_time |
struct volume | talk |
int | talking |
long | timelimit |
int | user_no |
struct ast_flags64 | userflags |
char | usrvalue [50] |
long | warning_freq |
const char * | warning_sound |
The MeetMe User object.
Definition at line 904 of file app_meetme.c.
int adminflags |
Flags set by the Admin
Definition at line 907 of file app_meetme.c.
Referenced by meetme_menu_admin().
struct ast_channel* chan |
Connected channel
Definition at line 908 of file app_meetme.c.
Referenced by admin_exec(), meetme_menu_admin(), meetme_menu_admin_extended(), and meetme_menu_normal().
int dahdichannel |
Is a DAHDI channel
Definition at line 910 of file app_meetme.c.
const char* end_sound |
File to play when time is up.
Definition at line 920 of file app_meetme.c.
time_t jointime |
Time the user joined the conference
Definition at line 913 of file app_meetme.c.
time_t kicktime |
Time the user will be kicked from the conference
Definition at line 914 of file app_meetme.c.
struct { ... } list |
Referenced by admin_exec(), channel_admin_exec(), and meetmemute().
struct volume listen |
Definition at line 922 of file app_meetme.c.
char namerecloc[PATH_MAX] |
Name Recorded file Location
Definition at line 912 of file app_meetme.c.
Referenced by meetme_menu_admin_extended().
struct ast_conf_user* next |
Definition at line 923 of file app_meetme.c.
long play_warning |
Play a warning when 'y' ms are left
Definition at line 917 of file app_meetme.c.
struct timeval start_time |
Time the user entered into the conference
Definition at line 915 of file app_meetme.c.
struct volume talk |
Definition at line 921 of file app_meetme.c.
int talking |
Is user talking
Definition at line 909 of file app_meetme.c.
long timelimit |
Time limit for the user to be in the conference L(x:y:z)
Definition at line 916 of file app_meetme.c.
int user_no |
User Number
Definition at line 905 of file app_meetme.c.
Referenced by complete_userno(), and user_no_cmp().
struct ast_flags64 userflags |
Flags as set in the conference
Definition at line 906 of file app_meetme.c.
Referenced by meetme_menu_admin().
char usrvalue[50] |
Custom User Value
Definition at line 911 of file app_meetme.c.
long warning_freq |
Repeat the warning every 'z' ms
Definition at line 918 of file app_meetme.c.
const char* warning_sound |
File to play as warning if 'y' is defined
Definition at line 919 of file app_meetme.c.