[Freeswitch-users] FreeSWITCH-users Digest, Vol 186, Issue 39

Tony Pemberton tony.pemberton.cowroast at gmail.com
Tue Dec 28 12:55:42 UTC 2021


After many years of tinkering with Freeswitch at home, this is my first
posting so I might get things a bit wrong!

I also have been trying to install freeswitch 1.10.7 on a 4Gb Raspberry Pi
and have come across the same installation problems. I thought I read that
only 64 bit builds of Freeswitch were to be supported in Debian Bullseye so
I also tried the development version of RaspbianOS 64bit but got just the
same dependency problems. Looking at the Repo's, Freeswitch Bullseye
binaries are only available for Intel/AMD architectures at present.

As a result, I have decided to compile from source using armhf (32bit)
version of Raspbian Bullseye.

I did have to compile sofia-sip, spandsp and links from git sources to
satisfy Freeswitch's bootstrap/configure dependencies. As my domestic
system does not access the Signalwire cloud, I have, for the time being,
disabled the mod_signalwire in modules.conf.

A compilation is in progress as I write this so I'm not yet sure I will get
a clean compile. But at least I have got past the dependency issue.

Regards, Tony Pemberton


On Wed, 22 Dec 2021 at 12:09, <freeswitch-users-request at lists.freeswitch.org>
wrote:

> Send FreeSWITCH-users mailing list submissions to
>         freeswitch-users at lists.freeswitch.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> or, via email, send a message with subject or body 'help' to
>         freeswitch-users-request at lists.freeswitch.org
>
> You can reach the person managing the list at
>         freeswitch-users-owner at lists.freeswitch.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of FreeSWITCH-users digest..."
> Today's Topics:
>
>    1. debian repos for Raspberry Pi broken? (Johan Helsingius)
>    2. Re: debian repos for Raspberry Pi broken? (Andrey Volk)
>    3. Re: debian repos for Raspberry Pi broken? (Johan Helsingius)
>
>
>
> ---------- Forwarded message ----------
> From: Johan Helsingius <julf at julf.com>
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> Cc:
> Bcc:
> Date: Tue, 21 Dec 2021 20:59:31 +0100
> Subject: [Freeswitch-users] debian repos for Raspberry Pi broken?
> Hi,
>
> Trying to install freeswitch on a RPi 4 (Debian 11 Bullseye),
> my /etc/apt/sources.list.d/freeswitch.list has:
>
> deb http://files.freeswitch.org/repo/deb/rpi/debian-release/ bullseye main
> deb-src http://files.freeswitch.org/repo/deb/rpi/debian-release/ bullseye
> main
>
> but when I try
>
> apt-get update && apt-get install -y freeswitch-meta-all
>
> I get
>
> Unable to locate package freeswitch-meta-all
>
> apt-cache search freeswitch only gives me:
> libsipwitch-dev - secure peer-to-peer SIP VoIP server - development files
> libsipwitch1 - secure peer-to-peer SIP VoIP server - shared libraries
> libsipwitch1-dbg - secure peer-to-peer SIP VoIP server - debug symbols
> sipwitch - secure peer-to-peer VoIP server for the SIP protocol
> sipwitch-cgi - secure peer-to-peer SIP VoIP server - CGI XML-RPC interface
>
> Any suggestions?
>
>         Julf
>
>
>
>
>
>
> ---------- Forwarded message ----------
> From: Andrey Volk <andywolk at gmail.com>
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> Cc:
> Bcc:
> Date: Tue, 21 Dec 2021 23:36:21 +0300
> Subject: Re: [Freeswitch-users] debian repos for Raspberry Pi broken?
> Let me see what I can do. May take some time.
>
> вт, 21 дек. 2021 г. в 23:19, Johan Helsingius <julf at julf.com>:
>
>> Hi,
>>
>> Trying to install freeswitch on a RPi 4 (Debian 11 Bullseye),
>> my /etc/apt/sources.list.d/freeswitch.list has:
>>
>> deb http://files.freeswitch.org/repo/deb/rpi/debian-release/ bullseye
>> main
>> deb-src http://files.freeswitch.org/repo/deb/rpi/debian-release/
>> bullseye main
>>
>> but when I try
>>
>> apt-get update && apt-get install -y freeswitch-meta-all
>>
>> I get
>>
>> Unable to locate package freeswitch-meta-all
>>
>> apt-cache search freeswitch only gives me:
>> libsipwitch-dev - secure peer-to-peer SIP VoIP server - development files
>> libsipwitch1 - secure peer-to-peer SIP VoIP server - shared libraries
>> libsipwitch1-dbg - secure peer-to-peer SIP VoIP server - debug symbols
>> sipwitch - secure peer-to-peer VoIP server for the SIP protocol
>> sipwitch-cgi - secure peer-to-peer SIP VoIP server - CGI XML-RPC interface
>>
>> Any suggestions?
>>
>>         Julf
>>
>>
>> _________________________________________________________________________
>>
>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN
>> services.
>> Build your next product on our scalable cloud platform.
>>
>> Join our online community to chat in real time
>> https://signalwire.community
>>
>> Professional FreeSWITCH Services
>> sales at freeswitch.com
>> https://freeswitch.com
>>
>> Official FreeSWITCH Sites
>> https://freeswitch.com/oss
>> https://freeswitch.org/confluence
>> https://cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> https://freeswitch.com
>
>
>
>
> ---------- Forwarded message ----------
> From: Johan Helsingius <julf at julf.com>
> To: freeswitch-users at lists.freeswitch.org
> Cc:
> Bcc:
> Date: Tue, 21 Dec 2021 22:11:37 +0100
> Subject: Re: [Freeswitch-users] debian repos for Raspberry Pi broken?
> On 21-12-2021 21:36, Andrey Volk wrote:
> > Let me see what I can do. May take some time.
>
> Thanks!
>
>         Julf
>
>
>
> _________________________________________________________________________
>
> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN
> services.
> Build your next product on our scalable cloud platform.
>
> Join our online community to chat in real time
> https://signalwire.community
>
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> https://freeswitch.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20211228/fe87f290/attachment-0001.html>


More information about the FreeSWITCH-users mailing list