diff --git a/src/p25/Control.cpp b/src/p25/Control.cpp index e9df7265..d6ff4f81 100644 --- a/src/p25/Control.cpp +++ b/src/p25/Control.cpp @@ -1221,7 +1221,7 @@ void Control::processNetwork() break; } - if (m_dedicatedControl && m_voiceOnControl) { + if (!m_dedicatedControl) { ret = m_voice->processNetwork(data.get(), frameLength, control, lsd, duid, frameType); } break;