summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2006-01-12 17:14:58 +0000
committerMatthew Fredrickson <creslin@digium.com>2006-01-12 17:14:58 +0000
commit1437a7255da9e8fbcd337ba7f1f915aa7ab133d2 (patch)
tree4416fc6806bfedcf39d362d164dc0d64bd6641fa /channel.c
parent0f5e4e476aefcd5a9ea7f630e761bf191ec2ae0d (diff)
More changes to make t.38 support work
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8015 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rw-r--r--channel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index 54027e457..14b95bc58 100644
--- a/channel.c
+++ b/channel.c
@@ -3274,6 +3274,9 @@ static enum ast_bridge_result ast_generic_bridge(struct ast_channel *c0, struct
(f->frametype == AST_FRAME_VIDEO) ||
(f->frametype == AST_FRAME_IMAGE) ||
(f->frametype == AST_FRAME_HTML) ||
+#if defined(T38_SUPPORT)
+ (f->frametype == AST_FRAME_MODEM) ||
+#endif
(f->frametype == AST_FRAME_TEXT)) {
if (f->frametype == AST_FRAME_DTMF) {
if (((who == c0) && watch_c0_dtmf) ||