summaryrefslogtreecommitdiff
path: root/apps/confbridge/conf_config_parser.c
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2013-05-20 13:45:50 +0000
committerKinsey Moore <kmoore@digium.com>2013-05-20 13:45:50 +0000
commiteb06c505f4bfb13e135a377b3e85c4f022851a2d (patch)
tree018bc1a198cf2254d76c26e18771841579733d27 /apps/confbridge/conf_config_parser.c
parent62e64134facb69cbd43880b20f6c4847b6987330 (diff)
Add documentation for record_file_append
When this option was added, it was noted in CHANGES, but was missing the XML documentation that this patch adds. (closes issue ASTERISK-21780) Patch-by: Brad Latus (snuffy) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389202 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/confbridge/conf_config_parser.c')
-rw-r--r--apps/confbridge/conf_config_parser.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/confbridge/conf_config_parser.c b/apps/confbridge/conf_config_parser.c
index 3c130e92e..1bca2d5c2 100644
--- a/apps/confbridge/conf_config_parser.c
+++ b/apps/confbridge/conf_config_parser.c
@@ -292,6 +292,15 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
with a unique filename starting with the 'confbridge' prefix.
</para></description>
</configOption>
+ <configOption name="record_file_append" default="yes">
+ <synopsis>Append record file when starting/stopping on same conference recording</synopsis>
+ <description><para>
+ When record_file_append is set to yes, stopping and starting recording on a
+ conference adds the new portion to end of current record_file. When this is
+ set to no, a new record_file is generated every time you start then stop recording
+ on a conference.
+ </para></description>
+ </configOption>
<configOption name="video_mode">
<synopsis>Sets how confbridge handles video distribution to the conference participants</synopsis>
<description><para>