temporarily revert aggressive native bridge attempts

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-08-16 20:37:27 +00:00
parent d39d277ada
commit 8253780716

View File

@@ -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 */