I have a VOIP phone integrated into Home Assistant. When I manually pick up the receiver, it auto-dials my HA instance at 192.168.1.107, and I can talk to the Assist Satellite just fine. Everything works as expected.
The problem occurs when I try to trigger a conversation through automation using assist_satellite.start_conversation. The phone rings like it should, but when I pick up, I just get silence. No message is played.
If I hang up and manually pick up the receiver again (which triggers the auto-dial), I can then hear the message or interact with the assistant.
It seems like the assistant isn’t initializing properly or isn’t ready to speak when the call is initiated from automation.
Anyone run into something similar or have tips on how to ensure the assistant is fully ready to deliver audio once the call is answered?