Hello everyone,
When I found that you could dial up HA with sip, I thought, can I use a regular SIP deskphone with this?
I did and it shows up:
But the deskphone says Not acceptable here
It also shows this error in the log
Error details
Logger: homeassistant.components.websocket_api.http.connectionSource: components/websocket_api/connection.py:188
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 9:20:02 AM (3 occurrences)
Last logged: 10:01:07 AM
[547377263824] Error handling message: Unauthorized (unauthorized) Deskphone from 192.168.1.8 (okhttp/4.10.0)
Error details
And this error as wellLogger: voip_utils.sip
Source: /usr/local/lib/python3.11/site-packages/voip_utils/sip.py:134
First occurred: 8:52:34 AM (4 occurrences)
Last logged: 9:58:22 AM
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/voip_utils/sip.py", line 57, in datagram_received
method, ruri, headers, body = self._parse_sip(message)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/voip_utils/sip.py", line 216, in _parse_sip
method = line_parts[0]
~~~~~~~~~~^^^
IndexError: list index out of range
I have a softphone (MicroSIP) and it works perfectly on my computer
These are my settings on MicroSIP, an I know it uses opus for codec, so I had to add it:
Here are the settings on the SIP phone
I have enabled IP Call:
The phone still shows Not acceptable here
Please Help
Inglan