OpenTalk Obelisk version history
obelisk v0.10.2
(found in OpenTalk v24.11.0)
Changelogβ
π Bug fixesβ
π¦ Dependenciesβ
β Miscellaneousβ
- Ignore RUSTSEC-2024-0370 in
deny.toml
(!151)
obelisk v0.10.1
Changelogβ
π Bug fixesβ
- negotiate valid DTMF digit range (#119)
π¦ Dependenciesβ
- update openssl rust crate to 0.10.66 (fixes
RUSTSEC-2024-0357
)
obelisk v0.10.0
(found in OpenTalk v24.10.0, v24.9.0)
Changelogβ
π New featuresβ
- Show screen shares in video calls (!121)
π Bug fixesβ
- Use compositor's add_watch_to_sink instead of registering own watcher (!143)
β Miscellaneousβ
- Update gstreamer to 0.23
obelisk v0.9.0
(found in OpenTalk v24.8.1, v24.8.0)
Changelogβ
π New featuresβ
- Add srtp support for calls
- Readd watchdog watching RTP traffic to detect interruptions and terminate calls
- Add SRTP support for calls (#66)
- Add a timeout to the pin entry (#92)
π Bug fixesβ
- (srtp) Add padding to base64 encoding of key
- Handle SIP events (like hangup) while in waiting room (#93)
β Miscellaneous Tasksβ
- Change base image to alpine3.20
Ciβ
- Prevent ci pipeline running on fork
- Use image with fixed rust version
- Call
cargo-deny
with--deny unmatched-skip --deny license-not-encountered
(#104)
obelisk v0.8.0
(found in OpenTalk v24.7.1, v24.7.0, v24.6.1, v24.6.0)
Changelogβ
Addedβ
- Support for video calls via H.264 (#64)
Fixedβ
- Use generated contact instead of id in invite sessions (#76)
- Revert mute by default and redo usage message (#74)
- Add openh264 dependency (#87)
obelisk v0.7.2
(found in OpenTalk v24.5.0, v24.4.1)
Changelogβ
Fixedβ
- RUSTSEC-2024-0019 by updating mio to 0.8.11
- RUSTSEC-2024-0332 by updating h2 to 0.3.26
- RUSTSEC-2024-0336 by updating rustls to 0.21.11
obelisk v0.7.1
(found in OpenTalk v24.4.0, v24.3.0, v24.2.0, v24.1.1)
Changelogβ
Fixedβ
- Use generated contact instead of id in invite sessions (#75)
- Revert mute by default and redo usage message (#74)
obelisk v0.7.0
(found in OpenTalk v24.1.0)
Changelogβ
Changedβ
- Update build and base container image
- Update dependencies
Addedβ
- Add
sip.contact
configuration to allow overriding the contact header in SIP messages - Mute dial-in participants by default (#67)
Fixedβ
- Fix
sip.id
config to only apply to REGISTER message's From and To header. Previously this also affected the contact header of SIP messages which could cause unwanted behavior.
obelisk v0.5.1
(found in OpenTalk v1.7.1)
Changelogβ
Fixedβ
- Mute dial-in participants by default (#67)
obelisk v0.5.0
(found in OpenTalk v1.7.0, v1.6.2, v1.6.1, v1.6.0)β
obelisk v0.4.2
(found in OpenTalk v1.5.4, v1.5.3, v1.5.2, v1.5.1)
Changelogβ
Fixedβ
- Update webpki packages to fix CVE RUSTSEC-2023-0052 (#53)
obelisk v0.4.1
(found in OpenTalk v1.5.0)
Changelogβ
Fixedβ
- Update ezk-stun-types to 0.1.2, fixes stun port discovery bug
obelisk v0.3.0
(found in OpenTalk v1.4.0)
Changelogβ
Addedβ
- Added a config
sip.id
to allow overriding the obelisk's SIP ID
Fixedβ
- Offer old signaling protocol to enable backwards compatibility with older controller versions
- Miscellaneous internal bugfixes and stability improvements
- Increase the delay of the welcome message (#42)
obelisk v0.2.1
(found in OpenTalk v1.3.3, v1.3.2, v1.3.1)
Changelogβ
- Added a config
sip.id
to allow overriding the obelisk's SIP ID
Addedβ
- Added a config
sip.id
to allow overriding the obelisk's SIP ID
obelisk v0.2.0
(found in OpenTalk v1.3.0, v1.2.2, v1.2.1, v1.2.0)
Changelogβ
Addedβ
- Added an announcement at the end of a conference. (#36)
Fixedβ
- Fixed incorrect handling of an HTTP response, resulting in a call hang-up when entering an invalid id/pin. (#28)
- Fixed overlapping of room audio while welcome message is played back. (#34)
- Fixed a crash when the waiting-room was active while joining. (#35)
obelisk v0.1.1
(found in OpenTalk v1.1.2, v1.1.1, v1.1.0)
Changelogβ
Fixedβ
- Fixed overlapping of room audio while welcome message is played back. (#34)
obelisk v0.1.0
(found in OpenTalk v1.0.0)
Changelogβ
Addedβ
- Raise and lower hand via DTMF button 2 (#14)
- Stop playback on DTMF button 0 (#29)
- Handle moderator muting of participants (#16)
- Add license information
Changedβ
- Update audio files (#27)
Fixedβ
- Fixed incorrect handling of an HTTP response, resulting in a call hang-up when entering an invalid id/pin. (#28)