Voice notifications currently fail for users on a Free tier ElevenLabs account due to hard-coded voice_ids. Transitioning these to free-tier compatible options would improve user experience.
**Expected Result:** Voice notifications function with a Free tier ElevenLabs account **Problem Description:** Most voice notifications silently fail due to the use of voice_ids not available to a Free tier ElevenLabs account. This makes the voice notification feature feel broken for new users trying to get PAI up and running. Also some hard-coded voice_ids require a Creator tier account. **Short-term Recommendation:** Transition voice notifications in public Release files to free-tier voice_ids for maximum usability. **Long-term Recommendation (Edited):** Move away from voice_ids spread throughout the installation's individual files to a centralized voice configuration so users can easily control all the voice_ids used in one central location. One potential way to do this is to add a new JSON field for VoiceServer/server.ts to consume like "caller_id", a new object in settings.json could map the caller_id value to a voice_id. If a caller_id is given in the curl payload it would o