diff --git a/apps/app_queue.c b/apps/app_queue.c index a1d7e5b152..9b75d11d05 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1659,6 +1659,7 @@ static void record_abandoned(struct queue_ent *qe) ast_mutex_unlock(&qe->parent->lock); } +/*! \brief RNA == Ring No Answer. Common code that is executed when we try a queue member and they don't answer. */ static void rna(int rnatime, struct queue_ent *qe, char *membername) {