Fix operator extension

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-04-10 03:08:04 +00:00
parent b430999a96
commit abde9eef28
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}