From abde9eef28345d9f91614ce9c391edafa4858dbe Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 10 Apr 2003 03:08:04 +0000 Subject: [PATCH] Fix operator extension git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@810 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 7f32db0098..88f43b75e2 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -523,7 +523,6 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, int silent, int if (strlen(chan->macrocontext)) strncpy(chan->context, chan->macrocontext, sizeof(chan->context) - 1); chan->priority = 0; - ast_softhangup(chan, AST_SOFTHANGUP_ASYNCGOTO); free(copy); return 0; }