From 95ac41c1ed21984b8120543e1d2d82ed874be481 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Sun, 8 Feb 2026 15:30:27 +0100 Subject: [PATCH] Expose port 8099 for REST API access (v2.1.0) --- sip-notifier/config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sip-notifier/config.yaml b/sip-notifier/config.yaml index 7a54ac7..cbb1472 100644 --- a/sip-notifier/config.yaml +++ b/sip-notifier/config.yaml @@ -1,5 +1,5 @@ name: "SIP Voice Notifier" -version: "2.0.9" +version: "2.1.0" slug: "sip-notifier" description: "Send voice notifications via SIP phone calls" arch: @@ -15,7 +15,9 @@ homeassistant_api: true hassio_api: true hassio_role: default ports: - 8099/tcp: null + 8099/tcp: 8099 +ports_description: + 8099/tcp: "REST API endpoint for sending notifications" options: sip_server: "" sip_user: ""