[asterisk-commits] mjordan: trunk r429952 - /trunk/apps/confbridge/conf_config_parser.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 22 06:16:47 CST 2014
Author: mjordan
Date: Mon Dec 22 06:16:36 2014
New Revision: 429952
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=429952
Log:
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.
Modified:
trunk/apps/confbridge/conf_config_parser.c
Modified: trunk/apps/confbridge/conf_config_parser.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/confbridge/conf_config_parser.c?view=diff&rev=429952&r1=429951&r2=429952
==============================================================================
--- trunk/apps/confbridge/conf_config_parser.c (original)
+++ trunk/apps/confbridge/conf_config_parser.c Mon Dec 22 06:16:36 2014
@@ -315,7 +315,7 @@
</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
More information about the asterisk-commits
mailing list