[asterisk-commits] lmadsen: tag 1.4.40-rc3 r308142 - in /tags/1.4.40-rc3: ./ apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Feb 16 09:07:46 CST 2011
Author: lmadsen
Date: Wed Feb 16 09:07:41 2011
New Revision: 308142
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=308142
Log:
Update .version file, remove older summary files, update ChangeLog, merge change that was a blocker for this release.
Removed:
tags/1.4.40-rc3/asterisk-1.4.40-rc2-summary.html
tags/1.4.40-rc3/asterisk-1.4.40-rc2-summary.txt
Modified:
tags/1.4.40-rc3/.version
tags/1.4.40-rc3/ChangeLog
tags/1.4.40-rc3/apps/app_queue.c
Modified: tags/1.4.40-rc3/.version
URL: http://svnview.digium.com/svn/asterisk/tags/1.4.40-rc3/.version?view=diff&rev=308142&r1=308141&r2=308142
==============================================================================
--- tags/1.4.40-rc3/.version (original)
+++ tags/1.4.40-rc3/.version Wed Feb 16 09:07:41 2011
@@ -1,1 +1,1 @@
-1.4.40-rc2
+1.4.40-rc3
Modified: tags/1.4.40-rc3/ChangeLog
URL: http://svnview.digium.com/svn/asterisk/tags/1.4.40-rc3/ChangeLog?view=diff&rev=308142&r1=308141&r2=308142
==============================================================================
--- tags/1.4.40-rc3/ChangeLog (original)
+++ tags/1.4.40-rc3/ChangeLog Wed Feb 16 09:07:41 2011
@@ -1,3 +1,25 @@
+2011-02-16 Leif Madsen <lmadsen at digium.com>
+
+ * Asterisk 1.4.40-rc3 Released.
+
+ ------------------------------------------------------------------------
+ r308002 | qwell | 2011-02-15 17:32:21 -0600 (Tue, 15 Feb 2011) | 10
+ lines
+
+ 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 0018747)
+ Reported by: vrban
+
+ ------------------------------------------------------------------------
+
2011-01-20 Leif Madsen <lmadsen at digium.com>
* Asterisk 1.4.40-rc2 Released.
Modified: tags/1.4.40-rc3/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/tags/1.4.40-rc3/apps/app_queue.c?view=diff&rev=308142&r1=308141&r2=308142
==============================================================================
--- tags/1.4.40-rc3/apps/app_queue.c (original)
+++ tags/1.4.40-rc3/apps/app_queue.c Wed Feb 16 09:07:41 2011
@@ -2413,7 +2413,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