[asterisk-commits] russell: branch 1.4 r78778 - /branches/1.4/apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 9 12:58:34 CDT 2007


Author: russell
Date: Thu Aug  9 12:58:31 2007
New Revision: 78778

URL: http://svn.digium.com/view/asterisk?view=rev&rev=78778
Log:
add a comment to indicate that inboxcount for ODBC_STORAGE needs to be fixed to support multiple mailboxes

Modified:
    branches/1.4/apps/app_voicemail.c

Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=78778&r1=78777&r2=78778
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Thu Aug  9 12:58:31 2007
@@ -2111,6 +2111,7 @@
 }
 
 #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;




More information about the asterisk-commits mailing list