mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@31551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -275,8 +275,9 @@ struct ast_channel {
|
||||
/*! Current active data generator */
|
||||
struct ast_generator *generator;
|
||||
|
||||
/*! Who are we bridged to, if we're bridged Do not access directly,
|
||||
use ast_bridged_channel(chan) */
|
||||
/*! Who are we bridged to, if we're bridged. Who is proxying for us,
|
||||
if we are proxied (i.e. chan_agent).
|
||||
Do not access directly, use ast_bridged_channel(chan) */
|
||||
struct ast_channel *_bridge;
|
||||
/*! Channel that will masquerade as us */
|
||||
struct ast_channel *masq;
|
||||
|
Reference in New Issue
Block a user