aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-10 03:08:04 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-10 03:08:04 +0000
commitfa56d7233faef9e676ad8308c30b2eb044d25bb9 (patch)
tree9b8cface72948a656acc2e0f4a71c9fd6e73da26
parent46c50044653b6e8d2420d2a23af3ab2e6d9f11d6 (diff)
Fix operator extension
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@810 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xapps/app_voicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 7f32db009..88f43b75e 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;
}