{"id":36893340,"url":"https://github.com/f18m/ha-addon-voip-client","last_synced_at":"2026-03-02T13:14:28.264Z","repository":{"id":300207204,"uuid":"1005030479","full_name":"f18m/ha-addon-voip-client","owner":"f18m","description":"An Home Assistant addon that integrates a VOIP client, to initiate outgoing calls or receive incoming calls ","archived":false,"fork":false,"pushed_at":"2026-02-24T18:12:45.000Z","size":292,"stargazers_count":5,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-24T22:43:26.439Z","etag":null,"topics":["addon","home-assistant","voip","voip-client"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f18m.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"f18m"}},"created_at":"2025-06-19T14:55:31.000Z","updated_at":"2025-11-06T20:50:49.000Z","dependencies_parsed_at":"2025-06-20T12:31:53.289Z","dependency_job_id":"e4a27bb3-2626-4e9f-a62b-94f27541ed6f","html_url":"https://github.com/f18m/ha-addon-voip-client","commit_stats":null,"previous_names":["f18m/ha-addon-voip-client"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/f18m/ha-addon-voip-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f18m%2Fha-addon-voip-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f18m%2Fha-addon-voip-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f18m%2Fha-addon-voip-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f18m%2Fha-addon-voip-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f18m","download_url":"https://codeload.github.com/f18m/ha-addon-voip-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f18m%2Fha-addon-voip-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30003793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T12:19:43.414Z","status":"ssl_error","status_checked_at":"2026-03-02T12:19:02.215Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","home-assistant","voip","voip-client"],"created_at":"2026-01-12T15:39:59.104Z","updated_at":"2026-03-02T13:14:28.245Z","avatar_url":"https://github.com/f18m.png","language":"Go","funding_links":["https://github.com/sponsors/f18m"],"categories":[],"sub_categories":[],"readme":"# Home Assistant Add-on: VOIP Client\n\n![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]\n\n## About\n\nThis addon runs a `baresip` instance and allow HomeAssistant to interact with it deploying a \"middleware\" software utility that adapts HomeAssistant inputs to `baresip`.\n\n[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg\n[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg\n[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg\n[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg\n\n## Features\n\n* simple-to-use integration with the HomeAssistant Text-To-Speech engine;\n* 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);\n* support contact lists to avoid exposing phone numbers in automations;\n\n\n## How to Install and How to Configure\n\nCheck out the [addon docs](DOCS.md). Open an [issue](https://github.com/f18m/ha-addon-voip-client/issues) if you hit any problem.\n\n## Similar Addons\n\n* [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/).\n* [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.\n\n## Future Developments\n\nSee [issues](https://github.com/f18m/ha-addon-voip-client/issues) tagged as \"enhancement\" to get an idea of next developments.\n\n## Development\n\nSee [DEV.md](DEV.md) doc page.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff18m%2Fha-addon-voip-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff18m%2Fha-addon-voip-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff18m%2Fha-addon-voip-client/lists"}