mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
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
This commit is contained in:
@@ -292,6 +292,15 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
with a unique filename starting with the 'confbridge' prefix.
|
with a unique filename starting with the 'confbridge' prefix.
|
||||||
</para></description>
|
</para></description>
|
||||||
</configOption>
|
</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">
|
<configOption name="video_mode">
|
||||||
<synopsis>Sets how confbridge handles video distribution to the conference participants</synopsis>
|
<synopsis>Sets how confbridge handles video distribution to the conference participants</synopsis>
|
||||||
<description><para>
|
<description><para>
|
||||||
|
|||||||
Reference in New Issue
Block a user