]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
12 years agoFS-6365 --resolve
Peter Olsson [Thu, 20 Mar 2014 18:48:37 +0000 (19:48 +0100)] 
FS-6365 --resolve

12 years ago.gitignore
Peter Olsson [Thu, 20 Mar 2014 18:45:51 +0000 (19:45 +0100)] 
.gitignore

12 years agoFS-6348 FS-6347
Jeff Lenk [Thu, 20 Mar 2014 18:13:31 +0000 (13:13 -0500)] 
FS-6348 FS-6347

12 years agoFS-353: allow people to use 5 year old and with known segfault issues pcre because...
Michael Jerris [Thu, 20 Mar 2014 16:46:52 +0000 (12:46 -0400)] 
FS-353: allow people to use 5 year old and with known segfault issues pcre because centos6 can't seem to use a lib less that 5 years old, use with older libs at your own risk

12 years agoBuild a static libfreeswitch.a
Travis Cross [Thu, 20 Mar 2014 15:58:14 +0000 (15:58 +0000)] 
Build a static libfreeswitch.a

We don't currently have a use-case for this, but we'd been
distributing this file in packaging as part of libfreeswitch-dev.

12 years agoPull curl and pcre out of bootstrap
Travis Cross [Thu, 20 Mar 2014 15:55:42 +0000 (15:55 +0000)] 
Pull curl and pcre out of bootstrap

We check whether the dir is there before trying to bootstrap, so it
didn't do any harm, but they shouldn't be there.

12 years agoPull mod_v8 out of the default build
Travis Cross [Thu, 20 Mar 2014 15:40:28 +0000 (15:40 +0000)] 
Pull mod_v8 out of the default build

We love mod_v8 and Peter for making it work so well and in so many
places.

But it still doesn't build on as many platforms as the rest of
FreeSWITCH, and it requires using getlib on a huge library while we're
currently trying to pull libraries out of tree and reduce our
dependence on getlib.  We need to work on getting distributions to
push updated versions of libv8.

12 years agoMerge in change to require system libspeex
Travis Cross [Thu, 20 Mar 2014 14:47:35 +0000 (14:47 +0000)] 
Merge in change to require system libspeex

libspeex and libspeexdsp are now hard system dependencies for
building and running FreeSWITCH.

FS-353

12 years agoSupport change to system libspeex in debian
Travis Cross [Thu, 20 Mar 2014 14:46:58 +0000 (14:46 +0000)] 
Support change to system libspeex in debian

12 years agoCompletely unbundle speex
James Le Cuirot [Tue, 18 Mar 2014 20:55:51 +0000 (20:55 +0000)] 
Completely unbundle speex

FS-353

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoMerge in change to require system libpcre
Travis Cross [Thu, 20 Mar 2014 14:44:09 +0000 (14:44 +0000)] 
Merge in change to require system libpcre

libpcre is now a hard system dependency for building and running
FreeSWITCH.

FS-353

12 years agoSupport change to system libpcre in debian
Travis Cross [Thu, 20 Mar 2014 14:41:42 +0000 (14:41 +0000)] 
Support change to system libpcre in debian

12 years agoCompletely unbundle pcre
James Le Cuirot [Mon, 17 Mar 2014 21:19:46 +0000 (21:19 +0000)] 
Completely unbundle pcre

FS-353

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoESL-86: esl automake of at least the core parts
Michael Jerris [Thu, 20 Mar 2014 14:38:47 +0000 (10:38 -0400)] 
ESL-86: esl automake of at least the core parts

12 years agoFS-6293: fix mod_managed srcdir build
Brian West [Thu, 20 Mar 2014 13:34:16 +0000 (08:34 -0500)] 
FS-6293: fix mod_managed srcdir build

12 years agoFS-6369: fix uninstall on mod_managed
Brian West [Thu, 20 Mar 2014 13:16:14 +0000 (08:16 -0500)] 
FS-6369: fix uninstall on mod_managed

12 years agoFS-6387 don't fail if your openssl package has been compiled without EC support....
Brian West [Thu, 20 Mar 2014 13:07:53 +0000 (08:07 -0500)] 
FS-6387 don't fail if your openssl package has been compiled without EC support...LOOKING AT YOU GENTOO

12 years agoPurge mod_voipcodecs from debian/control-modules
Travis Cross [Thu, 20 Mar 2014 03:33:05 +0000 (03:33 +0000)] 
Purge mod_voipcodecs from debian/control-modules

12 years agoDrop mod_perl from the debian build temporarily
Travis Cross [Thu, 20 Mar 2014 02:29:12 +0000 (02:29 +0000)] 
Drop mod_perl from the debian build temporarily

We'll add this back when the build issues with it get worked out.
See FS-6385.

12 years agofix perldir to at least point to install the same place as the code looks for it...
Michael Jerris [Wed, 19 Mar 2014 21:24:21 +0000 (17:24 -0400)] 
fix perldir to at least point to install the same place as the code looks for it.  Note, on fhs type builds, where prefix is /usr, these files are going to go into /usr/perl, which probably isn't right, but thats where the code looks too, we should do something better for builds that are not in the prefix

12 years agoExport V=1 for debian builds
Travis Cross [Wed, 19 Mar 2014 21:07:21 +0000 (21:07 +0000)] 
Export V=1 for debian builds

Now that we're using AM_SILENT_RULES this needs to be set so we can
see what's going on in our build logs.

12 years agoMake sure -w is set in mod_perl CXXFLAGS
Travis Cross [Wed, 19 Mar 2014 20:59:30 +0000 (20:59 +0000)] 
Make sure -w is set in mod_perl CXXFLAGS

Autogenerated bits of the code warn when building which would
otherwise break the build.

12 years agoTweak sndfile for args
Brian West [Wed, 19 Mar 2014 17:36:58 +0000 (17:36 +0000)] 
Tweak sndfile for args

12 years agoS-6341:make sure to unlock too
Michael Jerris [Wed, 19 Mar 2014 20:38:53 +0000 (16:38 -0400)] 
S-6341:make sure to unlock too

12 years agoFS-6294 FS-6308 NetBSD support should work test and report back please.
Brian West [Wed, 19 Mar 2014 19:34:02 +0000 (14:34 -0500)] 
FS-6294 FS-6308 NetBSD support should work test and report back please.

12 years agoSupport Intel ICC
Brian West [Wed, 19 Mar 2014 19:33:31 +0000 (14:33 -0500)] 
Support Intel ICC

12 years agoRemove ancient FS-2746 patch from tree
Travis Cross [Wed, 19 Mar 2014 19:11:47 +0000 (19:11 +0000)] 
Remove ancient FS-2746 patch from tree

12 years agoFollow rename to configure.ac in scripts/
Travis Cross [Wed, 19 Mar 2014 19:11:31 +0000 (19:11 +0000)] 
Follow rename to configure.ac in scripts/

12 years agoFollow rename to configure.ac in debian/
Travis Cross [Wed, 19 Mar 2014 19:08:17 +0000 (19:08 +0000)] 
Follow rename to configure.ac in debian/

12 years agoFS-6293: unimrcp srcdir build working
Michael Jerris [Wed, 19 Mar 2014 19:04:41 +0000 (15:04 -0400)] 
FS-6293: unimrcp srcdir build working

12 years agoFS-6293: unimrcp start of srcdir build
Michael Jerris [Wed, 19 Mar 2014 18:50:39 +0000 (14:50 -0400)] 
FS-6293: unimrcp start of srcdir build

12 years agosilence unused var warnings
Michael Jerris [Wed, 19 Mar 2014 18:17:09 +0000 (14:17 -0400)] 
silence unused var warnings

12 years agoignore all .dirstamp
Brian West [Wed, 19 Mar 2014 13:24:41 +0000 (13:24 +0000)] 
ignore all .dirstamp

12 years agoFS-6375 fix till we switch to system tiff
Brian West [Wed, 19 Mar 2014 12:32:23 +0000 (12:32 +0000)] 
FS-6375 fix till we switch to system tiff

12 years agoFS-6375 our LDFLAGS should preceed libcurl detected LDFLAGS
Brian West [Wed, 19 Mar 2014 12:03:34 +0000 (12:03 +0000)] 
FS-6375 our LDFLAGS should preceed libcurl detected LDFLAGS

12 years agoFS-6375: now withless for the dev to remember
Brian West [Wed, 19 Mar 2014 11:41:36 +0000 (11:41 +0000)] 
FS-6375: now withless for the dev to remember

12 years agoFS-6379: --resolve fix ldns bootstrap/build on solaris
Brian West [Wed, 19 Mar 2014 11:02:49 +0000 (11:02 +0000)] 
FS-6379: --resolve fix ldns bootstrap/build on solaris

12 years agocxx
Michael Jerris [Wed, 19 Mar 2014 12:33:47 +0000 (08:33 -0400)] 
cxx

12 years agothis is a cxx mod
Michael Jerris [Wed, 19 Mar 2014 12:32:25 +0000 (08:32 -0400)] 
this is a cxx mod

12 years agoFS-6375 correct copy and paste error
Brian West [Wed, 19 Mar 2014 09:10:44 +0000 (09:10 +0000)] 
FS-6375 correct copy and paste error

12 years agoFS-6375 remove a few things that aren't needed
Brian West [Wed, 19 Mar 2014 08:33:25 +0000 (08:33 +0000)] 
FS-6375 remove a few things that aren't needed

12 years agoFS-6371 --resolve json cdr is missing some caller profile times
Tamas Cseke [Wed, 19 Mar 2014 10:01:22 +0000 (11:01 +0100)] 
FS-6371 --resolve json cdr is missing some caller profile times

12 years agoFS-6375 adding LTCFLAGS makes configure choose the proper pre post deps on both 32bit...
Brian West [Wed, 19 Mar 2014 09:04:38 +0000 (04:04 -0500)] 
FS-6375 adding LTCFLAGS makes configure choose the proper pre post deps on both 32bit and 64bit just work out of the box

12 years agoFS-6292 additional define to avoid on NetBSD, If someone wants to get this workign...
Brian West [Wed, 19 Mar 2014 08:35:42 +0000 (03:35 -0500)] 
FS-6292 additional define to avoid on NetBSD, If someone wants to get this workign please submit patches

12 years agoFS-6309 don't try to use incomplete tgmath.h on NetBSD
Brian West [Wed, 19 Mar 2014 08:35:03 +0000 (03:35 -0500)] 
FS-6309 don't try to use incomplete tgmath.h on NetBSD

12 years agoRemove completely obsolete patches from tree
Travis Cross [Wed, 19 Mar 2014 03:02:49 +0000 (03:02 +0000)] 
Remove completely obsolete patches from tree

These haven't been touched in years; they can't possibly still be
applicable.

12 years agoFix mod_opal build
Travis Cross [Wed, 19 Mar 2014 02:22:06 +0000 (02:22 +0000)] 
Fix mod_opal build

...by separating out CPPFLAGS and CXXFLAGS.

12 years agoUse $(shell) make function in mod_opal
Travis Cross [Wed, 19 Mar 2014 02:16:28 +0000 (02:16 +0000)] 
Use $(shell) make function in mod_opal

12 years agoFS-6293: fix mod_spidermonkey srcdir build
Michael Jerris [Wed, 19 Mar 2014 02:20:44 +0000 (22:20 -0400)] 
FS-6293: fix mod_spidermonkey srcdir build

12 years agoReorder lines in mod_h323 build
Travis Cross [Wed, 19 Mar 2014 01:24:33 +0000 (01:24 +0000)] 
Reorder lines in mod_h323 build

12 years agoMove mod_h323 -fno-exceptions flag to CXXFLAGS
Travis Cross [Wed, 19 Mar 2014 01:23:54 +0000 (01:23 +0000)] 
Move mod_h323 -fno-exceptions flag to CXXFLAGS

12 years agoRemove ptlib include in mod_h323
Travis Cross [Wed, 19 Mar 2014 01:22:38 +0000 (01:22 +0000)] 
Remove ptlib include in mod_h323

This doesn't seem needed, and the empty include was breaking the
build.

12 years agoMove define to CPPFLAGS in mod_h323
Travis Cross [Wed, 19 Mar 2014 01:28:47 +0000 (01:28 +0000)] 
Move define to CPPFLAGS in mod_h323

12 years agouse correct source file
Michael Jerris [Wed, 19 Mar 2014 00:49:16 +0000 (20:49 -0400)] 
use correct source file

12 years agoSeparate out CFLAGS and CPPFLAGS in mod_h323
Travis Cross [Wed, 19 Mar 2014 01:03:05 +0000 (01:03 +0000)] 
Separate out CFLAGS and CPPFLAGS in mod_h323

CPPFLAGS should contain -I and -D flags.

This also has the effect of fixing the build of this module.

12 years agoAdd debian build-deps for mod_opal
Travis Cross [Wed, 19 Mar 2014 00:48:10 +0000 (00:48 +0000)] 
Add debian build-deps for mod_opal

12 years agoFix mod_java build issues
Travis Cross [Wed, 19 Mar 2014 00:42:11 +0000 (00:42 +0000)] 
Fix mod_java build issues

...including one syntax error and an underspecified cast.

12 years agoadd missing break, please review
Seven Du [Tue, 18 Mar 2014 23:58:13 +0000 (07:58 +0800)] 
add missing break, please review

12 years agofix typo in removing of apr dso funcitons
Michael Jerris [Tue, 18 Mar 2014 23:53:43 +0000 (19:53 -0400)] 
fix typo in removing of apr dso funcitons

12 years agouse right var for -I includes
Michael Jerris [Tue, 18 Mar 2014 23:36:26 +0000 (19:36 -0400)] 
use right var for -I includes

12 years agoadd depends so these are built
Michael Jerris [Tue, 18 Mar 2014 23:32:02 +0000 (19:32 -0400)] 
add depends so these are built

12 years agosome potential fixes for srcdir, need someone with deps to tell me what doesn't actua...
Michael Jerris [Tue, 18 Mar 2014 23:28:16 +0000 (19:28 -0400)] 
some potential fixes for srcdir, need someone with deps to tell me what doesn't actually work here now

12 years agofix source file
Michael Jerris [Tue, 18 Mar 2014 23:22:37 +0000 (19:22 -0400)] 
fix source file

12 years agofix source file
Michael Jerris [Tue, 18 Mar 2014 23:21:41 +0000 (19:21 -0400)] 
fix source file

12 years agoattempt at fixing mod_gsmopen build
Michael Jerris [Tue, 18 Mar 2014 23:11:16 +0000 (19:11 -0400)] 
attempt at fixing mod_gsmopen build

12 years agoRemove dead mod_voipcodecs from debian excludes
Travis Cross [Tue, 18 Mar 2014 23:02:24 +0000 (23:02 +0000)] 
Remove dead mod_voipcodecs from debian excludes

Mike removed mod_voipcodecs from tree in commit
bcd9f49fbe7fb992c5e0fdac68e158731cc98420.

We'd long since replaced mod_voipcodecs with mod_spandsp.

12 years agoFS-6375 fix -lutil as its not needed
Brian West [Tue, 18 Mar 2014 22:54:56 +0000 (17:54 -0500)] 
FS-6375 fix -lutil as its not needed

12 years agoFS-6369: --resolve fix automake build of mod_managed
Brian West [Tue, 18 Mar 2014 22:48:44 +0000 (17:48 -0500)] 
FS-6369: --resolve  fix automake build of mod_managed

12 years agoFS-6375 bump sofia so it rebuilds
Brian West [Tue, 18 Mar 2014 22:44:05 +0000 (17:44 -0500)] 
FS-6375 bump sofia so it rebuilds

12 years agoFS-6375 ifdef for sun in this case
Brian West [Tue, 18 Mar 2014 22:43:46 +0000 (17:43 -0500)] 
FS-6375 ifdef for sun in this case

12 years agoFS-6375 exclude sun from modem support in spandsp
Brian West [Tue, 18 Mar 2014 22:37:04 +0000 (17:37 -0500)] 
FS-6375 exclude sun from modem support in spandsp

12 years agoFS-6370: --resolve build memcache lib on mod build
Brian West [Tue, 18 Mar 2014 22:31:19 +0000 (17:31 -0500)] 
FS-6370: --resolve build memcache lib on mod build

12 years agoFS-6293: fix mod_skypopen srcdir build
Michael Jerris [Tue, 18 Mar 2014 22:14:40 +0000 (18:14 -0400)] 
FS-6293: fix mod_skypopen srcdir build

12 years agoBuild openldap with -j1
Travis Cross [Tue, 18 Mar 2014 22:06:07 +0000 (22:06 +0000)] 
Build openldap with -j1

Things seem to go wrong when building mod_ldap with make -j.

12 years agolets just consistently use api for version
Michael Jerris [Tue, 18 Mar 2014 21:59:31 +0000 (17:59 -0400)] 
lets just consistently use api for version

12 years agoFS-6293: fix mod_xml_rpc srcdir build
Michael Jerris [Tue, 18 Mar 2014 21:49:48 +0000 (17:49 -0400)] 
FS-6293: fix mod_xml_rpc srcdir build

12 years agoEdit out gcc-ism from soundtouch lib
Travis Cross [Tue, 18 Mar 2014 21:36:37 +0000 (21:36 +0000)] 
Edit out gcc-ism from soundtouch lib

This allows building mod_soundtouch in clang as clang doesn't support
gcc's -fcheck-new.

12 years agoFS-6293: fix srcdir build for mod_opus
Michael Jerris [Tue, 18 Mar 2014 21:38:02 +0000 (17:38 -0400)] 
FS-6293: fix srcdir build for mod_opus

12 years agoFS-6293: fix srcdir build for mod_event_zmq
Michael Jerris [Tue, 18 Mar 2014 21:27:31 +0000 (17:27 -0400)] 
FS-6293: fix srcdir build for mod_event_zmq

12 years agofix clang warning about control reaches end of non-void function
Michael Jerris [Tue, 18 Mar 2014 21:26:59 +0000 (17:26 -0400)] 
fix clang warning about control reaches end of non-void function

12 years agoFS-6293: fix mod_codec2 srcdir build
Michael Jerris [Tue, 18 Mar 2014 21:19:40 +0000 (17:19 -0400)] 
FS-6293: fix mod_codec2 srcdir build

12 years agofix clang type warnings
Michael Jerris [Tue, 18 Mar 2014 19:39:33 +0000 (15:39 -0400)] 
fix clang type warnings

12 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Chris Rienzo [Tue, 18 Mar 2014 19:22:57 +0000 (15:22 -0400)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

12 years agoFS-6374 --resolve mod_rayo sendfax was using uninitialized memory pool
Chris Rienzo [Tue, 18 Mar 2014 19:21:27 +0000 (15:21 -0400)] 
FS-6374 --resolve mod_rayo sendfax was using uninitialized memory pool

12 years agoFS-6293: fix mod_cdr_mongodb srcdir build
Michael Jerris [Tue, 18 Mar 2014 19:07:39 +0000 (15:07 -0400)] 
FS-6293: fix mod_cdr_mongodb srcdir build

12 years agoFS-6293: don't blow up on clean on mod_managed (still does not do srcdir right)
Michael Jerris [Tue, 18 Mar 2014 18:58:48 +0000 (14:58 -0400)] 
FS-6293: don't blow up on clean on mod_managed (still does not do srcdir right)

12 years agoFS-6293: fix srcdir build of mod_rayo
Michael Jerris [Tue, 18 Mar 2014 18:46:21 +0000 (14:46 -0400)] 
FS-6293: fix srcdir build of mod_rayo

12 years agoFS-6293: mod_dingaling srcdir build
Michael Jerris [Tue, 18 Mar 2014 18:38:32 +0000 (14:38 -0400)] 
FS-6293: mod_dingaling srcdir build

12 years agofix uninitialized variables
Michael Jerris [Tue, 18 Mar 2014 18:28:05 +0000 (14:28 -0400)] 
fix uninitialized variables

12 years agoFS-6293: fix spandsp srcdir builds when user is setting cflags
Michael Jerris [Tue, 18 Mar 2014 18:20:40 +0000 (14:20 -0400)] 
FS-6293: fix spandsp srcdir builds when user is setting cflags

12 years agoFS-6293: mod_esl srcdir build
Michael Jerris [Tue, 18 Mar 2014 18:07:38 +0000 (14:07 -0400)] 
FS-6293: mod_esl srcdir build

12 years agoremove file listed twice
Michael Jerris [Tue, 18 Mar 2014 18:07:04 +0000 (14:07 -0400)] 
remove file listed twice

12 years agoFS-6293: fix lua to build using automake, so it works right with srcdir, and avoids...
Michael Jerris [Tue, 18 Mar 2014 17:28:52 +0000 (13:28 -0400)] 
FS-6293: fix lua to build using automake, so it works right with srcdir, and avoids the linking to .a is not portable warning

12 years ago.gitignore
Michael Jerris [Tue, 18 Mar 2014 17:17:11 +0000 (13:17 -0400)] 
.gitignore

12 years agobuild spandsp core elements as a conv lib so we can use didfferent cflags to include...
Michael Jerris [Tue, 18 Mar 2014 14:35:23 +0000 (10:35 -0400)] 
build spandsp core elements as a conv lib so we can use didfferent cflags to include the right config.h when building those files

12 years agoFS-6293: abandon xmlrpc-c build system entirely. We can revist this when we try...
Michael Jerris [Tue, 18 Mar 2014 13:50:12 +0000 (09:50 -0400)] 
FS-6293: abandon xmlrpc-c build system entirely.  We can revist this when we try to pull this lib out of tree, in the mean time, this fixes a ton of problems.

12 years agoget build banner to come up in a different way, avoiding the duplicate targets
Michael Jerris [Tue, 18 Mar 2014 12:42:03 +0000 (08:42 -0400)] 
get build banner to come up in a different way, avoiding the duplicate targets

12 years agoIgnore downloaded speex library files.
Peter Olsson [Tue, 18 Mar 2014 06:40:39 +0000 (07:40 +0100)] 
Ignore downloaded speex library files.

12 years agomod_v8: More improvements for VS Express.
Peter Olsson [Tue, 18 Mar 2014 06:38:44 +0000 (07:38 +0100)] 
mod_v8: More improvements for VS Express.

12 years agoFS-6348
Jeff Lenk [Tue, 18 Mar 2014 05:24:31 +0000 (00:24 -0500)] 
FS-6348