[asterisk-commits] trunk r30173 - /trunk/apps/app_queue.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed May 24 18:40:21 MST 2006


Author: bweschke
Date: Wed May 24 20:40:20 2006
New Revision: 30173

URL: http://svn.digium.com/view/asterisk?rev=30173&view=rev
Log:
 Doxygen comment for Qwell


Modified:
    trunk/apps/app_queue.c

Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?rev=30173&r1=30172&r2=30173&view=diff
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Wed May 24 20:40:20 2006
@@ -1659,6 +1659,7 @@
 	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)
 {
 



More information about the asterisk-commits mailing list