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

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Feb 14 13:21:39 MST 2006


Author: kpfleming
Date: Tue Feb 14 14:21:38 2006
New Revision: 10019

URL: http://svn.digium.com/view/asterisk?rev=10019&view=rev
Log:
Merged revisions 9961,9964,9990,10018 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10018 | kpfleming | 2006-02-14 14:20:15 -0600 (Tue, 14 Feb 2006) | 2 lines

don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)

........

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=10019&r1=10018&r2=10019&view=diff
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Tue Feb 14 14:21:38 2006
@@ -2169,7 +2169,6 @@
 	if (!peer) {
 		if (to) {
 			/* Must gotten hung up */
-			record_abandoned(qe);
 			res = -1;
 		} else {
 			res = digit;



More information about the asterisk-commits mailing list