From 200a25e2c9c6fbfe904ad7fb43a80bc1ccf0e39d Mon Sep 17 00:00:00 2001 From: "Michael L. Young" Date: Thu, 18 Oct 2012 20:31:05 +0000 Subject: [PATCH] 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 --- apps/app_alarmreceiver.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c index e307626b5b..9063e1a606 100644 --- a/apps/app_alarmreceiver.c +++ b/apps/app_alarmreceiver.c @@ -161,18 +161,18 @@ static const char app[] = "AlarmReceiver"; acknowledgement tones. Few Ademco DTMF signalling formats are detected automaticaly: Contact ID, Express 4+1, Express 4+2, High Speed and Super Fast. + The application is affected by the following variables: + + + Maximum call time, in milliseconds. + If set, this variable causes application to exit after the specified time. + + + Maximum number of retries per call. + If set, this variable causes application to exit after the specified number of messages. + + - The application is affected by the following variables: - - - Maximum call time, in milliseconds. - If set, this variable causes application to exit after the specified time. - - - Maximum number of retries per call. - If set, this variable causes application to exit after the specified number of messages. - - alarmreceiver.conf