From db3c2c9fe5c15ec698280c15df8b3815c932f6b5 Mon Sep 17 00:00:00 2001 From: Milton Moura Date: Wed, 28 May 2025 17:19:08 +0000 Subject: [PATCH] Enable Jigasi for testing --- helmfile/environments/default/sip.yaml.gotmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helmfile/environments/default/sip.yaml.gotmpl b/helmfile/environments/default/sip.yaml.gotmpl index e09cfd43..cec76774 100644 --- a/helmfile/environments/default/sip.yaml.gotmpl +++ b/helmfile/environments/default/sip.yaml.gotmpl @@ -35,12 +35,12 @@ sip: # See also: # - https://github.com/jitsi/jigasi (incoming calls) jigasi: - enabled: false + enabled: true port: "5060" # e.g. sip.mydomain.tld - server: "" + server: "sip.{{ .Values.global.domain }}" transport: "TCP" # e.g. jigasi@sip.mydomain.tld - uri: "" + uri: "jigasi@sip.{{ .Values.global.domain }}" password: ~ ...