aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-17 18:07:31 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-17 18:07:31 +0000
commit1c60a191931e7648190b2c31c582ef4861606118 (patch)
tree2b7103cf491349078f98679e621874686841c93e /apps
parent364a664ff21d027715ec95938648469710415b91 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@27890 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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 cee3a1eaa..f61f58e86 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;