[asterisk-commits] mmichelson: branch mmichelson/1.4-test r69803 - /team/mmichelson/1.4-test/apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jun 18 16:14:25 CDT 2007
Author: mmichelson
Date: Mon Jun 18 16:14:25 2007
New Revision: 69803
URL: http://svn.digium.com/view/asterisk?view=rev&rev=69803
Log:
Now adding deletion of old greetings in non-inbox folders
Modified:
team/mmichelson/1.4-test/apps/app_voicemail.c
Modified: team/mmichelson/1.4-test/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/1.4-test/apps/app_voicemail.c?view=diff&rev=69803&r1=69802&r2=69803
==============================================================================
--- team/mmichelson/1.4-test/apps/app_voicemail.c (original)
+++ team/mmichelson/1.4-test/apps/app_voicemail.c Mon Jun 18 16:14:25 2007
@@ -2432,6 +2432,7 @@
} else {
/*If storing a greeting, delete the old one*/
if (msgnum < 0) {
+ init_mailstream(vms, GREETING_FOLDER);
ast_log (LOG_DEBUG, "Sanity check: fn is %s\n", fn);
imap_delete_old_greeting(fn, vms);
}
More information about the asterisk-commits
mailing list