[asterisk-commits] file: branch 1.6.1 r170571 - in /branches/1.6.1: ./ apps/app_dial.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 23 13:10:43 CST 2009


Author: file
Date: Fri Jan 23 13:10:43 2009
New Revision: 170571

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=170571
Log:
Merged revisions 170569 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r170569 | file | 2009-01-23 15:09:18 -0400 (Fri, 23 Jan 2009) | 11 lines
  
  Merged revisions 170568 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r170568 | file | 2009-01-23 15:06:54 -0400 (Fri, 23 Jan 2009) | 4 lines
    
    When a call is forwarded stop any active indications. The new channel will provide an indication, if need be, itself.
    (closes issue #14310)
    Reported by: RadicAlish
  ........
................

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/apps/app_dial.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/apps/app_dial.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/apps/app_dial.c?view=diff&rev=170571&r1=170570&r2=170571
==============================================================================
--- branches/1.6.1/apps/app_dial.c (original)
+++ branches/1.6.1/apps/app_dial.c Fri Jan 23 13:10:43 2009
@@ -568,6 +568,9 @@
 			/* Hangup the original channel now, in case we needed it */
 			ast_hangup(original);
 		}
+		if (single) {
+			ast_indicate(in, -1);
+		}
 	}
 }
 




More information about the asterisk-commits mailing list