feat: add template for 1&1#465
Merged
Merged
Conversation
Corresponds to setting up 1&1 VOIP according to the [official instructions]( https://hilfe-center.1und1.de/konfigurationsdaten-internettelefonie). Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
denzs
reviewed
May 18, 2026
Contributor
Author
|
@denzs I have provided the changes. PTAL. |
cajus
approved these changes
May 19, 2026
Mik-
pushed a commit
that referenced
this pull request
May 20, 2026
* feat: Add template for 1&1 Corresponds to setting up 1&1 VOIP according to the [official instructions]( https://hilfe-center.1und1.de/konfigurationsdaten-internettelefonie). Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com> * fix: use TLS transport in 1und1 template Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com> --------- Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com> Co-authored-by: Cajus Pollmeier <pollmeier@gonicus.de>
semantic-release-tokenizer Bot
pushed a commit
that referenced
this pull request
May 20, 2026
# [2.2.0-beta.7](v2.2.0-beta.6...v2.2.0-beta.7) (2026-05-20) ### Bug Fixes * do not show favorites in "most called" list ([#456](#456)) ([8ee676d](8ee676d)) * Ensure correct `tag` value type in flatpak manifest ([#466](#466)) ([3c5412a](3c5412a)) * **ui:** do not treat room names beginning with digits as phone numbers ([#461](#461)) ([75ed3f2](75ed3f2)) ### Features * add template for 1&1 ([#465](#465)) ([865fcd9](865fcd9)) * ical rrule parsing optimization ([#457](#457)) ([c46f066](c46f066)) * rtt ui integration ([#443](#443)) ([62d48f3](62d48f3)) * windows signing ([#462](#462)) ([f7dd63a](f7dd63a))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets up 1&1 VOIP with TLS transport.
Note that the official instructions,
currently instruct the user to use UDP instead of TLS,
and the configuration for encrypted VOIP is
currently behind an abstraction in the provider supplied router firmware.
Since there hasn't been a change behind the abstraction in a long time,
and the information provided here can be considered public,
we believe the benefits of using TLS instead of UDP far outweigh the risk
of potentially needing to update this at one point.