aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-09 17:59:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-09 17:59:06 +0000
commit255bc229054bd490c1c82238d942f8c76dcf9612 (patch)
treef248ae05777ced976506479b3bfaedd7bd677a09 /apps/app_voicemail.c
parentc2466b2ad2645baa200f779b504572acb6e8c88d (diff)
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: http://svn.digium.com/svn/asterisk/trunk@78779 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_voicemail.c')
-rw-r--r--apps/app_voicemail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 2bb86ea96..6ba352fe4 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;