Commit Graph

216 Commits

Author SHA1 Message Date
Michael Jerris 99e55ae008 mod_skypiax rename to mod_skypopen
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16988 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-14 21:57:23 +00:00
Michael Jerris ad4eb5e019 MODENDP-293
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16863 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-02 17:16:52 +00:00
Michael Jerris 54a9eba44d this is a bit more sane
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16543 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-30 23:27:40 +00:00
Michael Jerris d47c147cdb dirty hack to try to fix solaris build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16542 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-30 23:10:37 +00:00
Brian West cd8912cb46 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16467 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-22 20:40:59 +00:00
Michael Jerris 9b8392bc16 move lua to automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16334 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 06:57:35 +00:00
Michael Jerris 0c1ae13da1 move mod_spidermoney build to automake, fix spidermoneky dependencies (I think this really fixes -j builds), move mod_spidermonkey sub modules all under the same source directory and bundle their build together as one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16333 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 05:48:36 +00:00
Michael Jerris 31b743d6eb rename ADD_ AM conditionals to HAVE_
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16332 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 03:11:56 +00:00
Michael Jerris 74fd6fb6f8 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16293 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 22:26:00 +00:00
Michael Jerris 452b0bdeaa typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16291 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 21:16:36 +00:00
Anthony Minessale d314f25424 update timer calibration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16290 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 21:07:39 +00:00
Michael Jerris 8912b80e13 (FSCORE-524)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16277 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 17:01:36 +00:00
Michael Jerris ea5c0c2111 attempt to properly check if we can use CPU_SET with sched_setaffinity because some older libc had gnu extensions in the definitions of CPU_SET which we do not allow (FSBUILD-226)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16263 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 18:31:13 +00:00
Michael Jerris 68b584063f add pkgconfig file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 04:43:39 +00:00
Michael Jerris 8b3f71cc48 Makefile.am cleanup (mostly from stkn, THANKS\!)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16248 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 20:26:14 +00:00
Michael Jerris 40ff9a41af comment for now until we better control what is passed through
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16245 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 18:53:05 +00:00
Michael Jerris d1c60899de add soundsdir configure var and sounds_dir global freeswitch var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16241 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 16:32:35 +00:00
Michael Jerris 89ae5f4741 add configure vars for htdocs and grammar dirs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 15:47:36 +00:00
Michael Jerris 5ccac21dc3 wip move towards adding directory layout control to configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 14:36:29 +00:00
Michael Jerris c064a2a586 add recordings_dir
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16233 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 03:20:42 +00:00
Brian West a19b1e7cbf doh one more
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16089 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-30 01:55:08 +00:00
Anthony Minessale f80a9bd02a trade some max call count for more accurate timing in full media situations, hint: use 30ms ptime for drastic reduction in resources
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16081 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-29 23:21:20 +00:00
Michael Jerris 00b2409164 build integration for libuuid
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16022 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-22 19:13:48 +00:00
Michael Jerris d2cf7f862a fix --srcdir builds for modules that download libraries mod_flite mod_pocketsphinx mod_celt mod_radius_cdr mod_soundtouch mod_memcache mod_curl mod_xml_ldap mod_shout mod_ldap (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15917 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 21:20:02 +00:00
Michael Jerris c4d1333185 fix portaudio build with jack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15911 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 18:12:55 +00:00
Michael Jerris 1911a2626d fix m4/bash hell
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15901 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 04:05:27 +00:00
Michael Jerris ae67ecceac fix mod_portaudio linux build with alsa (MODAPP-377)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15899 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 03:20:06 +00:00
Michael Jerris 283a01b272 fix make clean on --srcdir builds
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:31:13 +00:00
Michael Jerris 7803a752c9 add --enable-64 support for os x 10.4 and 10.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15874 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 19:58:16 +00:00
Michael Jerris 49d2fecc48 a slightly more annoying yet more sane way to fix snow cat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15868 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 04:19:49 +00:00
Michael Jerris 8f9ab61318 compile by default on osx 10.6 and add --enable-64 support (with previous patch) for osx 10.6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15862 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 00:32:02 +00:00
Michael Jerris 5e7986bf9b work in progress osx 10.6 build cleanups
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15861 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 21:35:01 +00:00
Michael Jerris 4df029142b make sure .version is populated on builds from non svn working copies
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15822 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 10:33:28 +00:00
Michael Jerris 216c47b509 automake mod_skypiax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15821 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 09:26:46 +00:00
Michael Jerris 59472c23ef automake mod_portaudio and mod_portaudio_stream
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15820 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 09:00:05 +00:00
Michael Jerris 4d72cd6ba0 automake mod_iax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15819 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:59:34 +00:00
Michael Jerris 7050de5c62 automake mod_t38gateway (still not a real working module)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15817 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:53:45 +00:00
Michael Jerris ea181ca4aa move mod stress to use automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15815 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:45:28 +00:00
Michael Jerris aad61cadd4 move mod_expr to use automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15813 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:14:34 +00:00
Michael Jerris bad1d93169 move mod_enum to use automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15812 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:07:43 +00:00
Michael Jerris 554f476cb7 add -Wdeclaration-after-statement for supported compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15762 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-02 20:28:49 +00:00
Michael Jerris 02c7a3acc9 picked the wrong day to stop sniffing glue...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15745 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 22:19:07 +00:00
Michael Jerris 44ea66c22d this should be cleared out too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15741 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 20:15:55 +00:00
Michael Jerris e9e4badcfa attempt again to fix -std=c99 in cflags
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 19:56:39 +00:00
Michael Jerris 59ba5a156c add --disbale-cpp configure argument to disable the c++ build for the core
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15717 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-30 12:31:24 +00:00
Michael Jerris 3f5c2bed42 srcdir fixes for configure.in (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15646 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 23:47:26 +00:00
Michal Bielicki 3e872303e3 moving configure for libg722_1 to main configure.in so that cflags and libflags get populated correctly part II
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15618 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 16:31:28 +00:00
Michael Jerris f05740bc9b add new broadvoice codec lib from Steve Underwood
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15543 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 14:42:11 +00:00
Michael Jerris 8928d5f717 remove libvoipcodecs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15092 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-05 16:29:11 +00:00
Michael Jerris 107f913598 add --with-rundir configure param and -run freeswitch runtime param to adjust the location of the pid file (FSBUILD-188)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14768 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-04 18:26:15 +00:00