From 151cb73bb41a7ebcd40f3751755cc37d0219ebd0 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Sun, 8 Feb 2026 23:10:47 +0100 Subject: [PATCH] v3.2.0: Enable host networking for SIP connectivity --- sip-notifier/README.md | 2 ++ sip-notifier/config.yaml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sip-notifier/README.md b/sip-notifier/README.md index ab13296..32aca1b 100644 --- a/sip-notifier/README.md +++ b/sip-notifier/README.md @@ -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`: diff --git a/sip-notifier/config.yaml b/sip-notifier/config.yaml index 0f869c5..84e32bc 100644 --- a/sip-notifier/config.yaml +++ b/sip-notifier/config.yaml @@ -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