[svn-commits] trunk r27848 - in /trunk: ./ apps/app_voicemail.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed May 17 10:10:44 MST 2006
Author: file
Date: Wed May 17 12:10:44 2006
New Revision: 27848
URL: http://svn.digium.com/view/asterisk?rev=27848&view=rev
Log:
Merged revisions 27847 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r27847 | file | 2006-05-17 14:07:52 -0300 (Wed, 17 May 2006) | 2 lines
Priority jumping not working on VoiceMail app with new syntax (issue #7164 reported and fixed by alvaro_palma_aste)
........
Modified:
trunk/ (props changed)
trunk/apps/app_voicemail.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?rev=27848&r1=27847&r2=27848&view=diff
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Wed May 17 12:10:44 2006
@@ -5838,7 +5838,7 @@
LOCAL_USER_REMOVE(u);
return -1;
}
- ast_copy_flags(&leave_options, &flags, OPT_SILENT | OPT_BUSY_GREETING | OPT_UNAVAIL_GREETING);
+ ast_copy_flags(&leave_options, &flags, OPT_SILENT | OPT_BUSY_GREETING | OPT_UNAVAIL_GREETING | OPT_PRIORITY_JUMP);
if (ast_test_flag(&flags, OPT_RECORDGAIN)) {
int gain;
More information about the svn-commits
mailing list