[Home]

Summary:ASTERISK-06753: Read Extension Number After Name
Reporter:Brian T Glenn (delink)Labels:
Date Opened:2006-04-11 07:35:38Date Closed:2006-04-11 10:38:55
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_directory
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-1.2.6_delink-directory-readext_0.01.patch
( 1) asterisk-SVN-trunk-r16051M_delink-directory-readext_0.01.patch
Description:This patch adds an option 'e' to the Directory() application. When 'e' is passed as an option, and there is either a recorded name or a text name for the application to read, it will cause the word "extension" and the numeric extension that matched the name to be read back to the caller. The extension will not be read if the default case of no name is reached (the application reads the extension already in this case so doesn't need to do it twice).
Comments:By: Brian T Glenn (delink) 2006-04-11 07:38:23

I am also attaching a version of this patch that works with asterisk 1.2.6

By: BJ Weschke (bweschke) 2006-04-11 10:38:36

Committed to /trunk. Thanks!