[asterisk-commits] trunk r25521 - in /trunk: ./ apps/app_queue.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon May 8 06:16:07 MST 2006


Author: bweschke
Date: Mon May  8 08:16:06 2006
New Revision: 25521

URL: http://svn.digium.com/view/asterisk?rev=25521&view=rev
Log:
Merged revisions 25520 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r25520 | bweschke | 2006-05-08 09:15:30 -0400 (Mon, 08 May 2006) | 3 lines

 Oops. :(


........

Modified:
    trunk/   (props changed)
    trunk/apps/app_queue.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?rev=25521&r1=25520&r2=25521&view=diff
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Mon May  8 08:16:06 2006
@@ -1215,7 +1215,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