[asterisk-commits] file: trunk r170569 - in /trunk: ./ apps/app_dial.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 23 13:09:18 CST 2009
Author: file
Date: Fri Jan 23 13:09:18 2009
New Revision: 170569
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=170569
Log:
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:
trunk/ (props changed)
trunk/apps/app_dial.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_dial.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/apps/app_dial.c?view=diff&rev=170569&r1=170568&r2=170569
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Fri Jan 23 13:09:18 2009
@@ -775,6 +775,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