--- app_queue.c.orig 2005-07-13 10:35:19.000000000 +0000 +++ app_queue.c 2005-07-13 10:37:06.000000000 +0000 @@ -3311,6 +3311,12 @@ ast_mutex_unlock(&q->lock); } ast_mutex_unlock(&qlock); + ast_mutex_lock(&s->lock); + ast_cli(s->fd, + "Event: QueueStatusComplete\r\n" + "%s" + "\r\n",idText); + ast_mutex_unlock(&s->lock); return RESULT_SUCCESS; }