summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2013-02-19 15:41:37 +0000
committerKevin Harwell <kharwell@digium.com>2013-02-19 15:41:37 +0000
commit31b7426115f156d116f5b751f7c494be9c0558f7 (patch)
tree32be7549bf835a7a8cff09449cad0a06cdb0e461 /CHANGES
parent0d553eece8c126d8db50a0913496f44e7a424175 (diff)
Added Confbridge record_file_append option.
Currently, if one starts, stops, and then starts a recording again for a conference the recorded data is appended to the file originally created on the first record start. An option record_file_append has been added that defaults to "yes", but when set to "no" will force creation of a new file between every record start/stop. (issue AST-1088) Reported by: John Bigelow Review: http://reviewboard.digium.internal/r/374/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@381729 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed3972270..906efa54b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -146,6 +146,9 @@ ConfBridge
file will be played to the user, and only the user, upon joining the
conference bridge.
+ * Added record_file_append option that defaults to "yes", but if set to no
+ will create a new file between each start/stop recording.
+
Dial
-------------------