Data Fields | |
ast_channel * | input |
ast_mutex_t | lock |
ast_channel * | output |
Definition at line 70 of file chan_bridge.c.
struct ast_channel* input |
Input channel - talking to source
Definition at line 72 of file chan_bridge.c.
Referenced by bridge_bridgedchannel(), bridge_call(), bridge_hangup(), bridge_queue_hangup(), and bridge_write().
Lock that protects this structure
Definition at line 71 of file chan_bridge.c.
Referenced by bridge_hangup(), bridge_queue_hangup(), and bridge_write().
struct ast_channel* output |
Output channel - talking to bridge
Definition at line 73 of file chan_bridge.c.
Referenced by bridge_bridgedchannel(), bridge_call(), bridge_hangup(), bridge_queue_hangup(), and bridge_write().