v3.2.0: Enable host networking for SIP connectivity

This commit is contained in:
OpenClaw Bot
2026-02-08 23:10:47 +01:00
parent 303f01ddc7
commit 151cb73bb4
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
The add-on is running and listening on port 8099.
> **Note:** This add-on uses host networking mode to ensure proper SIP/UDP connectivity with your provider.
## Setup Service in Home Assistant
To use the add-on, add this to your `/config/configuration.yaml`:

View File

@@ -1,5 +1,5 @@
name: "SIP Voice Notifier"
version: "3.1.0"
version: "3.2.0"
slug: "sip-notifier"
description: "Send voice notifications via SIP phone calls"
arch:
@@ -11,6 +11,7 @@ arch:
init: false
startup: services
boot: auto
host_network: true
homeassistant_api: true
hassio_api: true
hassio_role: default