Ignore voice frames in chan_dahdi native bridging. Hardware is handling them.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@306464 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10-digiumphones
Richard Mudgett 16 years ago
parent 3d667d7c0f
commit 484f9bec0a

@ -7359,6 +7359,8 @@ static enum ast_bridge_result dahdi_bridge(struct ast_channel *c0, struct ast_ch
ast_write(c0, f);
}
break;
case AST_FRAME_VOICE:
/* Native bridge handles voice frames in hardware. */
case AST_FRAME_NULL:
break;
default:

Loading…
Cancel
Save