aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-09 17:58:31 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-09 17:58:31 +0000
commit8c55119cef0df9e1809109e538c3add5e8a033d2 (patch)
treed858bc377940c49e113ee1b5c7e83a17dd8b474e /apps/app_voicemail.c
parente7b0c65f0e5e7cd599421318c625eeec787867a6 (diff)
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/branches/1.4@78778 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 bfbd803e2..5f5a58dc3 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;