From 69b90b243ae780a82397570573a07d36ca51feb6 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Thu, 16 Aug 2018 16:41:01 -0400 Subject: [PATCH] Fixed issue with allcall buffering responses while autoreply is disabled --- mainwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index d6175eb..056fa2c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -8904,6 +8904,11 @@ void MainWindow::processCommandActivity() { continue; } + // do not queue ALLCALL replies if auto-reply is not checked + if(!ui->autoReplyButton->isChecked() && isAllCall){ + continue; + } + // queue the reply here to be sent when a free interval is available on the frequency that was sent // unless, this is an allcall, to which we should be responding on a clear frequency offset // we always want to make sure that the directed cache has been updated at this point so we have the