mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +01:00
Enable Jigasi for testing
This commit is contained in:
@@ -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: ~
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user