mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
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:
@@ -7359,6 +7359,8 @@ static enum ast_bridge_result dahdi_bridge(struct ast_channel *c0, struct ast_ch
|
|||||||
ast_write(c0, f);
|
ast_write(c0, f);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case AST_FRAME_VOICE:
|
||||||
|
/* Native bridge handles voice frames in hardware. */
|
||||||
case AST_FRAME_NULL:
|
case AST_FRAME_NULL:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user