summaryrefslogtreecommitdiff
path: root/apps/app_record.c
diff options
context:
space:
mode:
authorEliel C. Sardanons <eliels@gmail.com>2008-12-19 18:20:46 +0000
committerEliel C. Sardanons <eliels@gmail.com>2008-12-19 18:20:46 +0000
commit340d22ab3944d136efaf0f46c0feaa9cd151cc9a (patch)
tree7604362c51c55695e324423fa9e77f3f3bc005b6 /apps/app_record.c
parent37d8f255e485044cf81a318bab35866355794317 (diff)
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
Diffstat (limited to 'apps/app_record.c')
-rw-r--r--apps/app_record.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index 11a32e04c..8713563f0 100644
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -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>