Thu Apr 21 06:38:38 2011

Asterisk developer's documentation


conference_bridge Struct Reference

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

Collaboration diagram for conference_bridge:

Collaboration graph
[legend]

Data Fields

struct ast_bridgebridge
unsigned int locked:1
unsigned int markedusers
char name [MAX_CONF_NAME]
struct ast_channelplayback_chan
ast_mutex_t playback_lock
unsigned int users
struct {
   struct conference_bridge_user *   first
   struct conference_bridge_user *   last
users_list

Detailed Description

The structure that represents a conference bridge.

Definition at line 155 of file app_confbridge.c.


Field Documentation

struct ast_bridge* bridge [read]

struct conference_bridge_user* first [read]

Definition at line 161 of file app_confbridge.c.

struct conference_bridge_user* last [read]

Definition at line 161 of file app_confbridge.c.

unsigned int locked

Is this conference bridge locked?

Definition at line 160 of file app_confbridge.c.

Referenced by handle_cli_confbridge_list(), join_conference_bridge(), and menu_callback().

unsigned int markedusers

char name[MAX_CONF_NAME]

struct ast_channel* playback_chan [read]

Channel used for playback into the conference bridge

Definition at line 162 of file app_confbridge.c.

Referenced by destroy_conference_bridge(), and play_sound_file().

Lock used for playback channel

Definition at line 163 of file app_confbridge.c.

Referenced by destroy_conference_bridge(), join_conference_bridge(), and play_sound_file().

unsigned int users

struct { ... } users_list


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

Generated on Thu Apr 21 06:38:39 2011 for Asterisk - The Open Source Telephony Project by  doxygen 1.5.6