diff --git a/apps/app_queue.c b/apps/app_queue.c index 6e940f789e..a7f55ac734 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -3053,7 +3053,6 @@ static struct callattempt *wait_for_answer(struct queue_ent *qe, struct callatte break; case AST_CONTROL_RINGING: ast_verb(3, "%s is ringing\n", o->chan->name); - ast_indicate(in, AST_CONTROL_RINGING); break; case AST_CONTROL_OFFHOOK: /* Ignore going off hook */