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.26
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 .. 5 6 7 8 9 10 11 12 13 14 Next › Last »

sanerb commented on 2015-07-10 06:21 (UTC)

the issue was resolved- ssl/tls is supported as packaged, but needs some config changes- which, oddly enough, aren't distributed in upstream's sample confs. in your <sip profile name>.xml, these changes need to be made: < <!--<param name="tls-cert-dir" value=""/>--> --- > <param name="tls-cert-dir" value="/etc/freeswitch/ssl"/> as well as < <param name="tls-verify-policy" value="none"/> --- > <param name="tls-verify-policy" value="all"/> plus the instructions found at https://wiki.freeswitch.org/wiki/SIP_TLS (note that ./gentls_cert etc. commands should instead be "gentls_cert" etc.- no ./ ; this is because they're bundled into the system binary directory.)

sanerb commented on 2015-07-06 06:20 (UTC)

for those tracking, i've updated to 1.4.20 and replied to andriesinfoserv via a private channel. 90%+ certain it's a missed configuration directive in his profile, but waiting to hear back. if anyone is seeing a duplication of this issue, please let me know.

sanerb commented on 2015-07-05 01:39 (UTC)

shoot; i just realized that email address is an old one- sorry. use r00t [at] square-r00t (dot) net

andriesinfoserv commented on 2015-07-04 23:37 (UTC)

@sanerb i sent you an email. thanks

sanerb commented on 2015-07-04 17:04 (UTC)

i just tried myself- builds fine, certs gen fine, and freeswitch starts fine. i don't have a profile i can test with, but please pastebin your vars.xml and profile conf. (if you want/prefer, please feel free to email me directly- my address is in the PKGBUILD.) and please be sure to remember to strip out any passwords. :) (for sake of simplicity, just use the string "REDACTED" so i know what was modified exactly.)

andriesinfoserv commented on 2015-07-04 15:31 (UTC)

@sanerb while this appears to build --with-openssl(unless i missed some output last time), i'm not having any luck actually enabling tls for a profile and am wondering if we are missing a dependency. if you generate certs and modify vars.xml and sip profile in question as described here: https://wiki.freeswitch.org/wiki/SIP_TLS it throws errors described here(if viewing via "fs_cli" -> "sofia status") after restarting freeswitch: http://lists.freeswitch.org/pipermail/freeswitch-users/2010-November/065119.html which the mailing list then says is due to missing ssl/tls dependencies. Are you able to actually enable ssl for a profile and have that profile load successfully? Thanks

andriesinfoserv commented on 2015-06-03 02:08 (UTC)

@sanerb I didn't happen to notice that, but i did build 1.4.18-1 --with-openssl successfully, so either way it's working. I don't know who fixed the build issue but i'm glad they did as this is required for secure transport. Thanks again.

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.