From 25e6cee37057c075777efa1a24b8a1232c95af1e Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Mon, 27 Aug 2012 21:24:30 +0000 Subject: [PATCH] Fix incorrect documentation of the MailboxStatus manager command. The "Waiting" field was misdocumented as reporting the number of messages waiting. In reality, it simply indicated the presence or absence of waiting messages. (closes issue AST-975) reported by John Bigelow git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@371782 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/manager.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/manager.c b/main/manager.c index cdb901d84d..13670eb03e 100644 --- a/main/manager.c +++ b/main/manager.c @@ -541,7 +541,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Returns number of messages. Message: Mailbox Status. Mailbox: mailboxid. - Waiting: count. + Waiting: 0 if messages waiting, 1 + if no messages waiting. -- 2.47.3