[asterisk-commits] lmadsen: tag 1.6.2.17-rc3 r308143 - in /tags/1.6.2.17-rc3: ./ apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Feb 16 09:10:57 CST 2011
Author: lmadsen
Date: Wed Feb 16 09:10:52 2011
New Revision: 308143
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=308143
Log:
Update .version file, ChangLog, removed old summary files, and merged in change to app_queue.
Removed:
tags/1.6.2.17-rc3/asterisk-1.6.2.17-rc2-summary.html
tags/1.6.2.17-rc3/asterisk-1.6.2.17-rc2-summary.txt
Modified:
tags/1.6.2.17-rc3/.version
tags/1.6.2.17-rc3/ChangeLog
tags/1.6.2.17-rc3/apps/app_queue.c
Modified: tags/1.6.2.17-rc3/.version
URL: http://svnview.digium.com/svn/asterisk/tags/1.6.2.17-rc3/.version?view=diff&rev=308143&r1=308142&r2=308143
==============================================================================
--- tags/1.6.2.17-rc3/.version (original)
+++ tags/1.6.2.17-rc3/.version Wed Feb 16 09:10:52 2011
@@ -1,1 +1,1 @@
-1.6.2.17-rc2
+1.6.2.17-rc3
Modified: tags/1.6.2.17-rc3/ChangeLog
URL: http://svnview.digium.com/svn/asterisk/tags/1.6.2.17-rc3/ChangeLog?view=diff&rev=308143&r1=308142&r2=308143
==============================================================================
--- tags/1.6.2.17-rc3/ChangeLog (original)
+++ tags/1.6.2.17-rc3/ChangeLog Wed Feb 16 09:10:52 2011
@@ -1,3 +1,25 @@
+2011-02-16 Leif Madsen <lmadsen at digium.com>
+
+ * Asterisk 1.6.2.17-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.6.2.17-rc2 Released.
Modified: tags/1.6.2.17-rc3/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/tags/1.6.2.17-rc3/apps/app_queue.c?view=diff&rev=308143&r1=308142&r2=308143
==============================================================================
--- tags/1.6.2.17-rc3/apps/app_queue.c (original)
+++ tags/1.6.2.17-rc3/apps/app_queue.c Wed Feb 16 09:10:52 2011
@@ -3050,7 +3050,6 @@
break;
case AST_CONTROL_RINGING:
ast_verb(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