aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 1da4c8b5f..f4e8aabd6 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);
+ }
}
}