Commit Graph

25434 Commits

Author SHA1 Message Date
Travis Cross 51f7c9d3e7 Add option to install build-deps needed by debian/util.sh 2014-01-17 19:51:33 +00:00
Travis Cross 4a2f5e9c0c Build mod_shout on Debian
...at least until mod_vlc stabilizes.
2014-01-17 09:59:02 +00:00
Travis Cross 1146476d03 Suggest vlc-dbg for mod_vlc
This helps to reason about any core dumps that come from libvlc /
mod_vlc.
2014-01-17 08:53:28 +00:00
Travis Cross 8e5933e92e Depend on vlc-nox for mod_vlc
mod_vlc needs the plugins from vlc-nox to do anything useful.

Currently mod_vlc segfaults without the plugins.  Even after that is
fixed, however, without any plugins mod_vlc can't do its job, so we'll
set a hard dependency here.  I could probably be talked into making
this a Recommends rather than Depends.

FS-6124
2014-01-17 08:53:26 +00:00
Raymond Chandler bd12c18dd2 FS-6090 --resolve 2014-01-15 10:57:59 -05:00
Travis Cross c97e1a4456 Work around debian bootstrap parsing oddity 2014-01-14 23:47:55 +00:00
Travis Cross df58a75e0a Ignore src/mod/legacy in debian builds
FS-6110 --resolve
2014-01-14 22:56:16 +00:00
Travis Cross 49edc19e34 Refactor check in debian bootstrap 2014-01-14 22:56:15 +00:00
Anthony Minessale 9802f3e6bf FS-6086 --resolve 2014-01-15 02:58:32 +05:00
Anthony Minessale 9431c85374 FS-6107 --resolve 2014-01-15 02:39:35 +05:00
Chris Rienzo c4864dea15 FS-6077 mod_rayo - minor regression on end events from outbound calls 2014-01-13 15:50:06 -05:00
Chris Rienzo cf845d0e5f SIP-6077 --resolve mod_rayo - wait for park event before allowing re-join of call 2014-01-13 14:39:12 -05:00
Chris Rienzo 7b41365501 FS-6051 --resolve mod_rayo - double destroy of output component 2014-01-13 11:02:53 -05:00
Seven Du ca40e2156a fix mod_fifo build 2014-01-11 20:03:40 +05:00
Chris Rienzo d4ffe63ad3 FS-6087 --resolve forgot to send IQ result when processing output to mixers 2014-01-10 21:22:29 -05:00
Chris Rienzo f3df185995 FS-6084 --resolve added multi-dtmf component support to mod_rayo 2014-01-10 20:09:22 -05:00
Anthony Minessale 9c7b43610a fifo_export 2014-01-11 02:22:48 +05:00
Anthony Minessale 78de57a241 fifo_export 2014-01-11 02:22:39 +05:00
Chris Rienzo b72c0ab314 mod_http_cache: support amazon s3 region URLs 2014-01-10 10:07:07 -05:00
Anthony Minessale 162941d6d3 expand variables in originate strings 2014-01-10 03:01:21 +05:00
Raymond Chandler 712e32784c FS-6093 --resolve 2014-01-09 14:33:54 -05:00
Travis Cross 98d17d6804 Add script for build testing patches
This is intended to make it easier to describe to users on JIRA how
they should test build patches in a standardized manner and how to
collect a full build log that includes the exact git commit they are
building.
2014-01-09 16:11:41 +00:00
Chris Rienzo 83bbdf24f2 mod_rayo remove hack for stopping fax 2014-01-08 04:29:43 -05:00
Chris Rienzo 150b3e3c51 mod_spandsp added stopfax APP 2014-01-08 04:29:33 -05:00
Travis Cross ce046477fa Prevent -lfoo lib flags from becoming dependencies
Previously we were including the output of `apr-1-config/apu-1-config
--libs` into CORE_LIBS.  This seemed sensible as CORE_LIBS is added in
the right places to various _LDADD and _LIBADD variables.  However we
also use the value of CORE_LIBS as dependencies in the makefile.
Astonishingly this doesn't seem to cause any issues on most
platforms (or we would have noticed sooner), but it does break things
on Mac.

Thanks-to: Seven Du <dujinfang@gmail.com>

FS-5956 --resolve
2014-01-08 21:13:32 +00:00
Travis Cross 99d8332cd6 Drop mod_spidermonkey from our default build
There are build issues with mod_spidermonkey on certain platforms, and
we hope to replace it soon anyway.
2014-01-08 21:13:31 +00:00
Anthony Minessale c83c01c03b allow native recording and transcoding at the same time 2014-01-08 04:12:15 +05:00
Chris Rienzo 48182deacb FS-6083 --resolve mod_ssml fixed <prosody> 2014-01-07 14:51:15 -05:00
Chris Rienzo 740fbc06ef FS-6083 --resolve SSML will pass through when renderer is specified 2014-01-07 14:51:01 -05:00
Chris Rienzo 4bb58d736d mod_rayo CPA dtmf detection added 2014-01-07 10:11:05 -05:00
Chris Rienzo 4ebc465f3a mod_rayo FS-6081 --resolve added mixer presence with entity capabilities 2014-01-06 21:07:14 -05:00
Anthony Minessale 55a36997ed FS-6020 --resolve 2014-01-07 01:54:42 +05:00
Anthony Minessale bc6e399e5a FS-6014 please try latest HEAD of stable branch 2014-01-07 01:49:11 +05:00
Anthony Minessale c9585b1e8d FS-6032 --resolve 2014-01-07 00:48:14 +05:00
Anthony Minessale 03e59c3efa FS-5653 --resolve 2014-01-07 00:39:19 +05:00
Chris Rienzo 25dc41feeb mod_rayo --resolve FS-6072 fixed prompt state machine 2014-01-06 14:37:16 -05:00
Chris Rienzo a48a8bb68c mod_rayo FS-6071 fix DTMF overflow and increase max DTMF matching from 64 to 256 2014-01-06 09:50:28 -05:00
Chris Rienzo f3aac41aec mod_rayo CPA implemented - still needs testing 2014-01-05 00:40:21 -05:00
Jeff Lenk c6714ec770 FS-5894 --resolve 2014-01-04 21:37:18 -06:00
Chris Rienzo f7a7272c6e mod_rayo CPA - added detector abstraction 2014-01-04 15:18:40 -05:00
Travis Cross 7bcf5013f1 Fix dependency of freeswitch-all-dbg
Previously we were trying to rely on freeswitch-all providing
freeswitch, but that doesn't seem to work as expected.
2014-01-04 19:58:30 +00:00
Seven Du 423f7fe618 return +OK on success 2014-01-04 16:54:47 +08:00
Chris Rienzo 28fb509932 mod_http_cache: allow underscore in amazon s3 hostname 2014-01-03 16:21:29 -05:00
Anthony Minessale 2958735629 FS-6074 --resolve 2014-01-03 23:43:57 +05:00
Anthony Minessale d43c5fd249 reswig 2014-01-03 00:24:51 +05:00
Anthony Minessale 52377f0f65 FS-6007 2013-12-31 00:30:20 +05:00
Anthony Minessale 930a77b819 FS-6035 try this 2013-12-30 23:36:35 +05:00
Jeff Lenk 7712626a02 fix trivial compiler warning for last commit 2013-12-27 14:52:28 -06:00
Anthony Minessale 57184dc20e FS-6007 FS-5083 FS-4514 --resolve 2013-12-28 01:39:03 +05:00
Anthony Minessale 23e623183a some null checks from coverity 2013-12-26 23:57:21 +05:00