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:35:18 -0500
commit662c9e69fa021887146b887e06cd99cac568701d (patch)
treefc073bd3de76412ae75421b9ee87cc56ad973127 /CHANGES
parent72845bd4b56bc18a0eefe2c3cb9c4a2f6117f460 (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 1671d3635..79a1840b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -80,6 +80,15 @@ app_queue
using app_queue.
------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 14.3.0 to Asterisk 14.4.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 14.2.0 to Asterisk 14.3.0 ------------
------------------------------------------------------------------------------