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 803 of file app_meetme.c.
| int adminflags |
Flags set by the Admin
Definition at line 806 of file app_meetme.c.
Referenced by action_meetmelist(), admin_exec(), channel_admin_exec(), conf_run(), meetme_menu_admin(), meetme_menu_normal(), meetme_show_cmd(), meetmemute(), user_set_hangup_cb(), user_set_kickme_cb(), user_set_muted_cb(), and user_set_unmuted_cb().
| struct ast_channel* chan |
Connected channel
Definition at line 807 of file app_meetme.c.
Referenced by action_meetmelist(), conf_queue_dtmf(), conf_run(), meetme_menu_admin(), meetme_show_cmd(), meetmemute(), reset_volumes(), set_listen_volume(), set_talk_volume(), user_add_provider_cb(), and user_chan_cb().
| int dahdichannel |
| const char* end_sound |
File to play when time is up.
Definition at line 819 of file app_meetme.c.
Referenced by conf_run().
| time_t jointime |
Time the user joined the conference
Definition at line 812 of file app_meetme.c.
Referenced by conf_run(), and meetme_show_cmd().
| time_t kicktime |
Time the user will be kicked from the conference
Definition at line 813 of file app_meetme.c.
Referenced by conf_run().
| struct { ... } list |
Referenced by admin_exec(), channel_admin_exec(), and meetmemute().
Definition at line 821 of file app_meetme.c.
Referenced by conf_run(), tweak_listen_volume(), and user_add_provider_cb().
| char namerecloc[PATH_MAX] |
Name Recorded file Location
Definition at line 811 of file app_meetme.c.
Referenced by conf_run(), and meetme_menu_admin_extended().
| struct ast_conf_user* next |
Definition at line 822 of file app_meetme.c.
| long play_warning |
Play a warning when 'y' ms are left
Definition at line 816 of file app_meetme.c.
Referenced by conf_run().
| struct timeval start_time |
Time the user entered into the conference
Definition at line 814 of file app_meetme.c.
Referenced by conf_run().
Definition at line 820 of file app_meetme.c.
Referenced by conf_run(), tweak_talk_volume(), and user_add_provider_cb().
| int talking |
Is user talking
Definition at line 808 of file app_meetme.c.
Referenced by action_meetmelist(), conf_run(), meetme_show_cmd(), and set_user_talking().
| long timelimit |
Time limit for the user to be in the conference L(x:y:z)
Definition at line 815 of file app_meetme.c.
Referenced by conf_run().
| int user_no |
User Number
Definition at line 804 of file app_meetme.c.
Referenced by action_meetmelist(), complete_userno(), conf_run(), meetme_show_cmd(), meetmemute(), send_talking_event(), user_max_cmp(), and user_no_cmp().
| struct ast_flags64 userflags |
Flags as set in the conference
Definition at line 805 of file app_meetme.c.
Referenced by action_meetmelist(), conf_run(), meetme_menu_admin(), meetme_show_cmd(), user_set_hangup_cb(), user_set_kickme_cb(), user_set_muted_cb(), and user_set_unmuted_cb().
| char usrvalue[50] |
Custom User Value
Definition at line 810 of file app_meetme.c.
| long warning_freq |
Repeat the warning every 'z' ms
Definition at line 817 of file app_meetme.c.
Referenced by conf_run().
| const char* warning_sound |
File to play as warning if 'y' is defined
Definition at line 818 of file app_meetme.c.
Referenced by conf_run().