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


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to