From: Eliel C. Sardanons Date: Fri, 19 Dec 2008 18:20:46 +0000 (+0000) Subject: Fix the XML documentation for Record(). X-Git-Tag: 1.6.2.0-beta1~543 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=340d22ab3944d136efaf0f46c0feaa9cd151cc9a;p=thirdparty%2Fasterisk.git 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 --- 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.