mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user