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
This commit is contained in:
Richard Mudgett
2011-02-05 02:55:50 +00:00
parent 3d667d7c0f
commit 484f9bec0a

View File

@@ -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: