summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2010-05-18 19:27:34 +0000
committerJeff Peeler <jpeeler@digium.com>2010-05-18 19:27:34 +0000
commit94df424e1d940e9ccbd3ea3c5c2c54191c5fe465 (patch)
tree6ba1800e052598dadb9b666c118e51c49f5ec0c8 /CHANGES
parent4c034c1f72676a8ef0198768fc5a2e6a17aad9d7 (diff)
Merged revisions 263769 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r263769 | jpeeler | 2010-05-18 13:54:58 -0500 (Tue, 18 May 2010) | 10 lines Modify directory name reading to be interrupted with operator or pound escape. In the case of accidentally entering the wrong first three letters for the reading, users could be very frustrated if the name listing is very long. This allows interrupting the reading by pressing 0 or #. 0 will attempt to execute a configured operator (o) extension and # will exit and proceed in the dialplan. ABE-2200 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@263807 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ff60c5fc8..76ff1f9ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -571,6 +571,7 @@ Applications
* Added ConfBridge dialplan application which does conference bridges without
DAHDI. For information on its use, please see the output of
"core show application ConfBridge" from the CLI.
+ * app_directory now allows exiting at any time using the operator or pound key.
Miscellaneous
-------------