From 2a0653160122c7d3084a22d8661f6ea1a279d039 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Wed, 16 Jan 2013 22:45:17 +0000 Subject: [PATCH] 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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@379310 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/manager.c b/main/manager.c index deddcdfc26..b99cb17537 100644 --- a/main/manager.c +++ b/main/manager.c @@ -538,7 +538,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Checks a voicemail account for status. - Returns number of messages. + Returns whether there are messages waiting. Message: Mailbox Status. Mailbox: mailboxid. Waiting: 0 if messages waiting, 1 -- 2.47.3