diff --git a/apps/app_queue.c b/apps/app_queue.c index 8cf3bf46f7..7b3538d195 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -2178,7 +2178,8 @@ static int is_our_turn(struct queue_ent *qe) switch (cur->status) { case AST_DEVICE_NOT_INUSE: case AST_DEVICE_UNKNOWN: - avl++; + if (!cur->paused) + avl++; break; } }