diff --git a/apps/app_talkdetect.c b/apps/app_talkdetect.c index 1157ac374e..60219c2c81 100755 --- a/apps/app_talkdetect.c +++ b/apps/app_talkdetect.c @@ -170,6 +170,7 @@ static int background_detect_exec(struct ast_channel *chan, void *data) } ast_frfree(fr); } + ast_sched_runq(chan->sched); } ast_stopstream(chan); } else {