<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Dear Andrey,</p>
<p>many thanks for the updated instructions under <a
class="moz-txt-link-freetext"
href="https://freeswitch.org/confluence/display/FREESWITCH/Raspberry+Pi">https://freeswitch.org/confluence/display/FREESWITCH/Raspberry+Pi</a></p>
<p>This is to contribute my solution for the errors I got when
following these instructions.</p>
<p>The problem I realised: apt update failed due to <br>
</p>
<blockquote>
<p><font face="monospace">E: Failed to fetch
<a class="moz-txt-link-freetext"
href="https://freeswitch.signalwire.com/repo/deb/debian-release/dists/bullseye/InRelease">https://freeswitch.signalwire.com/repo/deb/debian-release/dists/bullseye/InRelease</a>
401 Unauthorized<br>
E: The repository '<a class="moz-txt-link-freetext"
href="https://freeswitch.signalwire.com/repo/deb/debian-release">https://freeswitch.signalwire.com/repo/deb/debian-release</a>
bullseye InRelease' is not signed.<br>
W: GPG error:
<a class="moz-txt-link-freetext" href="https://freeswitch.signalwire.com/repo/deb/rpi/debian-release">https://freeswitch.signalwire.com/repo/deb/rpi/debian-release</a>
bullseye InRelease</font><font face="monospace">: The
following signatures couldn't be verified because the public
key is not available: NO_PUBKEY </font><br>
</p>
</blockquote>
<p><br>
I "solved" this by adapting your instructions the following way
(changes highlighted in red):</p>
<blockquote>
<p><font face="monospace">TOKEN=YOURSIGNALWIRETOKEN<br>
apt update && apt install -y gnupg2 wget lsb-release<br>
wget --http-user=signalwire --http-password=$TOKEN -O -
<a class="moz-txt-link-freetext"
href="https://freeswitch.signalwire.com/repo/deb/rpi/debian-release/freeswitch_archive_g0.pub">https://freeswitch.signalwire.com/repo/deb/rpi/debian-release/freeswitch_archive_g0.pub</a>
| apt-key add -<br>
echo "deb <font color="#ff0000">[ Allow-Insecure=yes ]</font>
<a class="moz-txt-link-freetext"
href="https://freeswitch.signalwire.com/repo/deb/rpi/debian-release/">https://freeswitch.signalwire.com/repo/deb/rpi/debian-release/</a>
`lsb_release -sc` main" >
/etc/apt/sources.list.d/freeswitch.list<br>
echo "deb-src <font color="#ff0000">[ Allow-Insecure=yes ]</font>
<a class="moz-txt-link-freetext"
href="https://freeswitch.signalwire.com/repo/deb/rpi/debian-release/">https://freeswitch.signalwire.com/repo/deb/rpi/debian-release/</a>
`lsb_release -sc` main" >>
/etc/apt/sources.list.d/freeswitch.list<br>
<font color="#ff0000">echo "machine freeswitch.signalwire.com
login signalwire password $TOKEN" > /etc/apt/auth.conf</font><br>
apt update && apt install -y <font color="#ff0000">--allow-unauthenticated</font>
freeswitch-meta-all</font><br>
</p>
</blockquote>
<p><br>
I would be happy to be corrected if there is a better way, because
my way is actually generating warnings that this is bad practice.</p>
<p>Otherwise, I would be happy to see these changes in your
instructions to be sure that my way is ok from your point of view.</p>
<p>Kind regards,<br>
<br>
</p>
<pre class="moz-signature" cols="72">-- Saied
</pre>
<blockquote type="cite"
cite="mid:CAOAiHeabRJVo191UKbrJdWjB3f5gi9gDBKVyJCfqzyZJS1i+bw@mail.gmail.com">
<div dir="ltr">
<pre style="white-space:pre-wrap;color:rgb(0,0,0)">Andrey Volk wrote on 21-Dec-2021 21:36:
>
> Let me see what I can do. May take some time.
>
> вт, 21 дек. 2021 г. в 23:19, Johan Helsingius <<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" moz-do-not-send="true">julf at julf.com</a>>:
> >
> ><i> Hi,
</i>> ><i>
</i>> ><i> Trying to install freeswitch on a RPi 4 (Debian 11 Bullseye),
</i>> ><i> my /etc/apt/sources.list.d/freeswitch.list has:
</i>> ><i>
</i>> ><i> deb <a href="http://files.freeswitch.org/repo/deb/rpi/debian-release/" moz-do-not-send="true" class="moz-txt-link-freetext">http://files.freeswitch.org/repo/deb/rpi/debian-release/</a> bullseye main
</i>> ><i> deb-src <a href="http://files.freeswitch.org/repo/deb/rpi/debian-release/" moz-do-not-send="true" class="moz-txt-link-freetext">http://files.freeswitch.org/repo/deb/rpi/debian-release/</a> bullseye
</i>> ><i> main
</i>> ><i>
</i>> ><i> but when I try
</i>> ><i>
</i>> ><i> apt-get update && apt-get install -y freeswitch-meta-all
</i>> ><i>
</i>> ><i> I get
</i>> ><i>
</i>> ><i> Unable to locate package freeswitch-meta-all
</i>> ><i>
</i>> ><i> apt-cache search freeswitch only gives me:
</i>> ><i> libsipwitch-dev - secure peer-to-peer SIP VoIP server - development files
</i>> ><i> libsipwitch1 - secure peer-to-peer SIP VoIP server - shared libraries
</i>> ><i> libsipwitch1-dbg - secure peer-to-peer SIP VoIP server - debug symbols
</i>> ><i> sipwitch - secure peer-to-peer VoIP server for the SIP protocol
</i>> ><i> sipwitch-cgi - secure peer-to-peer SIP VoIP server - CGI XML-RPC interface
</i>> ><i>
</i>> ><i> Any suggestions?
</i>> ><i>
</i>> ><i> Julf
</i></pre>
<br class="gmail-Apple-interchange-newline">
</div>
</blockquote>
</body>
</html>