aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 01:40:20 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-25 01:40:20 +0000
commit4e84a6faa6f8b497912dac9f76c7e885c63e9b3b (patch)
tree1b3ad2b090c53512ae4638632219d23ea705147e /apps/app_queue.c
parent557ba0f7769673855c9bbb3264c7e696d09ddc91 (diff)
Doxygen comment for Qwell
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30173 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index a1d7e5b15..9b75d11d0 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)
{