From: Russell Bryant Date: Thu, 9 Aug 2007 17:58:31 +0000 (+0000) Subject: add a comment to indicate that inboxcount for ODBC_STORAGE needs to be fixed to suppo... X-Git-Tag: 1.4.10.1~5^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2bf48ce42f8d8d04ef38e71a961254c63f22868;p=thirdparty%2Fasterisk.git 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/branches/1.4@78778 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index bfbd803e21..5f5a58dc35 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -2111,6 +2111,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;