Skip to content
Snippets Groups Projects
Commit 484f9bec authored by Richard Mudgett's avatar Richard Mudgett
Browse files

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
parent 3d667d7c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment