From eb37d38b7dbd97989d25510f4271554550dc817c Mon Sep 17 00:00:00 2001 From: Leif Madsen <leif@leifmadsen.com> Date: Mon, 19 Dec 2011 19:55:18 +0000 Subject: [PATCH] Update documentation for MESSAGE_SEND_STATUS variable. (Closes issue ASTERISK-19056) Reported by: Yuri Patches: 348360.diff uploaded by Yuri (license #5242) ........ Merged revisions 348605 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@348606 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/message.c b/main/message.c index edc54c8ea6..4247751006 100644 --- a/main/message.c +++ b/main/message.c @@ -115,7 +115,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") <para>This application sets the following channel variables:</para> <variablelist> <variable name="MESSAGE_SEND_STATUS"> - <para>This is the time from dialing a channel until when it is disconnected.</para> + <para>This is the message delivery status returned by this application.</para> <value name="INVALID_PROTOCOL"> No handler for the technology part of the URI was found. </value> -- GitLab