[asterisk-commits] mogorman: branch group/asterisk-imap r38821 -
/team/group/asterisk-imap/apps/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Aug 3 10:49:45 MST 2006
Author: mogorman
Date: Thu Aug 3 12:49:45 2006
New Revision: 38821
URL: http://svn.digium.com/view/asterisk?rev=38821&view=rev
Log:
solve stupid thing with odbc.
Modified:
team/group/asterisk-imap/apps/app_voicemail.c
Modified: team/group/asterisk-imap/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/team/group/asterisk-imap/apps/app_voicemail.c?rev=38821&r1=38820&r2=38821&view=diff
==============================================================================
--- team/group/asterisk-imap/apps/app_voicemail.c (original)
+++ team/group/asterisk-imap/apps/app_voicemail.c Thu Aug 3 12:49:45 2006
@@ -2549,6 +2549,9 @@
return __has_voicemail(context, mailbox, folder, 0);
}
+#endif
+#endif
+
/* copy message only used by file storage */
static int copy_message(struct ast_channel *chan, struct ast_vm_user *vmu, int imbox, int msgnum, long duration, struct ast_vm_user *recip, char *fmt)
{
@@ -2583,8 +2586,6 @@
return 0;
}
-#endif
-#endif
#ifndef ODBC_STORAGE
static int __has_voicemail(const char *context, const char *mailbox, const char *folder, int shortcircuit)
More information about the asterisk-commits
mailing list