https://github.com/f18m/ha-addon-voip-client
An Home Assistant addon that integrates a VOIP client, to initiate outgoing calls or receive incoming calls
https://github.com/f18m/ha-addon-voip-client
addon home-assistant voip voip-client
Last synced: 5 months ago
JSON representation
An Home Assistant addon that integrates a VOIP client, to initiate outgoing calls or receive incoming calls
- Host: GitHub
- URL: https://github.com/f18m/ha-addon-voip-client
- Owner: f18m
- License: mit
- Created: 2025-06-19T14:55:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-24T18:12:45.000Z (6 months ago)
- Last Synced: 2026-02-24T22:43:26.439Z (6 months ago)
- Topics: addon, home-assistant, voip, voip-client
- Language: Go
- Homepage:
- Size: 285 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Home Assistant Add-on: VOIP Client
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]
## About
This addon runs a `baresip` instance and allow HomeAssistant to interact with it deploying a "middleware" software utility that adapts HomeAssistant inputs to `baresip`.
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
## Features
* 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;
## How to Install and How to Configure
Check out the [addon docs](DOCS.md). Open an [issue](https://github.com/f18m/ha-addon-voip-client/issues) if you hit any problem.
## Similar Addons
* [ha-sip](https://github.com/arnonym/ha-plugins): an HomeAssistant addon that provides a VOIP client based on the [pjsip project](https://www.pjsip.org/).
* [dss_voip](https://github.com/sdesalve/hassio-addons/blob/master/dss_voip): an HomeAssistant addon that provides a VOIP client based on the [pjsip project](https://www.pjsip.org/); this particular addon was easier to use compared to ha-sip but has been [abandoned](https://community.home-assistant.io/t/end-of-life-abandoned-dismissed-dss-voip-notifier/130993) in Dec 2024. This is the main reason I started this project.
## Future Developments
See [issues](https://github.com/f18m/ha-addon-voip-client/issues) tagged as "enhancement" to get an idea of next developments.
## Development
See [DEV.md](DEV.md) doc page.