summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-08-16 20:37:27 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-08-16 20:37:27 +0000
commit8253780716d9251d590f530568e53a4f316a566f (patch)
tree4869dbe50c0da96726ac1ea0b457ff10f3175a43 /channel.c
parentd39d277adaa3ad43c084951731a826d89746b18f (diff)
temporarily revert aggressive native bridge attempts
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index e8b72b3a6..8fe3ee538 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 */