mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Merge "bridge_softmix.c: Fix crash if channel fails to join mixing tech."
This commit is contained in:
@@ -107,6 +107,9 @@ struct ast_bridge_technology {
|
||||
* \retval -1 on failure
|
||||
*
|
||||
* \note On entry, bridge is already locked.
|
||||
*
|
||||
* \note The bridge technology must tollerate a failed to join channel
|
||||
* until it can be kicked from the bridge.
|
||||
*/
|
||||
int (*join)(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel);
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user