temporarily revert aggressive native bridge attempts

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Kevin P. Fleming 21 years ago
parent d39d277ada
commit 8253780716

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

Loading…
Cancel
Save