@ -1482,7 +1482,6 @@ int ast_bridge_join(struct ast_bridge *bridge,
ao2_ref(bridge_channel,-1);
join_exit:;
/* BUGBUG this is going to cause problems for DTMF atxfer attended bridge between B & C. Maybe an ast_bridge_join_internal() that does not do the after bridge goto for this case. */
unsignedshorttransfercapability;/*!< ISDN Transfer Capability - AST_FLAG_DIGITAL is not enough */
/* BUGBUG the bridge pointer must change to an ast_channel_bridge pointer because it will never change while the channel is in the bridging system whereas the bridge could change. */
structast_bridge*bridge;/*!< Bridge this channel is participating in */
structast_bridge_channel*bridge_channel;/*!< The bridge_channel this channel is linked with. */
structast_timer*timer;/*!< timer object that provided timingfd */