[Home]

Summary:ASTERISK-02989: macros cannot exit on */# keys like regular contexts
Reporter:Kevin P. Fleming (kpfleming)Labels:
Date Opened:2004-12-14 22:07:13.000-0600Date Closed:2008-01-15 15:16:38.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) macro_key_exit_rev1.diff
Description:The extension processing loop in pbx.c jumps to a different extension whenever 0-9, A-F, * or # are pressed. The equivalent loop in app_macro does not respect the * and # keys. Patch adds them to app_macro to be consistent.

****** ADDITIONAL INFORMATION ******

Disclaimer is on file.
Comments:By: Mark Spencer (markster) 2004-12-14 22:28:03.000-0600

Fixed in CVS, thanks!

By: Russell Bryant (russell) 2004-12-14 22:59:37.000-0600

fixed in 1.0 - will be in 1.0.4

By: Digium Subversion (svnbot) 2008-01-15 15:16:36.000-0600

Repository: asterisk
Revision: 4447

U   trunk/apps/app_macro.c

------------------------------------------------------------------------
r4447 | markster | 2008-01-15 15:16:36 -0600 (Tue, 15 Jan 2008) | 2 lines

Small macro fix (bug ASTERISK-2989)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:16:38.000-0600

Repository: asterisk
Revision: 4449

U   branches/v1-0/apps/app_macro.c

------------------------------------------------------------------------
r4449 | russell | 2008-01-15 15:16:37 -0600 (Tue, 15 Jan 2008) | 2 lines

Make macro processing consistent with regular exten processing (bug ASTERISK-2989)

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

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