Asterisk - The Open Source Telephony Project
18.5.0
|
An API that act on a channel in a bridge. Note that while the ast_bridge_channel is owned by a channel, it should only be used by members of the bridging system. The only places where this API should be used is:
In general, anywhere else it is unsafe to use this API. Care should be taken when using this API to ensure that the locking order remains correct. The locking order must be:
ast_bridge
ast_bridge_channel
ast_channel
See Also: