From: Automerge script Date: Wed, 17 May 2006 18:07:31 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.9.1-netsec~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64fa2ed07a07a8899dd019118dde71a1298846fd;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@27890 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index cee3a1eaa8..f61f58e86d 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -5537,7 +5537,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;