Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


bridge_pvt Struct Reference
Collaboration diagram for bridge_pvt:

Data Fields

struct ast_channelinput
ast_mutex_t lock
struct ast_channeloutput

Field Documentation

struct ast_channel* input

Input channel - talking to source

Definition at line 76 of file chan_bridge.c.

Referenced by bridge_bridgedchannel(), bridge_write(), bridge_call(), bridge_queue_hangup(), bridge_hangup(), and bridge_request().

Lock that protects this structure

Definition at line 75 of file chan_bridge.c.

Referenced by bridge_write(), bridge_queue_hangup(), bridge_hangup(), and bridge_request().

Output channel - talking to bridge

Definition at line 77 of file chan_bridge.c.

Referenced by bridge_bridgedchannel(), bridge_write(), bridge_call(), bridge_queue_hangup(), bridge_hangup(), and bridge_request().


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