diff --git a/apps/app_queue.c b/apps/app_queue.c index 954fe64bf0..e6d4067ea8 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -8972,13 +8972,12 @@ check_turns: goto stop; } } - } - makeannouncement = 1; - /* Make a periodic announcement, if enabled */ - if (qe.parent->periodicannouncefrequency) { - if ((res = say_periodic_announcement(&qe, ringing))) { - goto stop; + /* Make a periodic announcement, if enabled */ + if (qe.parent->periodicannouncefrequency) { + if ((res = say_periodic_announcement(&qe, ringing))) { + goto stop; + } } }