From: Richard Mudgett Date: Sat, 5 Feb 2011 02:55:50 +0000 (+0000) Subject: Ignore voice frames in chan_dahdi native bridging. Hardware is handling them. X-Git-Tag: 11.0.0-beta1~1874 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=484f9bec0adc532a372e0c2ff0c2f1e2c0e970e7;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 5316dc5387..80416e5a31 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -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: