Some voices handle IPA better than others. When the IPA fails, the voice falls back to your written commander name. Unfortunately, Ivona Amy often fails in this regard (for reference, see
https://github.com/EDCD/EDDI/issues/297). I know it's a disappointing response, but if IPA is important to you then you might want to try using a different voice.
A) Line 63 of the default
FSD engaged
script suppresses the system report if your last visit was less than an hour in the past. To change it to a week, change
3600
to
604800
.
B) You can adjust the priority of the
FSD engaged
and
Jumped
scripts to do this. If the priority of the
Jumped
script is set to 1, it will interrupt all other scripts. If the priority of the
FSD engaged
script is set to 5, it becomes interruptible by all other scripts.