The structure that represents a conference bridge user. More...

Data Fields | |
| struct ast_channel * | chan |
| struct conference_bridge * | conference_bridge |
| struct ast_bridge_features | features |
| struct ast_flags | flags |
| unsigned int | kicked:1 |
| struct { | |
| struct conference_bridge_user * next | |
| } | list |
| char * | opt_args [OPTION_ARRAY_SIZE] |
The structure that represents a conference bridge user.
| struct ast_channel* chan |
Asterisk channel participating
Definition at line 172 of file app_confbridge.c.
Referenced by announce_user_count(), post_join_marked(), post_join_unmarked(), join_conference_bridge(), leave_conference_bridge(), menu_callback(), and confbridge_exec().
| struct conference_bridge* conference_bridge |
Conference bridge they are participating in
Definition at line 171 of file app_confbridge.c.
Referenced by join_conference_bridge(), and menu_callback().
| struct ast_bridge_features features |
Bridge features structure
Definition at line 175 of file app_confbridge.c.
Referenced by post_join_marked(), leave_conference_bridge(), menu_callback(), and confbridge_exec().
Flags passed in when the application was called
Definition at line 173 of file app_confbridge.c.
Referenced by post_join_marked(), post_join_unmarked(), join_conference_bridge(), leave_conference_bridge(), menu_callback(), and confbridge_exec().
| unsigned int kicked |
User has been kicked from the conference
Definition at line 176 of file app_confbridge.c.
Referenced by menu_callback(), and confbridge_exec().
| struct { ... } list |
Linked list information
Referenced by post_join_marked(), and leave_conference_bridge().
| struct conference_bridge_user* next |
Definition at line 177 of file app_confbridge.c.
| char* opt_args[OPTION_ARRAY_SIZE] |
Arguments to options passed when application was called
Definition at line 174 of file app_confbridge.c.
Referenced by post_join_marked(), post_join_unmarked(), leave_conference_bridge(), menu_callback(), and confbridge_exec().