[asterisk-commits] branch 1.2 r25520 -
	/branches/1.2/apps/app_queue.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Mon May  8 06:15:30 MST 2006
    
    
  
Author: bweschke
Date: Mon May  8 08:15:30 2006
New Revision: 25520
URL: http://svn.digium.com/view/asterisk?rev=25520&view=rev
Log:
 Oops. :(
Modified:
    branches/1.2/apps/app_queue.c
Modified: branches/1.2/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_queue.c?rev=25520&r1=25519&r2=25520&view=diff
==============================================================================
--- branches/1.2/apps/app_queue.c (original)
+++ branches/1.2/apps/app_queue.c Mon May  8 08:15:30 2006
@@ -1185,7 +1185,7 @@
  	qe->last_pos = now;
 	qe->last_pos_said = qe->pos;
 	/* Don't restart music on hold if we're about to exit the caller from the queue */
-	if (!res)
+	if (res)
 		ast_moh_start(qe->chan, qe->moh);
 
 	return res;
    
    
More information about the asterisk-commits
mailing list