Commit Graph

25516 Commits

Author SHA1 Message Date
Anthony Minessale 76fad9701d FS-6085 --resolve
Conflicts:
	src/mod/endpoints/mod_sofia/sofia_presence.c
2014-01-28 21:56:47 +05:00
Michael Jerris 7bff57c528 add back dir 2014-01-28 11:50:27 -05:00
Chris Rienzo 980a06ce26 SIP-6141 --resolve 2014-01-27 22:04:58 -05:00
Anthony Minessale a6cd8c5cc5 FS-6150 --resolve cool find 2014-01-27 06:57:21 +05:00
Anthony Minessale 913fc21adf add spandsp-reconf to make 2014-01-27 06:19:43 +05:00
Anthony Minessale f865755893 rm gen files 2014-01-27 06:19:26 +05:00
Travis Cross e30b6ff4c7 Fix mod_cluechoo error on load
mod_cluechoo needs to be linked against ncurses or we receive an error
about undefined symbols when loading the module.  How did this ever
work?

Thanks-to: Dušan Dragić <dragic.dusan@gmail.com>

FS-5965
2014-01-26 18:03:11 +00:00
Travis Cross 8d94fa5234 Fix broken paths and XML in conf/sbc
Before Jay, no one must have actually tried using the example SBC
config.

Thanks-to: Jay Blinks <jaybinks@gmail.com>
Thanks-to: Cal Leeming <cal.leeming@simplicitymedialtd.co.uk>

FS-6144 --resolve
2014-01-25 23:54:32 +00:00
Chris Rienzo 25257f4a61 mod_rayo: fix memory leak in input component 2014-01-23 21:40:37 -05:00
Anthony Minessale 52cd5fdad1 FS-5676 --resolve 2014-01-24 00:37:06 +05:00
Anthony Minessale fa8392a8c0 FS-5675 --resolve 2014-01-24 00:24:15 +05:00
Anthony Minessale 47992ab5f0 tweak event queue size on event socket and speed up fs_cli a little to keep up on busy logging env 2014-01-23 21:27:06 +05:00
William King 454a288ec6 Fixing leak in presense where the contact header doesn't include the fs_path option during a presense subscription 2014-01-22 15:46:36 -08:00
William King 9172177878 If libvlc fails to initialize, then the module should fail to load. 2014-01-22 13:56:37 -08:00
Anthony Minessale 281434cdd6 remove double event crate, removing a memory leak in valet parking 2014-01-23 02:52:58 +05:00
Anthony Minessale 90add491ca FS-6140 --resolve 2014-01-23 02:13:21 +05:00
Anthony Minessale dd0c789001 fix crash in mod_voicemail when trying to forward to another extension in some cases 2014-01-22 22:55:17 +05:00
Anthony Minessale 5f27378055 add support for originated_legs and originating_leg_uuid on enterprise originate
Conflicts:
	src/switch_ivr_originate.c
2014-01-22 22:42:16 +05:00
Jeff Lenk d331067aff FS-6136 2014-01-22 08:43:57 -06:00
Steve Underwood 5c7a5c1110 Fixed poor checking for ARM NEON 2014-01-22 02:10:27 +05:00
Travis Cross eb1dad069b Add some debugging notes to our docs/ 2014-01-21 07:09:33 +00:00
Travis Cross 0da34180ee Add util option to customize suite names
This lets us set the suite name in the changelog file to
e.g. sid-experimental.  This way we can share a single debian repo URL
for all versions, but make sure that incoming files are directed to
the correct distro.
2014-01-21 07:09:32 +00:00
Travis Cross 1dad898301 Refactor to use gdb printf 2014-01-21 07:09:32 +00:00
Travis Cross 6f3c2330ac Add utility to generate backtraces from core files
This should help with getting people reporting issues to provide us
the exact and complete debugging information we need.  In many cases
we'll be able to have them just run this script against their core
file.
2014-01-21 03:41:21 +00:00
Ken Rice 9a003a628f version bump 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