Skip to content
Snippets Groups Projects
Commit fdf586e4 authored by Mark Spencer's avatar Mark Spencer
Browse files

Don't forget to run the schedule queue

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3227 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 88aec64b
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment