[Home]

Summary:ASTERISK-17912: Add option to app_read to allow for capturing # at end of input
Reporter:Greg Miell (gothack)Labels:
Date Opened:2011-05-23 18:40:43Date Closed:2011-05-27 11:22:53
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_read
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:It'd be awesome if we could capture the # at the end of the read application's input for example:
With opt? - Dialled - Saved to var
No        - 1234#   - 1234
No        - 123     - 123
No        - #       -
Yes       - 1234#   - 1234#
Yes       - 123     - 123
Yes       - #       - #

Just an idea, would clean up the workaround hacks for capturing # in dialplans.

I will take a look over the next week and see if I can get a patch together, seems pretty simple :)
Comments:By: Leif Madsen (lmadsen) 2011-05-27 11:22:53

As this is a feature request without a patch I am closing this (per policy). If you can provide a patch to add this feature, then you can reopen the issue and attach the patch (unified diff). Please create the new feature against trunk which is where all new features go. Thanks!