Index: apps/app_queue.c =================================================================== --- apps/app_queue.c (revision 37084) +++ apps/app_queue.c (working copy) @@ -1595,6 +1595,11 @@ ast_cdr_busy(qe->chan->cdr); tmp->stillgoing = 0; update_dial_status(qe->parent, tmp->member, status); + + ast_mutex_lock(&qe->parent->lock); + qe->parent->rrpos++; + ast_mutex_unlock(&qe->parent->lock); + (*busies)++; return 0; } else if (status != tmp->oldstatus)