[asterisk-commits] elguero: trunk r375215 - /trunk/apps/app_alarmreceiver.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Oct 18 15:31:09 CDT 2012


Author: elguero
Date: Thu Oct 18 15:31:05 2012
New Revision: 375215

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=375215
Log:
Fix documentation error when validating the xml in trunk caused by r375150.
Moved the description end tag down to below the variablelist element end tag.

Found when compiling with --dev-mode-enabled.

(issue ASTERISK-20289)

Modified:
    trunk/apps/app_alarmreceiver.c

Modified: trunk/apps/app_alarmreceiver.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_alarmreceiver.c?view=diff&rev=375215&r1=375214&r2=375215
==============================================================================
--- trunk/apps/app_alarmreceiver.c (original)
+++ trunk/apps/app_alarmreceiver.c Thu Oct 18 15:31:05 2012
@@ -161,18 +161,18 @@
 			acknowledgement tones.</para>
 			<note><para>Few Ademco DTMF signalling formats are detected automaticaly: Contact ID, Express 4+1,
 			Express 4+2, High Speed and Super Fast.</para></note>
+			<para>The application is affected by the following variables:</para>
+			<variablelist>
+				<variable name="ALARMRECEIVER_CALL_LIMIT">
+					<para>Maximum call time, in milliseconds.</para>
+					<para>If set, this variable causes application to exit after the specified time.</para>
+				</variable>
+				<variable name="ALARMRECEIVER_RETRIES_LIMIT">
+					<para>Maximum number of retries per call.</para>
+					<para>If set, this variable causes application to exit after the specified number of messages.</para>
+				</variable>
+			</variablelist>
 		</description>
-		<para>The application is affected by the following variables:</para>
-		<variablelist>
-			<variable name="ALARMRECEIVER_CALL_LIMIT">
-				<para>Maximum call time, in milliseconds.</para>
-				<para>If set, this variable causes application to exit after the specified time.</para>
-			</variable>
-			<variable name="ALARMRECEIVER_RETRIES_LIMIT">
-				<para>Maximum number of retries per call.</para>
-				<para>If set, this variable causes application to exit after the specified number of messages.</para>
-			</variable>
-		</variablelist>
 		<see-also>
 			<ref type="filename">alarmreceiver.conf</ref>
 		</see-also>




More information about the asterisk-commits mailing list