25442 Commits

Author SHA1 Message Date
Ken Rice
9a003a628f version bump v1.2.18 2014-01-20 14:07:16 -06:00
Anthony Minessale
c4e90cc6e4 add missing line to get channels from sdp for back-compat opus negotiation 2014-01-21 00:52:48 +05:00
Anthony Minessale
a3a795a08a add version to log 2014-01-20 23:34:46 +05:00
Anthony Minessale
e5677c0da5 change startup logline to info so it goes in the logs and we can see which version is running 2014-01-20 23:14:35 +05:00
Travis Cross
3d3ad20673 Build debian packages verbosely 2014-01-20 00:32:42 +00:00
Travis Cross
1bf17857c9 Handle Linux TCP keepalives better in Sofia
Sofia accepts a value for the TCP keepalive timeout interval via
TPTAG_KEEPALIVE, however it fails to use this value for the Linux
keepalive socket options TCP_KEEPIDLE and TCP_KEEPINTVL.  In fact, on
Linux it enables the sending of TCP keepalives even if tpp_keepalive
is set to zero which would disable Sofia's internal keepalive
mechanisms.  Sofia then uses a hard coded value of 30 seconds for
these keepalive intervals which affects battery life on mobile
devices.

With this commit we harmonize the sending of TCP keepalives on Linux
with other platforms by using the value from TPTAG_KEEPALIVE and not
enabling the sending of TCP keepalives at all if the value of the
parameter is zero.

FS-6104 --resolve
2014-01-18 15:49:01 +00:00
Jeff Lenk
7d3fc8fb46 FS-6103 --resolve 2014-01-17 16:33:13 -06:00
Travis Cross
cab4fd4f77 Add convenience option for building a small subset of modules 2014-01-17 19:51:34 +00:00
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