dect
/
asterisk
Archived
13
0
Fork 0

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

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@306464 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rmudgett 2011-02-05 02:55:50 +00:00
parent d5b0b5036b
commit 9ad09f532e
1 changed files with 2 additions and 0 deletions

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: