From fdf586e4166c7c31d68fe3e280f8e637e761488f Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 16 Jun 2004 21:15:15 +0000 Subject: Don't forget to run the schedule queue git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3227 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_talkdetect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/app_talkdetect.c') diff --git a/apps/app_talkdetect.c b/apps/app_talkdetect.c index 1157ac374..60219c2c8 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 { -- cgit v1.2.3