Search Criteria
Package Details: freeswitch 1.10.12-1
Package Actions
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.003545 |
First Submitted: | 2009-03-02 18:40 (UTC) |
Last Updated: | 2024-11-07 19:00 (UTC) |
Dependencies (33)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libshout (libshout-gitAUR)
- libtheora (libtheora-gitAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- lua
- openssl (openssl-gitAUR, openssl-staticAUR)
- opus (opus-gitAUR)
- pcre
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- sofia-sip (sofia-sip-bcAUR, sofia-sip-gitAUR)
- spandsp-gitAUR
- speex (speex-gitAUR)
- unixodbc (unixodbc-gitAUR)
- xz (xz-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lame (lame-svnAUR, lame-altivecAUR) (make)
- ldns (ldns-gitAUR) (make)
- libedit (make)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo) (make)
- libsndfile (libsndfile-gitAUR) (make)
- libyuv (libyuv-gitAUR) (make)
- make (make-gitAUR) (make)
- mpg123 (mpg123-svnAUR, mpg321AUR, mpg321-binAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- unixodbc (unixodbc-gitAUR) (make)
- yasm (yasm-gitAUR) (make)
Required by (0)
Sources (25)
- conf_log.freeswitch
- conf_log.freeswitch.sig
- ffmpeg7-fix.patch
- ffmpeg7-fix.patch.sig
- fix-zmq-url.patch
- fix-zmq-url.patch.sig
- freeswitch-arch.patch
- freeswitch-arch.patch.sig
- freeswitch.conf.d
- freeswitch.conf.d.sig
- freeswitch.service
- freeswitch.service.sig
- https://github.com/signalwire/freeswitch/archive/v1.10.12.tar.gz
- iksemel-double-pointer.patch
- iksemel-double-pointer.patch.sig
- README.freeswitch
- README.freeswitch.sig
- run.freeswitch
- run.freeswitch.sig
- run_log.freeswitch
- run_log.freeswitch.sig
- spandsp-fix.patch
- spandsp-fix.patch.sig
- xmlrpc_constptrs.patch
- xmlrpc_constptrs.patch.sig
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 14 Next › Last »
sanerb commented on 2018-05-30 15:03 (UTC)
so, bad news.
after opening the jira issue, a sales representative from the parent company of FreeSWITCH, Signalwire, contacted me with the following email reproduced in full:
this has been confirmed via a direct freeswitch contact address.
so it looks like not only will this bug not be fixed any time soon, if ever, but it also means that they are closing shop on the opensource version.
i recommend either finding an alternative solution or forking the freeswitch project. if someone does fork it, please let me know and i would be happy to maintain an AUR package for it if desired.
sanerb commented on 2018-05-21 02:18 (UTC)
https://freeswitch.org/jira/browse/FS-11170
sanerb commented on 2018-05-21 01:03 (UTC)
@TheDarkula -
it's direct upstream, it'd have to be with Freeswitch devs. i'll do that now and post the link here so you can follow progress, moment please...
TheDarkula commented on 2018-05-20 21:52 (UTC)
@sanerb I'm pretty sure any branch isn't building (the git main isn't compiling anymore either). You filing it with freeswitch or arch devs?
sanerb commented on 2018-05-20 04:28 (UTC)
so if i try building WITH openssl 1.1.x, it complains about openssl.
if i have it use openssl 1.0.x, it gives a different error:
so i'll have to file a bug upstream
sanerb commented on 2018-05-19 22:47 (UTC)
@TheDarkula-
testing now. i'll see if i can reproduce, though yeah- dunno why it'd stop working all of a sudden. may be a gcc version inconsistency
TheDarkula commented on 2018-05-19 19:04 (UTC)
Build fails :( I couldn't gather why from this output though.
CC libfreeswitch_la-switch_estimators.lo src/switch_regex.c: In function ‘switch_regex_compile’: src/switch_regex.c:40:9: error: returning ‘pcre ’ {aka ‘struct real_pcre8_or_16 ’} from a function with incompatible return type ‘switch_regex_t ’ {aka ‘struct real_pcre ’} [-Werror=incompatible-pointer-types] return pcre_compile(pattern, options, errorptr, erroroffset, tables); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors distcc[4941] ERROR: compile src/switch_regex.c on localhost failed make[1]: [Makefile:2098: libfreeswitch_la-switch_regex.lo] Error 1 make[1]: Waiting for unfinished jobs.... make: *** [Makefile:1414: all] Error 2
sanerb commented on 2018-01-05 22:43 (UTC)
@aztec102-
i see your flagging, and 1.6.19 is indeed out. however, it fails to build:
In file included from ./crypto/include/prng.h:17:0, from ./crypto/include/crypto_kernel.h:50, from ./include/srtp.h:53, from srtp/srtp.c:46: ./crypto/include/aes_icm_ossl.h:66:20: error: field ‘ctx’ has incomplete type EVP_CIPHER_CTX ctx; ^~~ In file included from srtp/srtp.c:50:0: ./crypto/include/aes_gcm_ossl.h:58:18: error: field ‘ctx’ has incomplete type EVP_CIPHER_CTX ctx; ^~~ make[1]: [Makefile:645: srtp.lo] Error 1 make[1]: Leaving directory '/opt/dev/arch/freeswitch/src/freeswitch/libs/srtp' make: [Makefile:3931: libs/srtp/libsrtp.la] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
so i'm gonna hold off on bumping for this release if that's alright.
sanerb commented on 2017-06-24 00:13 (UTC)
mal commented on 2017-06-23 23:27 (UTC)
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 14 Next › Last »