[svn-commits] tilghman: branch 1.6.2 r251994 - in /branches/1.6.2: ./ apps/app_voicemail.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Mar 12 13:51:02 CST 2010
Author: tilghman
Date: Fri Mar 12 13:50:57 2010
New Revision: 251994
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=251994
Log:
Merged revisions 251989 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r251989 | tilghman | 2010-03-12 13:43:23 -0600 (Fri, 12 Mar 2010) | 8 lines
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
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/apps/app_voicemail.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/apps/app_voicemail.c?view=diff&rev=251994&r1=251993&r2=251994
==============================================================================
--- branches/1.6.2/apps/app_voicemail.c (original)
+++ branches/1.6.2/apps/app_voicemail.c Fri Mar 12 13:50:57 2010
@@ -6513,8 +6513,6 @@
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);
More information about the svn-commits
mailing list