add actual words

This commit is contained in:
2024-12-26 21:46:01 +02:00
parent 09e64254c9
commit 2a87adfd63
11 changed files with 480 additions and 347 deletions

View File

@@ -31,37 +31,48 @@
<body>
<section>
<blockquote>
<p>DATE: Sat 25 Feb 2023 22:42 By: konsthol@pm.me</p>
<p>DATE: Sat 25 Feb 2023 22:42 By: konsthol@pm.me</p>
</blockquote>
<h1 id="webcall">WebCall</h1>
<p>One of the simplest ways to host a “telephony” service is to use
webcall.</p>
<p>Like with emails, you can use any webcall server to communicate with
any other webcall server. Meaning that if for example you register a
number with https://timur.mobi/ which is the default public server you
can still make a call to someone who has registered a number with
https://talk.konsthol.eu if you know their number by replacing the
server address field in the dialpad icon.</p>
<p>All calls are encrypted and the server does not have access to the
content of the calls. That is because the server uses webrtc and tries
to make peer to peer connections.</p>
<p>There is also an integrated TURN server which is used if the peers
cant connect directly but if the connection is made though that then no
video transmission is possible. I suspect that this is a limitation of
the TURN server used in webcall because in jitsi meet which uses coturn
instead of pion, it is always possible.</p>
<p>Another differentiation of the two services is that in webcall no
more than 2 people can join a conversation, which is more similar to how
a regular telephone call behaves.</p>
<p>Also there is currently no functionality to block a number as far as
I can see but it should be fairly easy to figure out the public ip
address and block it like that.</p>
<p>You should give it a shot and see if it works for you. The source
code is at a link over at</p>
<p>One of the simplest ways to host a “telephony” service is to use webcall.</p>
<p>
Like with emails, you can use any webcall server to communicate with any other
webcall server. Meaning that if for example you register a number with
https://timur.mobi/ which is the default public server you can still make a
call to someone who has registered a number with https://talk.konsthol.eu if
you know their number by replacing the server address field in the dialpad
icon.
</p>
<p>
All calls are encrypted and the server does not have access to the content of
the calls. That is because the server uses webrtc and tries to make peer to
peer connections.
</p>
<p>
There is also an integrated TURN server which is used if the peers cant
connect directly but if the connection is made though that then no video
transmission is possible. I suspect that this is a limitation of the TURN
server used in webcall because in jitsi meet which uses coturn instead of
pion, it is always possible.
</p>
<p>
Another differentiation of the two services is that in webcall no more than 2
people can join a conversation, which is more similar to how a regular
telephone call behaves.
</p>
<p>
Also there is currently no functionality to block a number as far as I can see
but it should be fairly easy to figure out the public ip address and block it
like that.
</p>
<p>
You should give it a shot and see if it works for you. The source code is at a
link over at
</p>
<p><a href="https://timur.mobi">https://timur.mobi</a></p>
<p><a href="..">..</a></p>
<footer>
<a id="gemyo" href="gemini://konsthol.eu/"><img src="/images/best_viewed_on_gemini.png" /></a>
<a id="gemyo" href="gemini://konsthol.eu/"><img src="/images/best_viewed_on_gemini.png" /><br /></a>
</footer>
</section>