summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-02-14 09:12:31 -0500
committerSean Bright <sean.bright@gmail.com>2017-02-14 09:12:31 -0500
commitf99e5f4de422ef4832c409dcc7b5cb44626a6171 (patch)
tree788875023bf00bbf241fbb935dc989413a8da745 /CHANGES
parente0c52c5ec217a64adfccbe7a2a36bd306091a0d4 (diff)
app_record: Add option to prevent silence from being truncated
When using Record() with the silence detection feature, the stream is written out to the given file. However, if only 'silence' is detected, this file is then truncated to the first second of the recording. This patch adds the 'u' option to Record() to override that behavior. ASTERISK-18286 #close Reported by: var Patches: app_record-1.8.7.1.diff (license #6184) patch uploaded by var Change-Id: Ia1cd163483235efe2db05e52f39054288553b957
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dc5f0584c..d148f6bf6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,15 @@
==============================================================================
------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 13.14.0 to Asterisk 13.15.0 ----------
+------------------------------------------------------------------------------
+
+app_record
+------------------
+ * Added new 'u' option to Record() application which prevents Asterisk from
+ truncating silence from the end of recorded files.
+
+------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.13.0 to Asterisk 13.14.0 ----------
------------------------------------------------------------------------------