From 8253780716d9251d590f530568e53a4f316a566f Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 16 Aug 2005 20:37:27 +0000 Subject: [PATCH] temporarily revert aggressive native bridge attempts git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6339 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/channel.c b/channel.c index e8b72b3a67..8fe3ee538a 100755 --- a/channel.c +++ b/channel.c @@ -3172,7 +3172,8 @@ enum ast_bridge_result ast_channel_bridge(struct ast_channel *c0, struct ast_cha switch (res) { case AST_BRIDGE_RETRY: - continue; +/* continue; */ + break; default: ast_log(LOG_WARNING, "Private bridge between %s and %s failed\n", c0->name, c1->name); /* fallthrough */