[asterisk-commits] mmichelson: branch 1.8 r379310 - /branches/1.8/main/manager.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 16 16:45:21 CST 2013
Author: mmichelson
Date: Wed Jan 16 16:45:17 2013
New Revision: 379310
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379310
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.
Modified:
branches/1.8/main/manager.c
Modified: branches/1.8/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/manager.c?view=diff&rev=379310&r1=379309&r2=379310
==============================================================================
--- branches/1.8/main/manager.c (original)
+++ branches/1.8/main/manager.c Wed Jan 16 16:45:17 2013
@@ -538,7 +538,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