summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2009-12-02 18:35:47 +0000
committerJoshua Colp <jcolp@digium.com>2009-12-02 18:35:47 +0000
commita0b1c785c61b4ff57be541f36e7bf524d8b7cb8a (patch)
treea3573d98c54a8804d2c0899a1a75d1d8b29adcad /CHANGES
parent74b388ea4a950e12c256822e0699311bd288f3da (diff)
Add an option to Record which enables a mode where any DTMF digit will terminate recording.
(closes issue #15436) Reported by: Vince Patches: app_record.diff uploaded by Vince (license 823) Tested by: dbrooks git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@232442 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b2651d8c9..5e3ff81bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -103,6 +103,8 @@ Applications
variable, AVAILCAUSECODE, instead of overwriting the device state in AVAILSTATUS.
* Added 'd' option to app_followme. This option disables the "Please hold"
announcement.
+ * Added 'y' option to app_record. This option enables a mode where any DTMF digit
+ received will terminate recording.
Dialplan Functions
------------------