From 5b9f4110bceacc7ab92e668c767a6afd511d34f9 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 9 Aug 2007 17:59:06 +0000 Subject: [PATCH] Merged revisions 78778 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r78778 | russell | 2007-08-09 12:58:31 -0500 (Thu, 09 Aug 2007) | 1 line add a comment to indicate that inboxcount for ODBC_STORAGE needs to be fixed to support multiple mailboxes ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@78779 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 2bb86ea96f..6ba352fe44 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -2296,6 +2296,7 @@ static const char *mbox(int id) } #ifdef ODBC_STORAGE +/*! XXX \todo Fix this function to support multiple mailboxes in the intput string */ static int inboxcount(const char *mailbox, int *newmsgs, int *oldmsgs) { int x = -1;