mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Fix operator extension
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user