aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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