aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-17 17:10:44 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-17 17:10:44 +0000
commitb17929c219a02ed9e539b143c7bada8f1c1ba993 (patch)
treeb77d4da52a3feb9b98cddfa29a7e34e13a9cd98a
parent8a01819b8a1095df3966f123bdf1ca247f114943 (diff)
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27848 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 4e243a340..5fb642fec 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -5838,7 +5838,7 @@ static int vm_exec(struct ast_channel *chan, void *data)
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;