From: Sean Bright Date: Tue, 7 Oct 2008 18:00:14 +0000 (+0000) Subject: This was flawed. The issue that I was trying to address was addressed by X-Git-Tag: 1.6.2.0-beta1~1177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=702ab902401a00d9cb4bb6ac5a2658cb7dfa5a6f;p=thirdparty%2Fasterisk.git 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. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@147265 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 74fb2330ee..cde93b515c 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -849,8 +849,6 @@ static void apply_option(struct ast_vm_user *vmu, const char *var, const char *v 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); } }