From: Mark Spencer Date: Wed, 16 Jun 2004 21:15:15 +0000 (+0000) Subject: Don't forget to run the schedule queue X-Git-Tag: 1.0.0-rc1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf586e4166c7c31d68fe3e280f8e637e761488f;p=thirdparty%2Fasterisk.git Don't forget to run the schedule queue git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3227 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 {