diff --git a/src/p25/Control.cpp b/src/p25/Control.cpp index cc082531..ceb31fb3 100644 --- a/src/p25/Control.cpp +++ b/src/p25/Control.cpp @@ -338,8 +338,9 @@ void Control::setOptions(yaml::Node& conf, bool supervisor, const std::string cw yaml::Node controlCh = rfssConfig["controlCh"]; m_notifyCC = controlCh["notifyEnable"].as(false); - // voice on control forcibly disables CC notification + // voice on control forcibly disables CC notification; and force enable redundant grant if (m_voiceOnControl) { + m_control->m_redundantGrant = true; m_notifyCC = false; }