diff --git a/openrtx/src/core/voicePromptUtils.c b/openrtx/src/core/voicePromptUtils.c index 6bd61d14..180ec1c9 100644 --- a/openrtx/src/core/voicePromptUtils.c +++ b/openrtx/src/core/voicePromptUtils.c @@ -289,7 +289,7 @@ void announceText( char* text, VoicePromptQueueFlags_T flags) if (offset != -1) vpQueueStringTableEntry((const char* const *)(¤tLanguage->languageName + offset)); else // just spel it out - vpQueueString(text, (flags&~(vpqInit|vpqPlayImmediately))); + vpQueueString(text, vpAnnounceCommonSymbols); vpPlayIfNeeded(flags); }