[svn-commits] tilghman: trunk r174886 - /trunk/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Feb 11 14:55:47 CST 2009
Author: tilghman
Date: Wed Feb 11 14:55:46 2009
New Revision: 174886
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=174886
Log:
Blocked revisions 174885 via svnmerge
........
r174885 | tilghman | 2009-02-11 14:54:18 -0600 (Wed, 11 Feb 2009) | 13 lines
Restore a behavior that was recently changed, when we fixed issue #13962 and
issue #13363 (related to issue #6176). When a hangup occurs during a Macro
execution in earlier 1.4, the h extension would execute within the Macro
context, whereas it was always supposed to execute only within the main context
(where Macro was called). So this fix checks for an "h" extension in the
deepest macro context where a hangup occurred; if it exists, that "h" extension
executes, otherwise the main context "h" is executed.
(closes issue #14122)
Reported by: wetwired
Patches:
20090210__bug14122.diff.txt uploaded by Corydon76 (license 14)
Tested by: andrew
........
Modified:
trunk/ (props changed)
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.
More information about the svn-commits
mailing list