[asterisk-commits] seanbright: trunk r147265 - /trunk/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 7 13:00:15 CDT 2008
Author: seanbright
Date: Tue Oct 7 13:00:14 2008
New Revision: 147265
URL: http://svn.digium.com/view/asterisk?view=rev&rev=147265
Log:
This was flawed. The issue that I was trying to address was addressed by
adding the imapsecret alias for imappassword. Will rethink this one and
give it another shot on a rainy day TBD.
Modified:
trunk/apps/app_voicemail.c
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=147265&r1=147264&r2=147265
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Tue Oct 7 13:00:14 2008
@@ -849,8 +849,6 @@
sscanf(value, "%lf", &vmu->volgain);
} else if (!strcasecmp(var, "options")) {
apply_options(vmu, value);
- } else {
- ast_log(LOG_WARNING, "Unknown option '%s' specified for mailbox '%s'.\n", var, vmu->mailbox);
}
}
More information about the asterisk-commits
mailing list