diff --git a/apps/app_dial.c b/apps/app_dial.c index 1da4c8b5f3..f4e8aabd65 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -776,6 +776,9 @@ static void do_forward(struct chanlist *o, /* Hangup the original channel now, in case we needed it */ ast_hangup(original); } + if (single) { + ast_indicate(in, -1); + } } }