mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 23:39:35 +00:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user