Package Details: freeswitch 1.10.12-1

Git Clone URL: https://aur.archlinux.org/freeswitch.git (read-only, click to copy)
Package Base: freeswitch
Description: An opensource and free (libre, price) telephony system, similar to Asterisk.
Upstream URL: http://freeswitch.org/
Licenses: MPL
Conflicts: freeswitch-fixed, freeswitch-git
Provides: freeswitch
Submitter: None
Maintainer: Korynkai
Last Packager: Korynkai
Votes: 16
Popularity: 0.000754
First Submitted: 2009-03-02 18:40 (UTC)
Last Updated: 2024-11-07 19:00 (UTC)

Required by (0)

Sources (25)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 14 Next › Last »

Acente commented on 2023-06-27 17:17 (UTC)

The sofia-sip-fs package no longer exists in the AUR. There's a sofia-sip package from the freeswitch git repo (also outdated in 1.13.6 instead of 1.13.15). Any chance this package can depend on sofia-sip instead of sofia-sip-fs?

Korynkai commented on 2022-04-06 04:19 (UTC) (edited on 2022-04-06 04:22 (UTC) by Korynkai)

So, for right now I am going to upgrade the package based on the original package, but our in-house builds enable as many modules as possible... I am considering splitting the modules up into separate packages as the dependencies vary based on these... I will also like to add and maintain any dependencies therein that do not already exist in Arch or AUR. Any thoughts on this from the community?

carlosal1015 commented on 2022-02-26 22:35 (UTC)

Best wishes, good luck maintaining the package.

Korynkai commented on 2022-02-22 23:42 (UTC)

Considering this package was just orphaned, as a member of a group that continues to build this package on a regular basis for multiple architectures and Archlinux forks, I believe it is appropriate for our group to continue maintenance of this package. As such I have thus adopted this package and I look forward to working with the community for continued support.

MarsSeed commented on 2022-02-22 23:20 (UTC)

I have triggered this package to become orphaned, so a new volunteer can adopt it and update it.

quilnux commented on 2021-06-30 12:06 (UTC)

I found out after my post that the problem actually resides in in spandsp. It won't compile. You have to make changes to the BUILDPKG to get it to work. I've included my findings over in the spandsp project.

ido commented on 2021-06-30 06:36 (UTC)

Looks like with v1.10.4, sofia-sip and spandsp are packaged separately.

SpanDSP and sofia-sip

Sofia-sip and SpanDSP dependencies have been removed from the FreeSWITCH™ tree since v1.10.4 Release (05 August 2020).

You can find source files of Sofia-sip here: https://github.com/freeswitch/sofia-sip

SpanDSP sources are here: https://github.com/freeswitch/spandsp

Packages for Sofia-sip and SpandDSP are available for all supported platforms from our packaging repos.

You might have to visit each directory, run ./bootstrap.sh then ./configure then make install

quilnux commented on 2021-05-28 19:59 (UTC) (edited on 2021-05-28 20:00 (UTC) by quilnux)

Has anyone gotten this to work at all?

It seems to get stuck while installing spandsp-docs with error:

xsl:import : unable to load https://cdn.docbook.org/release/xsl/current/xhtml/chunk.xsl
make: *** [Makefile:489: t38_manual/index.html] Error 5

Is the version at https://github.com/freeswitch/spandsp different then the version listed in the Arch repo?

Archange commented on 2021-01-07 22:19 (UTC)

You should change dependency from libyuv-git to libyuv as this is in the official repository now.

Korynkai commented on 2020-08-14 15:45 (UTC) (edited on 2020-08-16 17:05 (UTC) by Korynkai)

@sanerb The modified versions of spandsp and sofia-sip required to build 1.10.4 are available at https://github.com/freeswitch/spandsp and https://github.com/freeswitch/sofia-sip, respectively. This is spandsp >= 1.99 (actually 3.0.0 apparently) and sofia-sip 1.13.0. The upstream issue at https://github.com/signalwire/freeswitch/issues/779 also mentions this, apparently posted at about the same time you commented, so I'm not certain if you had seen it at the time. Also note that issue has now been closed.

What's particularly odd is that its own spec file indicates the location of the source tar.gz file is http://www.soft-switch.org/downloads/spandsp/spandsp-1.99.0.tar.gz but that returns a 404 error. Actually almost looks like they're doing subtle changes to certain (mostly distro-specific, i.e. Debian and RedHat) build files in preparation for release, although the actual source code itself doesn't seem to be in the process of being modified, and seems to build and function appropriately.

I ran into the same issue attempting to build this version for a client due to a bug in 1.10.2 and came across these repositories after a bit of hunting. It took looking at the spec and configure.ac files of spandsp and sofia-sip to find it at the time, I suppose I should've mentioned some of this in the flag comment.

I'm afraid, if the versions of spandsp and sofia-sip already in the system may be required by other packages, these versions may need to be renamed so they do not collide, and either moved to separate directories in /usr/include and /usr/lib or set up as a package conflict.