Fri Aug 17 00:17:52 2018

Asterisk developer's documentation


conference_bridge_user Struct Reference

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

Data Fields

struct ast_channelchan
struct conference_bridgeconference_bridge
struct ast_bridge_features features
struct ast_flags flags
unsigned int kicked:1
char * opt_args [OPTION_ARRAY_SIZE]

Detailed Description

The structure that represents a conference bridge user.

Definition at line 170 of file app_confbridge.c.


Field Documentation

struct ast_channel* chan [read]

Conference bridge they are participating in

Definition at line 171 of file app_confbridge.c.

Referenced by join_conference_bridge(), and menu_callback().

Bridge features structure

Definition at line 175 of file app_confbridge.c.

Referenced by confbridge_exec(), leave_conference_bridge(), menu_callback(), and post_join_marked().

struct ast_flags flags [read]

Flags passed in when the application was called

Definition at line 173 of file app_confbridge.c.

Referenced by confbridge_exec(), join_conference_bridge(), leave_conference_bridge(), menu_callback(), post_join_marked(), and post_join_unmarked().

unsigned int kicked

User has been kicked from the conference

Definition at line 176 of file app_confbridge.c.

Referenced by confbridge_exec(), and menu_callback().

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 confbridge_exec(), leave_conference_bridge(), menu_callback(), post_join_marked(), and post_join_unmarked().


The documentation for this struct was generated from the following file:

Generated on 17 Aug 2018 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1