Ken Rice
d2d0b3283a
version bump
2016-01-11 14:16:12 -06:00
Ken Rice
c0707c84ab
Merge branch 'master' into v1.6
2016-01-11 14:14:51 -06:00
Spencer Thomason
3c291b3c61
Use mtmalloc on Solaris SPARC if available
...
FS-8666 #resolve
2015-12-17 16:47:06 +00:00
Ken Rice
09fd5f539e
Revert "FS-8369 Debian8/CentOS7 systemd installer additions"
...
This reverts commit adc8f9a119711b26615805f8ea8f7b2d6fe52b61.
2015-11-20 14:57:46 -06:00
Ken Rice
c1e140fdf0
Revert "FS-8369 Debian8/CentOS7 systemd installer additions"
...
This reverts commit 757fa94239e67aed08ec8ada776415e08a18987a.
2015-11-20 14:57:41 -06:00
Ken Rice
ff12bd6cfc
Revert "FS-8369 Fixes"
...
This reverts commit 389d24da145531e3abb7dc943f6c2609286cf685.
2015-11-20 14:57:36 -06:00
Ken Rice
d9d5870bff
Revert "FS-8369 Debian8/CentOS7 systemd installer additions"
...
This reverts commit adc8f9a119711b26615805f8ea8f7b2d6fe52b61.
2015-11-20 14:54:13 -06:00
Ken Rice
ebba246192
Revert "FS-8369 Debian8/CentOS7 systemd installer additions"
...
This reverts commit 757fa94239e67aed08ec8ada776415e08a18987a.
2015-11-20 14:54:05 -06:00
Ken Rice
5ad6a2533a
Revert "FS-8369 Fixes"
...
This reverts commit 389d24da145531e3abb7dc943f6c2609286cf685.
2015-11-20 14:53:55 -06:00
Ken Rice
d5520a6612
bump revision
2015-11-19 14:27:21 -06:00
Ken Rice
684235116d
Merge branch 'master' into v1.6
2015-11-19 13:55:18 -06:00
Niek Vlessert
389d24da14
FS-8369 Fixes
...
- Don't check OS, current patch should be compatible with Debian and RHEL derivatives and ArchLinux
- Make useradd the tool to add the usera nd group to work on all
2015-11-10 19:43:46 +01:00
Niek Vlessert
757fa94239
FS-8369 Debian8/CentOS7 systemd installer additions
...
After builing Freeswitch this makes actually run it easy by offering
an installer script.
* Changes to configure.ac to detect Debian8/CentOS 7 and create installer script
* Changes to build/Makefile.am to display the option
* Added build/startup directory with templates and other files
* Deleted outdated build/freeswitch.service and tmpfiles.conf
* Unit file based on the latest systemd service file FS-8194
* Won't interfere with other platforms (afaik)
* Supports all bindir directory prefixes ./configure can have
* Detects if Debian8/CentOS7 use systemd
* Can be used with a user with sudo permissions
2015-10-30 19:11:32 +01:00
Ken Rice
0452cdc0a8
bumping version number
2015-10-23 10:26:13 -05:00
Niek Vlessert
adc8f9a119
FS-8369 Debian8/CentOS7 systemd installer additions
...
After builing Freeswitch this makes actually run it easy by offering
an installer script.
* Changes to configure.ac to detect Debian8/CentOS 7 and create installer script
* Changes to build/Makefile.am to display the option
* Added init directory with templates and other files
* Deleted outdated build/freeswitch.service and tmpfiles.conf
* Unit file based on the latest systemd service file FS-8194
* Won't interfere with other platforms (afaik)
* Supports ./configure --prefix=
* Detects if Debian8/CentOS7 use systemd
* Can be used with a user with sudo permissions
2015-10-20 23:21:50 +02:00
Ken Rice
6f1be1d4d9
bump version
2015-10-09 15:28:18 -05:00
Ken Rice
08bda5e21b
Merge branch 'master' into v1.6
2015-10-09 15:27:41 -05:00
William King
7724270d89
FS-8233 convert unit tests frameworks to non-recursive makefiles
2015-10-08 13:01:04 -07:00
Stanislav Sinyagin
9461ed1335
FS-8195 Compatibility with Solaris 11 process privileges
...
Now the daemon manages its privileges correctly, so that -rp, -u,
-g and -lp can be supported, also in a Solaris zone.
Also fixed a problem that switch_log_printf() was used before the
logger was initialized, so the messages were sent to nowhere.
2015-10-03 01:52:37 +00:00
Ken Rice
643e3ff88f
bump version
2015-09-25 09:50:20 -05:00
Ken Rice
f6ab7ff6ae
Merge branch 'master' into v1.6 for v1.6.2
2015-09-25 09:49:42 -05:00
Stanislav Sinyagin
98a190a107
FS-7967 SmartOS compatibility
...
configure.ac: honor NetBSD and SmartOS in search for system lua
src/switch_utf8.c: remove switch_u8_vprintf and switch_u8_printf
replace u_int32_t with C99 standard uint32_t, and also the same for
8,16,64 bit
2015-09-09 21:39:41 +00:00
Ken Rice
6762f14140
bump versions numbers in prep for initial 1.6 release
2015-09-03 15:36:52 -05:00
Michael Jerris
6f1a00fe81
FS-8108: remove legacy mod_lua, the regular mod_lua works with system lua now
2015-09-01 11:15:12 -05:00
William King
d1d0f553bc
FS-8075
...
Initial commit of mod_hiredis. Add expanded redis support to include
raw redis command support, as well as the existing support for
FreeSWITCH limits.
2015-08-28 16:56:38 -07:00
Michael Giagnocavo
ba9c44bbd0
FS-7885 Add getcputime command
2015-07-24 02:34:00 -06:00
Anthony Minessale
5933a0d044
restore patches from revert, this is lame, you need to bootstrap to fix it. 625^H^H^H0 days without having to rebootstrap
2015-07-14 11:24:53 -05:00
Anthony Minessale
3fa6003ef7
this is not ready
2015-07-14 11:05:33 -05:00
William King
f7f5c7587f
FS-7820
...
C level unit testing and micro benchmarking framework, including one
example unit test.
2015-07-10 12:04:04 -07:00
karl anderson
d66839debe
FS-7774 add mod_kazoo
...
#resolve
2015-07-03 22:54:47 +01:00
William King
775ce5c0a8
Adding mod_smpp as an event_handler module.
...
FS-7730 #resolve
2015-07-03 14:26:05 -07:00
Ken Rice
c51b1b9184
FS-7715 #resolve updates to configure and spec files for next development branch
...
add images to spec file
2015-06-23 12:22:04 -04:00
Michael Jerris
6008cad2aa
check for 'ilbc2' pkg-config name first so we canuse overriden centos package
2015-06-22 12:58:53 -04:00
Michael Jerris
67d1d1df8f
FS-7605 remove surplus config flags and fix rundir and logdir set under fhs
2015-06-17 21:55:40 -05:00
Michael Jerris
4ad0aa91a4
FS-7655: attempt to make libvpx and libyuv optional (none of the video features will work without them) The following modules require these libraries to be installed still: mod_av mod_cv mod_fsv mod_mp4v2 mod_openh264 mod_vpx mod_imagick mod_vpx mod_yuv mod_png mod_vlc
2015-06-16 18:24:35 -05:00
Michael Jerris
660e79edd7
FS-7338: remove mod_shout dep libs to system libs. On debain jessie requires libmpg123-dev libshout3-dev libmp3lame-dev
2015-06-12 14:56:01 -05:00
Ken Rice
02a0a2a068
FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects.
2015-06-03 15:23:40 -05:00
Anthony Minessale
b641ab6db3
bump
2015-05-28 12:48:12 -05:00
Anthony Minessale
e8fed1a47f
FS-7519: merge mod_avcodec and mod_avformat into mod_av
2015-05-28 12:47:33 -05:00
Christopher Rienzo
3a8c6c3803
FS-7553 reduce opencv library requirement to 2.4.5 to allow centos 7
2015-05-28 12:47:33 -05:00
Christopher Rienzo
e83fc1a583
FS-7553 reduce soundtouch library requirement to version 1.7.1- this was the version bundled with freeswitch
2015-05-28 12:47:33 -05:00
Michael Jerris
0d5b21e288
FS-7507: fix expansion of dirs compiled into freeswitch
2015-05-28 12:47:33 -05:00
Michael Jerris
fe50da3d8c
FS-7507: fix expansion of dirs compiled into freeswitch
2015-05-28 12:47:33 -05:00
Mike Jerris
387b405ccd
FS-7500: fix include paths for libvpx
2015-05-28 12:47:32 -05:00
Michael Jerris
b827542c8d
FS-7500: fix vpx include paths
2015-05-28 12:47:32 -05:00
Michael Jerris
cc9a225bb9
FS-7500: require libvpx 1.4
2015-05-28 12:47:32 -05:00
Michael Jerris
d2d00056e8
FS-7519: [mod_avcodec] add x264 to linker
2015-05-28 12:47:29 -05:00
Michael Jerris
a6c1a40b2a
FS-7519: [mod_avformat] add libavutil and libavresample to linking deps
2015-05-28 12:47:28 -05:00
Michael Jerris
f87f725e43
FS-7519: [mod_avformat] add libswscale and libavcodec to linking deps
2015-05-28 12:47:28 -05:00
Michael Jerris
e2236ad559
FS-7508: remove mod_vp8 which has been replaced by mod_vpx
2015-05-28 12:47:25 -05:00