mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user