v3.2.0: Enable host networking for SIP connectivity
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
The add-on is running and listening on port 8099.
|
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
|
## Setup Service in Home Assistant
|
||||||
|
|
||||||
To use the add-on, add this to your `/config/configuration.yaml`:
|
To use the add-on, add this to your `/config/configuration.yaml`:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: "SIP Voice Notifier"
|
name: "SIP Voice Notifier"
|
||||||
version: "3.1.0"
|
version: "3.2.0"
|
||||||
slug: "sip-notifier"
|
slug: "sip-notifier"
|
||||||
description: "Send voice notifications via SIP phone calls"
|
description: "Send voice notifications via SIP phone calls"
|
||||||
arch:
|
arch:
|
||||||
@@ -11,6 +11,7 @@ arch:
|
|||||||
init: false
|
init: false
|
||||||
startup: services
|
startup: services
|
||||||
boot: auto
|
boot: auto
|
||||||
|
host_network: true
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
hassio_api: true
|
hassio_api: true
|
||||||
hassio_role: default
|
hassio_role: default
|
||||||
|
|||||||
Reference in New Issue
Block a user