aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/app_followme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_followme.c b/apps/app_followme.c
index cb0e781d9..baef9e2da 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -850,7 +850,7 @@ static void findmeexec(struct fm_args *tpargs)
if (winner)
break;
- if (!caller) {
+ if (!caller || ast_check_hangup(caller)) {
tpargs->status = 1;
ast_free(findme_user_list);
return;