From 148e5afcd10b376ff9eb78d8c17488960738e0d7 Mon Sep 17 00:00:00 2001
From: Tilghman Lesher <tilghman@meg.abyt.es>
Date: Fri, 12 Mar 2010 19:43:23 +0000
Subject: [PATCH] Don't override a user option with the global option.

(closes issue #16849)
 Reported by: ip-rob
 Patches:
       20100311__issue16849.diff.txt uploaded by tilghman (license 14)
 Tested by: ip-rob


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@251989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_voicemail.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index b21c0e1c6a..c69e7854f6 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -6686,8 +6686,6 @@ static int notify_new_message(struct ast_channel *chan, struct ast_vm_user *vmu,
 
 	if (!ast_strlen_zero(vmu->email)) {
 		int attach_user_voicemail = ast_test_flag(vmu, VM_ATTACH);
-		if (!attach_user_voicemail)
-			attach_user_voicemail = ast_test_flag((&globalflags), VM_ATTACH);
 
 		if (attach_user_voicemail)
 			RETRIEVE(todir, msgnum, vmu->mailbox, vmu->context);
-- 
GitLab