diff --git a/apps/app_queue.c b/apps/app_queue.c index 472e674cc7..4b99f4d6e1 100755 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1204,7 +1204,6 @@ static int update_status(struct ast_call_queue *q, struct member *member, int st } cur = cur->next; } - q->callscompleted++; ast_mutex_unlock(&q->lock); return 0; }