[asterisk-commits] dbrooks: trunk r210436 - /trunk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Aug 4 13:59:40 CDT 2009
Author: dbrooks
Date: Tue Aug 4 13:59:36 2009
New Revision: 210436
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=210436
Log:
Blocked revisions 210067 via svnmerge
........
r210067 | dbrooks | 2009-08-03 11:15:20 -0500 (Mon, 03 Aug 2009) | 11 lines
Fixes dialplan wildcard extension taking precedence over call pickup code.
Prior to this patch, a wildcard extension in the dialplan (for example, _*.) would take
precedence over picking up a call in the channel's pickup group. This patch simply moves
the block of code handling pickup group matching to above the extension matching code.
(closes issue #14735)
Reported by: stevedavies
Review: https://reviewboard.asterisk.org/r/319/
........
Modified:
trunk/ (props changed)
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.
More information about the asterisk-commits
mailing list