Skip to content
Snippets Groups Projects
Commit 340d22ab authored by Eliel C. Sardanons's avatar Eliel C. Sardanons
Browse files

Fix the XML documentation for Record().

<value> tags inside <variable> elements must have CDATA and no
another XML node.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165954 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 37d8f255
Branches
Tags
No related merge requests found
......@@ -90,12 +90,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment