[asterisk-commits] qwell: branch 1.4 r308002 - /branches/1.4/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Feb 15 17:32:28 CST 2011


Author: qwell
Date: Tue Feb 15 17:32:20 2011
New Revision: 308002

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=308002
Log:
Fix regression that changed behavior of queues when ringing a queue member.

This reverts r298596, which was to fix a highly bizarre and contrived issue
with a queue member that called into his own queue being transferred back
into his own queue.  I couldn't reproduce that issue in any way.  I think one
of the other recent transfer fixes actually fixed this.

(closes issue #18747)
Reported by: vrban

Modified:
    branches/1.4/apps/app_queue.c

Modified: branches/1.4/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=308002&r1=308001&r2=308002
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Tue Feb 15 17:32:20 2011
@@ -2442,7 +2442,6 @@
 						case AST_CONTROL_RINGING:
 							if (option_verbose > 2)
 								ast_verbose( VERBOSE_PREFIX_3 "%s is ringing\n", o->chan->name);
-							ast_indicate(in, AST_CONTROL_RINGING);
 							break;
 						case AST_CONTROL_OFFHOOK:
 							/* Ignore going off hook */




More information about the asterisk-commits mailing list