feat(opendesk-jitsi): Add phone dial-in
This PR adds the phone dial-in capability to Jitsi.
- Add Jigasi container, the audio-only SIP component of Jitsi
- Enable UI elements for inviting phone clients
- Updating image tags for the latest stable components
- See MR #695 in opendesk repo.
I didn't upgrade Helm Charts' version because I'm not sure if I should increase the major or the minor.
Merge request reports
Activity
added owner: Nordeck label
requested review from @thorsten.rossner
requested review from @dominikkaminski and removed review request for @thorsten.rossner
requested review from @thorsten.rossner and removed review request for @dominikkaminski
mentioned in merge request bmi/opendesk/deployment/opendesk!695 (merged)
added 1 commit
- 3cfcd723 - refactor(values.yaml): Add a comment for dialinPhoneNumbers
MR #695 is merged for openDesk repo but this MR is not...
Therefore
config.doNotStoreRoom
cannot get the correct value for now because of the changing parameter name. See this commit@OC000028578012 So the whole phone dial in does not work yet, if I get that right?
On the other hand in current deployments toggling the room history using the existing openDesk switch already works, so I am unsure if things could break now. Or did something change in Jitsi the requires the update?
I renamed
extraConfigJs
asextraConfig
because this will not contain onlyconfig.js
parameters. So,values-jitsi.yaml.gotmpl
setsextraConfig
that is unknown for the main branch of opendesk-jitsi.Actually the phone dial-in works with Jitsi's conference mapper:
CONFCODE_URL: "https://jitsi-api.jitsi.net/conferenceMapper"
This value will point Nordeck's conference mapper when it is ready in openDesk. I assumed that SIP server and SIP trunk will be provided by the customer.
This MR is included in version 3.1.0The release is available on GitLab release.
Your semantic-release bot