mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Resolve some BUGBUG comments.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396783 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1068,7 +1068,6 @@ int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, struct a
|
||||
|
||||
ast_bridge_features_cleanup(&chan_features);
|
||||
|
||||
/* BUGBUG this is used by Dial and FollowMe for CDR information. By Queue for Queue stats like CDRs. */
|
||||
if (res && config->end_bridge_callback) {
|
||||
config->end_bridge_callback(config->end_bridge_callback_data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user