this post was submitted on 02 Feb 2024
13 points (100.0% liked)
homeassistant
14202 readers
67 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes, I have it actually going via my asterisk dialplan from my grandstream HT802. It should just work if SIP and RTP can pass correctly.
It's all local network with a local assistant in HA. Nothing should be stopping it.
I had the benefit of
pjsip set logger verbose on
to display raw SIP stanzas while I was getting it working with asterisk. You may wish to do sometcpdump
ing to see what is going on.