git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26849
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
/* Copy voice back and forth between the two channels. */
struct ast_channel *cs[3];
struct ast_frame *f;
- enum ast_bridge_result res = AST_BRIDGE_COMPLETE;
+ enum ast_bridge_result res = 0;
int o0nativeformats;
int o1nativeformats;
int watch_c0_dtmf;
default:
*fo = f;
*rc = who;
- res = AST_BRIDGE_COMPLETE;
+ res = AST_BRIDGE_COMPLETE;
ast_log(LOG_DEBUG, "Got a FRAME_CONTROL (%d) frame on channel %s\n", f->subclass, who->name);
break;
}