[asterisk-commits] mmichelson: branch 11 r379311 - in /branches/11: ./ main/manager.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 16 16:50:02 CST 2013


Author: mmichelson
Date: Wed Jan 16 16:49:59 2013
New Revision: 379311

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379311
Log:
Further fix misinformation in the description of manager MailboxStatus command.

The description still claimed that it returned the number of messages rather than
whether there were messages waiting.
........

Merged revisions 379310 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Modified:
    branches/11/   (props changed)
    branches/11/main/manager.c

Propchange: branches/11/
------------------------------------------------------------------------------
--- branch-1.8-merged (original)
+++ branch-1.8-merged Wed Jan 16 16:49:59 2013
@@ -1,1 +1,1 @@
-/branches/1.8:1-378147,378164,378356,378375,378427,378455-378456,378486,378514,378554,378591,378733,378776,378933,378967,379001,379145,379178,379226,379276
+/branches/1.8:1-378147,378164,378356,378375,378427,378455-378456,378486,378514,378554,378591,378733,378776,378933,378967,379001,379145,379178,379226,379276,379310

Modified: branches/11/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/main/manager.c?view=diff&rev=379311&r1=379310&r2=379311
==============================================================================
--- branches/11/main/manager.c (original)
+++ branches/11/main/manager.c Wed Jan 16 16:49:59 2013
@@ -588,7 +588,7 @@
 		</syntax>
 		<description>
 			<para>Checks a voicemail account for status.</para>
-			<para>Returns number of messages.</para>
+			<para>Returns whether there are messages waiting.</para>
 			<para>Message: Mailbox Status.</para>
 			<para>Mailbox: <replaceable>mailboxid</replaceable>.</para>
 			<para>Waiting: <literal>0</literal> if messages waiting, <literal>1</literal>




More information about the asterisk-commits mailing list