diff --git a/apps/app_queue.c b/apps/app_queue.c index b08f5cc55a..ff001eecd0 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -6862,9 +6862,6 @@ static int try_calling(struct queue_ent *qe, struct ast_flags opts, char **opt_a hung up XXX */ tmp->q_next = outgoing; outgoing = tmp; - /* If this line is up, don't try anybody else */ - if (outgoing->chan && (ast_channel_state(outgoing->chan) == AST_STATE_UP)) - break; } else { callattempt_free(tmp); }