diff --git a/apps/app_queue.c b/apps/app_queue.c index 28efe67be7..18e9942b50 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -3558,6 +3558,7 @@ static struct callattempt *wait_for_answer(struct queue_ent *qe, struct callatte ast_moh_stop(qe->chan); ast_indicate(qe->chan, AST_CONTROL_RINGING); } + ast_indicate(in, AST_CONTROL_RINGING); break; case AST_CONTROL_OFFHOOK: /* Ignore going off hook */