Enable Jigasi for testing

This commit is contained in:
Milton Moura
2025-05-28 17:19:08 +00:00
parent 3e9f41b66f
commit db3c2c9fe5

View File

@@ -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: ~
...