aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-12 17:14:58 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-12 17:14:58 +0000
commit18ad8f17088b8dd5dae76d12a24ac49c6ff45715 (patch)
tree4416fc6806bfedcf39d362d164dc0d64bd6641fa /channel.c
parent2fe44fb4ce6e894b820d3d29063d5ce26e4ce914 (diff)
More changes to make t.38 support work
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8015 f38db490-d61c-443f-a65b-d21fe96a405b
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) ||