Skip to content
Snippets Groups Projects
Commit 200a25e2 authored by Michael L. Young's avatar Michael L. Young
Browse files

Fix XML Document Validation Failure

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)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b0c3d288
No related branches found
No related tags found
No related merge requests found
......@@ -161,18 +161,18 @@ static const char app[] = "AlarmReceiver";
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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment