Index: app_queue.c =================================================================== --- app_queue.c (revision 375351) +++ app_queue.c (working copy) @@ -3524,6 +3524,7 @@ ast_cdr_busy(ast_channel_cdr(qe->chan)); } tmp->stillgoing = 0; + (*busies)++; return 0; } @@ -3554,6 +3555,7 @@ ast_cdr_busy(ast_channel_cdr(qe->chan)); } tmp->stillgoing = 0; + (*busies)++; return 0; } }