Hi, I am running the latest HA and trying to integrate SIP phones to the voice part. It mostly works - when I 'Disable' the SIP extension on HA, I get the speech saying that its uncofigured. This is good. When I enable and dial HA, I get an error and no audio is processed. Additionally, I am unsure if I need to say the wake word? (e.g. Dial 9000, 'hey jarvis, turn on the lights' )
Below is the error... HA doesn't do anything.
2024-10-12 22:55:41.529 ERROR (MainThread) [homeassistant.components.wyoming.stt] Error processing audio stream Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/voip/assist_satellite.py", line 181, in stt_stream chunk = await self._audio_queue.get() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/queues.py", line 158, in get await getter asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/wyoming/stt.py", line 106, in async_process_audio_stream async for audio_bytes in stream: File "/usr/src/homeassistant/homeassistant/components/assist_pipeline/pipeline.py", line 953, in _speech_to_text_stream async for chunk in audio_stream: File "/usr/src/homeassistant/homeassistant/components/assist_pipeline/pipeline.py", line 1235, in process_enhance_audio async for dirty_samples in audio_stream: File "/usr/src/homeassistant/homeassistant/components/voip/assist_satellite.py", line 180, in stt_stream async with asyncio.timeout(self._audio_chunk_timeout): File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError 2024-10-12 22:55:41.539 WARNING (MainThread) [homeassistant.components.voip.assist_satellite] PipelineEvent(type=<PipelineEventType.ERROR: 'error'>, data={'code': 'stt-stream-failed', 'message': 'speech-to-text failed'}, timestamp='2024-10-12T21:55:41.539343+00:00')