mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
app_confbridge: Fix build error caused by XML validation errors
Summaries can't contain XML nodes, as they are defined to contain only text data. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@429952 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -315,7 +315,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="record_file_timestamp" default="yes">
|
||||
<synopsis>Append the start time to the <replaceable>record_file</replaceable> name so that it is unique.</synopsis>
|
||||
<synopsis>Append the start time to the record_file name so that it is unique.</synopsis>
|
||||
<description><para>
|
||||
When <replaceable>record_file_timestamp</replaceable> is set to yes, the start time is appended to
|
||||
<replaceable>record_file</replaceable> so that the filename is unique. This allows you to specify
|
||||
|
Reference in New Issue
Block a user