aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-25 19:27:09 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-25 19:27:09 +0000
commitb3fcfe267f602a78d6d9fa7e8657ec69eb60f2f3 (patch)
treeb72cf1b3a739145b95dc99f3f70c4fcab7f8190d /channels/chan_dahdi.c
parentbb1e48ecb450f6bde24710438cfe848bb60896c3 (diff)
Merged revisions 203258 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r203258 | qwell | 2009-06-25 14:22:46 -0500 (Thu, 25 Jun 2009) | 10 lines Unmute when we get a dtmfup (we muted on dtmfdown) event. This would occasionally cause one-way audio when using hardware DTMF detection. (closes issue #14761) Reported by: tzafrir Patches: v1-14761.patch uploaded by dimas (license 88) Tested by: tzafrir, dimas ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@203276 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_dahdi.c')
-rw-r--r--channels/chan_dahdi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 67bc6b91e..fc647263b 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -5723,6 +5723,7 @@ static struct ast_frame *dahdi_handle_event(struct ast_channel *ast)
/* absorb event */
} else {
#endif
+ dahdi_confmute(p, 0);
p->subs[idx].f.frametype = AST_FRAME_DTMF_END;
p->subs[idx].f.subclass = res & 0xff;
#ifdef HAVE_PRI