aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-16 20:37:27 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-16 20:37:27 +0000
commit589f7e7c7ba606d303f0b40e8a78bf75b51583ce (patch)
tree4869dbe50c0da96726ac1ea0b457ff10f3175a43 /channel.c
parentc225ea56569d4644b7de78db16e96f397694680c (diff)
temporarily revert aggressive native bridge attempts
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6339 f38db490-d61c-443f-a65b-d21fe96a405b
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 */