[Home]

Summary:ASTERISK-12779: [patch] Background and WaitExten broken in pbx_lua
Reporter:Matthew Nicholson (mnicholson)Labels:
Date Opened:2008-09-26 11:42:12Date Closed:2008-09-26 12:37:14
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/PBX
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) found1.diff
Description:Background and WaitExten don't work in pbx_lua because pbx_extensions_helper does not set the 'found' variable when it locates an extension in a pbx switch.  The attached patch set's the variable properly.
Comments:By: Digium Subversion (svnbot) 2008-09-26 12:37:12

Repository: asterisk
Revision: 144677

U   branches/1.4/main/pbx.c

------------------------------------------------------------------------
r144677 | murf | 2008-09-26 12:37:11 -0500 (Fri, 26 Sep 2008) | 12 lines

(closes issue ASTERISK-12779)
Reported by: mnicholson
Patches:
     found1.diff uploaded by mnicholson (license 96)

This patch was mainly meant to apply to trunk and 1.6.x,
but I'm applying it to 1.4 also, which should be a perfectly
harmless fix to the vast majority of users who are not using
external switches, but the few who might be affected
will not have to go to the pain of filing a bug report.


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=144677