From 340d22ab3944d136efaf0f46c0feaa9cd151cc9a Mon Sep 17 00:00:00 2001 From: "Eliel C. Sardanons" Date: Fri, 19 Dec 2008 18:20:46 +0000 Subject: [PATCH] Fix the XML documentation for Record(). tags inside 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 --- apps/app_record.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/app_record.c b/apps/app_record.c index 11a32e04c6..8713563f0f 100644 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -90,12 +90,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") This is the final status of the command - A terminating DTMF was received ('#' or '*', depending upon option 't') - The maximum silence occurred in the recording. - The line was not yet answered and the 's' option was specified. - The maximum length was reached. - The channel was hung up. - An unrecoverable error occurred, which resulted in a WARNING to the logs. + A terminating DTMF was received ('#' or '*', depending upon option 't') + The maximum silence occurred in the recording. + The line was not yet answered and the 's' option was specified. + The maximum length was reached. + The channel was hung up. + An unrecoverable error occurred, which resulted in a WARNING to the logs.