diff --git a/src/host/p25/Control.cpp b/src/host/p25/Control.cpp index 26f0bf06..012f3f49 100644 --- a/src/host/p25/Control.cpp +++ b/src/host/p25/Control.cpp @@ -1010,6 +1010,11 @@ void Control::clock() } } + if (m_netState != RS_NET_IDLE) { + m_voice->resetNet(); + m_netState = RS_NET_IDLE; + } + m_netLastDstId = 0U; m_netLastSrcId = 0U; }