diff --git a/channel.c b/channel.c index 57ca8fe162..539b3d9c16 100644 --- a/channel.c +++ b/channel.c @@ -3648,6 +3648,8 @@ enum ast_bridge_result ast_channel_bridge(struct ast_channel *c0, struct ast_cha o1nativeformats = c1->nativeformats; } res = ast_generic_bridge(c0, c1, config, fo, rc, nexteventts); + if (res != AST_BRIDGE_RETRY && fo) + break; } c0->_bridge = NULL;