[svn-commits] lmadsen: tag 1.8.3-rc3 r308144 - in /tags/1.8.3-rc3: ./ apps/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 16 09:16:29 CST 2011


Author: lmadsen
Date: Wed Feb 16 09:16:24 2011
New Revision: 308144

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=308144
Log:
Update .version and ChangeLog files. Remove old summary files. Merge in changes for chan_sip and app_queue.

Removed:
    tags/1.8.3-rc3/asterisk-1.8.3-rc2-summary.html
    tags/1.8.3-rc3/asterisk-1.8.3-rc2-summary.txt
Modified:
    tags/1.8.3-rc3/.version
    tags/1.8.3-rc3/ChangeLog
    tags/1.8.3-rc3/apps/app_queue.c

Modified: tags/1.8.3-rc3/.version
URL: http://svnview.digium.com/svn/asterisk/tags/1.8.3-rc3/.version?view=diff&rev=308144&r1=308143&r2=308144
==============================================================================
--- tags/1.8.3-rc3/.version (original)
+++ tags/1.8.3-rc3/.version Wed Feb 16 09:16:24 2011
@@ -1,1 +1,1 @@
-1.8.3-rc2
+1.8.3-rc3

Modified: tags/1.8.3-rc3/ChangeLog
URL: http://svnview.digium.com/svn/asterisk/tags/1.8.3-rc3/ChangeLog?view=diff&rev=308144&r1=308143&r2=308144
==============================================================================
--- tags/1.8.3-rc3/ChangeLog (original)
+++ tags/1.8.3-rc3/ChangeLog Wed Feb 16 09:16:24 2011
@@ -1,3 +1,39 @@
+2011-02-16  Leif Madsen <lmadsen at digium.com>
+
+	* Asterisk 1.8.3-rc3 Released.
+
+	------------------------------------------------------------------------
+	r301790 | jpeeler | 2011-01-14 11:32:53 -0600 (Fri, 14 Jan 2011) | 42 lines
+
+	Resolve deadlock involving REFER.
+
+	(closes issue 0018403)
+	Reported by: jthurman
+	Patches: 
+	      20110103-blind_deadlock.diff uploaded by jthurman (license 614)
+	            issue18403.patch uploaded by jpeeler (license 325)
+		    Tested by: jthurman
+
+	------------------------------------------------------------------------
+
+	------------------------------------------------------------------------
+	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.8.3-rc2 Released.

Modified: tags/1.8.3-rc3/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/tags/1.8.3-rc3/apps/app_queue.c?view=diff&rev=308144&r1=308143&r2=308144
==============================================================================
--- tags/1.8.3-rc3/apps/app_queue.c (original)
+++ tags/1.8.3-rc3/apps/app_queue.c Wed Feb 16 09:16:24 2011
@@ -3558,7 +3558,6 @@
 								ast_moh_stop(qe->chan);
 								ast_indicate(qe->chan, AST_CONTROL_RINGING);
 							}
-							ast_indicate(in, AST_CONTROL_RINGING);
 							break;
 						case AST_CONTROL_OFFHOOK:
 							/* Ignore going off hook */




More information about the svn-commits mailing list