aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/channel.c b/main/channel.c
index 41a62aeb7..d0c5ff05f 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -1757,6 +1757,7 @@ int __ast_answer(struct ast_channel *chan, unsigned int delay)
break;
}
+ ast_indicate(chan, -1);
chan->visible_indication = 0;
return res;