[asterisk-commits] mmichelson: branch 1.4 r91292 - /branches/1.4/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Dec 5 16:57:14 CST 2007
Author: mmichelson
Date: Wed Dec 5 16:57:13 2007
New Revision: 91292
URL: http://svn.digium.com/view/asterisk?view=rev&rev=91292
Log:
Reverting extra stuff I didn't mean to commit
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=91292&r1=91291&r2=91292
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Wed Dec 5 16:57:13 2007
@@ -6493,7 +6493,9 @@
/* Set language from config to override channel language */
if (!ast_strlen_zero(vmu->language))
ast_string_field_set(chan, language, vmu->language);
+#ifndef IMAP_STORAGE
create_dirpath(vms.curdir, sizeof(vms.curdir), vmu->context, vms.username, "");
+#endif
/* Retrieve old and new message counts */
if (option_debug)
ast_log(LOG_DEBUG, "Before open_mailbox\n");
More information about the asterisk-commits
mailing list