This addon runs a baresip
instance and allow HomeAssistant to interact with it deploying a "middleware" software utility that adapts HomeAssistant inputs to baresip
.
- simple-to-use integration with the HomeAssistant Text-To-Speech engine;
- provides a REST server that allows e.g. to expose to HomeAssistant the status of the VOIP client (waiting inputs, dialing, replaying TTS message, etc);
- support contact lists to avoid exposing phone numbers in automations;
Check out the addon docs. Open an issue if you hit any problem.
- ha-sip: an HomeAssistant addon that provides a VOIP client based on the pjsip project.
- dss_voip: an HomeAssistant addon that provides a VOIP client based on the pjsip project; this particular addon was easier to use compared to ha-sip but has been abandoned in Dec 2024. This is the main reason I started this project.
See issues tagged as "enhancement" to get an idea of next developments.
See DEV.md doc page.