|
|
|
@ -108,11 +108,13 @@ struct ast_bridge_technology {
|
|
|
|
|
*
|
|
|
|
|
* \note On entry, bridge is already locked.
|
|
|
|
|
*
|
|
|
|
|
* \note The bridge technology must tollerate a failed to join channel
|
|
|
|
|
* \note The bridge technology must tolerate a failed to join channel
|
|
|
|
|
* until it can be kicked from the bridge.
|
|
|
|
|
*
|
|
|
|
|
* \note A channel may be in a suspended state already when joining a bridge
|
|
|
|
|
* technology. The technology must handle this case.
|
|
|
|
|
*
|
|
|
|
|
* \note A channel may not be answered when joining a bridge technology.
|
|
|
|
|
*/
|
|
|
|
|
int (*join)(struct ast_bridge *bridge, struct ast_bridge_channel *bridge_channel);
|
|
|
|
|
/*!
|
|
|
|
|