提交 96da5216 authored 作者: Robert Jongbloed's avatar Robert Jongbloed

Fixed mod_opal shut down of media streams (in particular UDPTL) on KILL from fs core.

上级 c979f1b8
......@@ -929,9 +929,10 @@ switch_status_t FSConnection::kill_channel(int sig)
{
switch (sig) {
case SWITCH_SIG_KILL:
PTRACE(4, "mod_opal\tSignal KILL received on connection " << *this);
m_rxAudioOpened.Signal();
m_txAudioOpened.Signal();
PTRACE(4, "mod_opal\tSignal KILL received on connection " << *this);
CloseMediaStreams();
break;
case SWITCH_SIG_BREAK:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论