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: 17
Popularity: 0.001234
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 .. 6 7 8 9 10 11 12 13 14 Next › Last »

HNKNTA commented on 2015-05-16 19:48 (UTC)

@sanerb thanks for reply. I just doing this at other remote computer: both required packages are installed from AUR, freeswitch and freeswitch-git builds without any error but have not include mod_gsmopen.so I compiled mod_gsmopen.so manually and put it to mods directory and symlinked /usr/local/lib/libgsmme.so.1.0.4 to /usr/lib/libgsmme.so.1 and now it works. But it took me almost all day and I still don't understand what was the problem

sanerb commented on 2015-05-16 17:05 (UTC)

@andriesinfoserv sorry for delay, but it appears ssl is enabled by default for compile-time, at least in the current package: [bts@workhorse freeswitch]$ ./configure --help|grep -i ssl --with-openssl use OpenSSL [enabled] if you find this isn't the case please let me know.

sanerb commented on 2015-05-16 16:51 (UTC)

i don't have time to dig deep this weekend, but right off the bat, three things: 0.) do you have libctb installed (try this first)(can be found in AUR)? both it AND gsmlib are listed as deps in the documentation at https://freeswitch.org/confluence/display/FREESWITCH/mod_gsmopen#mod_gsmopen-QuickStartGuide 1.) gsmopen is in beta status; have you tried against freeswitch-git and do you get any change? 2.) have you tried building/installing freeswitch, then AFTER the fact compiling and copying in the mod_gsmopen module instead of trying to build at package buildtime for freeswitch (assuming both deps in 0. are met)? the docs seem to suggest this method and i'm curious to see if it makes any difference. if it still fails, pastebin the last 20 lines or so of build output and i'll take a look. thanks!

HNKNTA commented on 2015-05-16 15:17 (UTC)

if I emable endpoints/mod_gsmopen in PKGBUILD, build fails. how can I fix this? gsmlib is installed

sanerb commented on 2015-05-10 05:24 (UTC)

updated to 1.4.18

sanerb commented on 2015-02-12 02:49 (UTC)

aha! no worries, glad i could help! fingers crossed it gets sorted soon! i didn't know there was a --with-openssl option. i might add it by default.

andriesinfoserv commented on 2015-02-12 02:43 (UTC)

@sanerb did as you suggested and evidently it's an upstream bug. reported here: https://freeswitch.org/jira/browse/FS-7268 thanks for the help.

sanerb commented on 2015-02-11 15:14 (UTC)

andriesinfoserv- as long as you have the openssl package installed, the header files should be installed. Specifically, make sure you have the following files: /usr/include/openssl/dtls1.h /usr/include/openssl/tls1.h If you do, try editing the makedepends for the PKGBUILD to include "openssl". If THAT doesn't work, try compiling manually without makepkg (and as a regular user). If it builds fine, it's a pacman/makepkg bug. If it still doesn't build, it's an upstream bug. :)

andriesinfoserv commented on 2015-02-11 08:45 (UTC)

i can't get freeswitch or freeswwitch-git to build with "--with-openssl" in pkgbuild ./configure block. I get the following error with both attempts. checking openssl/tls1.h usability... no checking openssl/tls1.h presence... yes configure: WARNING: openssl/tls1.h: present but cannot be compiled configure: WARNING: openssl/tls1.h: check for missing prerequisite headers? configure: WARNING: openssl/tls1.h: see the Autoconf documentation configure: WARNING: openssl/tls1.h: section "Present But Cannot Be Compiled" configure: WARNING: openssl/tls1.h: proceeding with the compiler's result configure: WARNING: ## ---------------------------------- ## configure: WARNING: ## Report this to bugs@freeswitch.org ## configure: WARNING: ## ---------------------------------- ## checking for openssl/tls1.h... no configure: WARNING: OpenSSL include files were not found configure: error: OpenSSL >= 1.0.1e and associated developement headers required ==> ERROR: A failure occurred in build(). Aborting... are the development headers not included in the arch "openssl" pkg or is this actually a bug? If bug, arch or upstream? thanks