[svn-commits] eliel: trunk r165954 - /trunk/apps/app_record.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Dec 19 12:20:46 CST 2008


Author: eliel
Date: Fri Dec 19 12:20:46 2008
New Revision: 165954

URL: http://svn.digium.com/view/asterisk?view=rev&rev=165954
Log:
Fix the XML documentation for Record().
<value> tags inside <variable> elements must have CDATA and no
another XML node.

Modified:
    trunk/apps/app_record.c

Modified: trunk/apps/app_record.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_record.c?view=diff&rev=165954&r1=165953&r2=165954
==============================================================================
--- trunk/apps/app_record.c (original)
+++ trunk/apps/app_record.c Fri Dec 19 12:20:46 2008
@@ -90,12 +90,12 @@
 				</variable>
 				<variable name="RECORD_STATUS">
 					<para>This is the final status of the command</para>
-					<value name="DTMF"><para>A terminating DTMF was received ('#' or '*', depending upon option 't')</para></value>
-					<value name="SILENCE"><para>The maximum silence occurred in the recording.</para></value>
-					<value name="SKIP"><para>The line was not yet answered and the 's' option was specified.</para></value>
-					<value name="TIMEOUT"><para>The maximum length was reached.</para></value>
-					<value name="HANGUP"><para>The channel was hung up.</para></value>
-					<value name="ERROR"><para>An unrecoverable error occurred, which resulted in a WARNING to the logs.</para></value>
+					<value name="DTMF">A terminating DTMF was received ('#' or '*', depending upon option 't')</value>
+					<value name="SILENCE">The maximum silence occurred in the recording.</value>
+					<value name="SKIP">The line was not yet answered and the 's' option was specified.</value>
+					<value name="TIMEOUT">The maximum length was reached.</value>
+					<value name="HANGUP">The channel was hung up.</value>
+					<value name="ERROR">An unrecoverable error occurred, which resulted in a WARNING to the logs.</value>
 				</variable>
 			</variablelist>
 		</description>




More information about the svn-commits mailing list