<div dir="ltr"><div>Hello,</div><div><br></div><div>Please update the gpg key you used with this one 
<div class="gmail-line gmail-number5 gmail-index4 gmail-alt2"><code class="gmail-bash gmail-plain">wget --http-user=signalwire --http-password=$TOKEN -O </code><code class="gmail-bash gmail-plain">/usr/share/keyrings/signalwire-freeswitch-repo</code><code class="gmail-bash gmail-plain">.gpg https:</code><code class="gmail-bash gmail-plain">//freeswitch</code><code class="gmail-bash gmail-plain">.<a href="http://signalwire.com">signalwire.com</a></code><code class="gmail-bash gmail-plain">/repo/deb/debian-release/signalwire-freeswitch-repo</code><code class="gmail-bash gmail-plain">.gpg</code></div><div class="gmail-line gmail-number5 gmail-index4 gmail-alt2"><code class="gmail-bash gmail-plain"><br></code></div><div class="gmail-line gmail-number5 gmail-index4 gmail-alt2"><code class="gmail-bash gmail-plain">Thanks,</code></div><div class="gmail-line gmail-number5 gmail-index4 gmail-alt2"><code class="gmail-bash gmail-plain"><br></code></div><div class="gmail-line gmail-number5 gmail-index4 gmail-alt2"><code class="gmail-bash gmail-plain">~Len<br></code></div>

</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 10, 2022 at 10:08 AM Saied Tazari <<a href="mailto:saied.tazari@gmail.com">saied.tazari@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <p>Dear Andrey,</p>
    <p>many thanks for the updated instructions under <a href="https://freeswitch.org/confluence/display/FREESWITCH/Raspberry+Pi" target="_blank">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 href="https://freeswitch.signalwire.com/repo/deb/debian-release/dists/bullseye/InRelease" target="_blank">https://freeswitch.signalwire.com/repo/deb/debian-release/dists/bullseye/InRelease</a>
          401 Unauthorized<br>
          E: The repository '<a href="https://freeswitch.signalwire.com/repo/deb/debian-release" target="_blank">https://freeswitch.signalwire.com/repo/deb/debian-release</a>
          bullseye InRelease' is not signed.<br>
          W: GPG error:
          <a href="https://freeswitch.signalwire.com/repo/deb/rpi/debian-release" target="_blank">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 href="https://freeswitch.signalwire.com/repo/deb/rpi/debian-release/freeswitch_archive_g0.pub" target="_blank">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 href="https://freeswitch.signalwire.com/repo/deb/rpi/debian-release/" target="_blank">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 href="https://freeswitch.signalwire.com/repo/deb/rpi/debian-release/" target="_blank">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 <a href="http://freeswitch.signalwire.com" target="_blank">freeswitch.signalwire.com</a>
            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 cols="72">-- Saied



</pre>
    <blockquote type="cite">
      <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" target="_blank">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/" target="_blank">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/" target="_blank">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>
      </div>
    </blockquote>
  </div>

_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" rel="noreferrer" target="_blank">https://signalwire.com</a><br>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community" rel="noreferrer" target="_blank">https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a></blockquote></div>