mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
Fixed mod_opal shut down of media streams (in particular UDPTL) on KILL from fs core.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user