[asterisk-commits] mmichelson: trunk r92444 - in /trunk: ./	apps/app_queue.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Dec 12 10:11:14 CST 2007
    
    
  
Author: mmichelson
Date: Wed Dec 12 10:11:13 2007
New Revision: 92444
URL: http://svn.digium.com/view/asterisk?view=rev&rev=92444
Log:
Merged revisions 92443 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r92443 | mmichelson | 2007-12-12 10:08:55 -0600 (Wed, 12 Dec 2007) | 3 lines
Removing an unused variable.
........
Modified:
    trunk/   (props changed)
    trunk/apps/app_queue.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=92444&r1=92443&r2=92444
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Wed Dec 12 10:11:13 2007
@@ -2196,7 +2196,6 @@
 	const char *queue = qe->parent->name;
 	struct callattempt *o;
 	int status;
-	int sentringing = 0;
 	int numbusies = prebusies;
 	int numnochan = 0;
 	int stillgoing = 0;
@@ -2370,12 +2369,6 @@
 							break;
 						case AST_CONTROL_RINGING:
 							ast_verb(3, "%s is ringing\n", o->chan->name);
-							if (!sentringing) {
-#if 0
-								ast_indicate(in, AST_CONTROL_RINGING);
-#endif								
-								sentringing++;
-							}
 							break;
 						case AST_CONTROL_OFFHOOK:
 							/* Ignore going off hook */
    
    
More information about the asterisk-commits
mailing list