]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
11 years agomod_v8: Force build on Windows to generate project files for the current version...
Peter Olsson [Thu, 23 Jan 2014 13:33:21 +0000 (14:33 +0100)] 
mod_v8: Force build on Windows to generate project files for the current version used.

11 years agoFS-6129 More improvements for V8 Windows build on 32-bit machines.
Peter Olsson [Thu, 23 Jan 2014 12:39:34 +0000 (13:39 +0100)] 
FS-6129 More improvements for V8 Windows build on 32-bit machines.

11 years agoIgnore log files generated during build on Windows
Peter Olsson [Thu, 23 Jan 2014 11:34:15 +0000 (12:34 +0100)] 
Ignore log files generated during build on Windows

11 years agomod_v8: Updated license header
Peter Olsson [Thu, 23 Jan 2014 11:24:18 +0000 (12:24 +0100)] 
mod_v8: Updated license header

11 years agoSilence more compiler warnings
Peter Olsson [Thu, 23 Jan 2014 11:21:41 +0000 (12:21 +0100)] 
Silence more compiler warnings

11 years agoFS-6129 remove for testing
Jeff Lenk [Thu, 23 Jan 2014 04:23:19 +0000 (22:23 -0600)] 
FS-6129 remove for testing

11 years agoDelete old debian build tools
Travis Cross [Wed, 22 Jan 2014 21:08:16 +0000 (21:08 +0000)] 
Delete old debian build tools

11 years agoDelete old SVN build script
Travis Cross [Wed, 22 Jan 2014 21:05:45 +0000 (21:05 +0000)] 
Delete old SVN build script

11 years agoLog channel UUID by default
Travis Cross [Wed, 22 Jan 2014 21:01:13 +0000 (21:01 +0000)] 
Log channel UUID by default

We want people to have this on so that when we're looking at reported
log files we can tell what is going on.

11 years agoFixing leak in presense where the contact header doesn't include the fs_path option...
William King [Wed, 22 Jan 2014 23:27:51 +0000 (15:27 -0800)] 
Fixing leak in presense where the contact header doesn't include the fs_path option during a presense subscription

11 years agoIf libvlc fails to initialize, then the module should fail to load.
William King [Wed, 22 Jan 2014 21:55:13 +0000 (13:55 -0800)] 
If libvlc fails to initialize, then the module should fail to load.

11 years agoremove double event crate, removing a memory leak in valet parking
Anthony Minessale [Wed, 22 Jan 2014 21:52:42 +0000 (02:52 +0500)] 
remove double event crate, removing a memory leak in valet parking

11 years agoDisabled some compiler warnings on Windows build (for Visual Studio 2012), also disab...
Peter Olsson [Wed, 22 Jan 2014 21:47:11 +0000 (22:47 +0100)] 
Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future.

11 years agoLots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform...
Peter Olsson [Wed, 22 Jan 2014 21:28:53 +0000 (22:28 +0100)] 
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks.

11 years agoFS-6140 --resolve
Anthony Minessale [Wed, 22 Jan 2014 21:13:10 +0000 (02:13 +0500)] 
FS-6140 --resolve

11 years agofix crash in mod_voicemail when trying to forward to another extension in some cases
Anthony Minessale [Wed, 22 Jan 2014 17:55:09 +0000 (22:55 +0500)] 
fix crash in mod_voicemail when trying to forward to another extension in some cases

11 years agoadd support for originated_legs and originating_leg_uuid on enterprise originate
Anthony Minessale [Wed, 22 Jan 2014 17:40:29 +0000 (22:40 +0500)] 
add support for originated_legs and originating_leg_uuid on enterprise originate

11 years agomod_v8: Simplify Visual Studio projects to make it easier to change version of V8...
Peter Olsson [Tue, 21 Jan 2014 11:34:14 +0000 (12:34 +0100)] 
mod_v8: Simplify Visual Studio projects to make it easier to change version of V8 in the future

11 years agomod_v8: Force V8 build to disable python multithreading support during build, to...
Peter Olsson [Tue, 21 Jan 2014 09:54:30 +0000 (10:54 +0100)] 
mod_v8: Force V8 build to disable python multithreading support during build, to make it safe to build even if there is not enough rights on /dev/shm. FS-6111 --resolve

11 years agoAdd some debugging notes to our docs/
Travis Cross [Tue, 21 Jan 2014 05:45:19 +0000 (05:45 +0000)] 
Add some debugging notes to our docs/

11 years agoAdd util option to customize suite names
Travis Cross [Tue, 21 Jan 2014 04:40:00 +0000 (04:40 +0000)] 
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.

11 years agoLog FS version with backtrace-from-core
Travis Cross [Tue, 21 Jan 2014 03:54:00 +0000 (03:54 +0000)] 
Log FS version with backtrace-from-core

11 years agoAdd symbols for version information
Travis Cross [Tue, 21 Jan 2014 03:49:14 +0000 (03:49 +0000)] 
Add symbols for version information

This allows us to automatically pull the version of FS out of a core
file for better reporting of bugs.

11 years agoRefactor to use gdb printf
Travis Cross [Tue, 21 Jan 2014 03:52:10 +0000 (03:52 +0000)] 
Refactor to use gdb printf

11 years agoAdd utility to generate backtraces from core files
Travis Cross [Tue, 21 Jan 2014 03:38:41 +0000 (03:38 +0000)] 
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.

11 years agoadd version to log
Anthony Minessale [Mon, 20 Jan 2014 18:34:32 +0000 (23:34 +0500)] 
add version to log

11 years agochange startup logline to info so it goes in the logs and we can see which version...
Anthony Minessale [Mon, 20 Jan 2014 18:13:50 +0000 (23:13 +0500)] 
change startup logline to info so it goes in the logs and we can see which version is running

11 years agoFS-6068 missed on
Brian West [Mon, 20 Jan 2014 17:29:59 +0000 (11:29 -0600)] 
FS-6068 missed on

11 years agomod_v8: Added configure flag --enable-static-v8 to enable static linking of the V8...
Peter Olsson [Mon, 20 Jan 2014 10:32:28 +0000 (11:32 +0100)] 
mod_v8: Added configure flag --enable-static-v8 to enable static linking of the V8 lib. Also enabled this flag for the Debian packaging system. Please note the static linking has only been verified on Linux so far

11 years agoBuild debian packages verbosely
Travis Cross [Mon, 20 Jan 2014 00:30:58 +0000 (00:30 +0000)] 
Build debian packages verbosely

11 years agomod_v8: Detect the g++ target platform, and use this when building V8
Peter Olsson [Sun, 19 Jan 2014 10:41:15 +0000 (11:41 +0100)] 
mod_v8: Detect the g++ target platform, and use this when building V8

11 years agofix gsmopen and skypopen last commit for logging
Jeff Lenk [Sun, 19 Jan 2014 05:32:33 +0000 (23:32 -0600)] 
fix gsmopen and skypopen last commit for logging

11 years agoHandle Linux TCP keepalives better in Sofia
Travis Cross [Fri, 17 Jan 2014 07:05:17 +0000 (07:05 +0000)] 
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

11 years agomod_v8: Add support for build in VS2010. Files manually patched, but they should...
Peter Olsson [Sat, 18 Jan 2014 10:24:57 +0000 (11:24 +0100)] 
mod_v8: Add support for build in VS2010. Files manually patched, but they should work as expected

11 years agoImproved VS2012 project files for opus lib, to make it work better when converting...
Peter Olsson [Sat, 18 Jan 2014 10:22:18 +0000 (11:22 +0100)] 
Improved VS2012 project files for opus lib, to make it work better when converting into VS2013 project

11 years agoFS-6103 --resolve
Jeff Lenk [Fri, 17 Jan 2014 22:27:00 +0000 (16:27 -0600)] 
FS-6103 --resolve

11 years agoFS-6102 --resolve
Jeff Lenk [Fri, 17 Jan 2014 22:17:57 +0000 (16:17 -0600)] 
FS-6102 --resolve

11 years agoAdd description of util.h -l usage
Travis Cross [Fri, 17 Jan 2014 20:06:14 +0000 (20:06 +0000)] 
Add description of util.h -l usage

11 years agoUse -i to simplify debian/README.source
Travis Cross [Fri, 17 Jan 2014 20:03:39 +0000 (20:03 +0000)] 
Use -i to simplify debian/README.source

11 years agoAdd convenience option for building a small subset of modules
Travis Cross [Fri, 17 Jan 2014 19:16:26 +0000 (19:16 +0000)] 
Add convenience option for building a small subset of modules

11 years agoAdd option to install build-deps needed by debian/util.sh
Travis Cross [Fri, 17 Jan 2014 19:07:11 +0000 (19:07 +0000)] 
Add option to install build-deps needed by debian/util.sh

11 years agoFixed poor checking for ARM NEON
Steve Underwood [Fri, 17 Jan 2014 15:16:23 +0000 (23:16 +0800)] 
Fixed poor checking for ARM NEON

11 years agonew for new switch_version_full()
Ken Rice [Fri, 17 Jan 2014 15:14:54 +0000 (09:14 -0600)] 
new for new switch_version_full()

11 years agohush cranky compiles due to no format string
Ken Rice [Fri, 17 Jan 2014 15:07:16 +0000 (09:07 -0600)] 
hush cranky compiles due to no format string

11 years agoBuild mod_shout on Debian
Travis Cross [Fri, 17 Jan 2014 09:58:39 +0000 (09:58 +0000)] 
Build mod_shout on Debian

...at least until mod_vlc stabilizes.

11 years agoSuggest vlc-dbg for mod_vlc
Travis Cross [Fri, 17 Jan 2014 08:43:34 +0000 (08:43 +0000)] 
Suggest vlc-dbg for mod_vlc

This helps to reason about any core dumps that come from libvlc /
mod_vlc.

11 years agoDepend on vlc-nox for mod_vlc
Travis Cross [Fri, 17 Jan 2014 08:40:44 +0000 (08:40 +0000)] 
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

11 years agovs2010 switch_version.c fix
Jeff Lenk [Fri, 17 Jan 2014 04:40:37 +0000 (22:40 -0600)] 
vs2010 switch_version.c fix

11 years agofix mod_skypopen and mod_gsmopen for switch_version.c
Jeff Lenk [Fri, 17 Jan 2014 04:00:21 +0000 (22:00 -0600)] 
fix mod_skypopen and mod_gsmopen for switch_version.c

11 years agofix windows for switch_version.c still need work for mod_skypopen and mod_gsmopen
Jeff Lenk [Fri, 17 Jan 2014 03:35:40 +0000 (21:35 -0600)] 
fix windows for switch_version.c still need work for mod_skypopen and mod_gsmopen

11 years agotypo in last change
Anthony Minessale [Thu, 16 Jan 2014 21:09:38 +0000 (15:09 -0600)] 
typo in last change

11 years agofold version macros into runtime functions to avoid cascade rebuilds when modifying...
Anthony Minessale [Thu, 16 Jan 2014 20:55:04 +0000 (01:55 +0500)] 
fold version macros into runtime functions to avoid cascade rebuilds when modifying the core

11 years agofold version macros into runtime functions to avoid cascade rebuilds when modifying...
Anthony Minessale [Thu, 16 Jan 2014 20:54:47 +0000 (01:54 +0500)] 
fold version macros into runtime functions to avoid cascade rebuilds when modifying the core

11 years agomod_v8: Improved build for some version of gcc and (hopefully) fixed build on OSX
Peter Olsson [Thu, 16 Jan 2014 18:56:45 +0000 (19:56 +0100)] 
mod_v8: Improved build for some version of gcc and (hopefully) fixed build on OSX

11 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Steve Underwood [Wed, 15 Jan 2014 16:49:11 +0000 (00:49 +0800)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

11 years agoRemoval of some pointless callback parameters in the spandsp AT command
Steve Underwood [Wed, 15 Jan 2014 16:47:29 +0000 (00:47 +0800)] 
Removal of some pointless callback parameters in the spandsp AT command
interpreter, and fixes for my congential inability to reliably spell psuedo,
er, pseudo, er, whatever.

11 years agomod_v8: In FileIO, make sure to initialize buffer with NULL, and add extra space...
Peter Olsson [Wed, 15 Jan 2014 16:46:14 +0000 (17:46 +0100)] 
mod_v8: In FileIO, make sure to initialize buffer with NULL, and add extra space for terminating NULL char

11 years agoFS-5544 --resolve
Anthony Minessale [Wed, 15 Jan 2014 16:20:01 +0000 (21:20 +0500)] 
FS-5544 --resolve

11 years agoFS-6090 --resolve
Raymond Chandler [Wed, 15 Jan 2014 15:56:15 +0000 (10:56 -0500)] 
FS-6090 --resolve

11 years agomod_v8: Extended FSEvent class to handle array values in headers, also a new construc...
Peter Olsson [Wed, 15 Jan 2014 15:55:04 +0000 (16:55 +0100)] 
mod_v8: Extended FSEvent class to handle array values in headers, also a new constructor flag was added to make it possible to create events holding only unique headers

11 years agoRemoved Makefile.in from legacy mod_lua and added .gitignore to help not get it back in.
Marc Olivier Chouinard [Wed, 15 Jan 2014 05:54:00 +0000 (00:54 -0500)] 
Removed Makefile.in from legacy mod_lua and added .gitignore to help not get it back in.

11 years agosome webrtc tweaks
Anthony Minessale [Wed, 15 Jan 2014 00:56:17 +0000 (05:56 +0500)] 
some webrtc tweaks

11 years agoWork around debian bootstrap parsing oddity
Travis Cross [Tue, 14 Jan 2014 23:47:31 +0000 (23:47 +0000)] 
Work around debian bootstrap parsing oddity

11 years agoAdd mod_v8 to control-modules
Travis Cross [Tue, 14 Jan 2014 22:58:02 +0000 (22:58 +0000)] 
Add mod_v8 to control-modules

11 years agoIgnore src/mod/legacy in debian builds
Travis Cross [Tue, 14 Jan 2014 22:36:17 +0000 (22:36 +0000)] 
Ignore src/mod/legacy in debian builds

FS-6110 --resolve

11 years agoRefactor check in debian bootstrap
Travis Cross [Tue, 14 Jan 2014 22:34:36 +0000 (22:34 +0000)] 
Refactor check in debian bootstrap

11 years agomod_v8: Renamed XML error property to a better name
Peter Olsson [Tue, 14 Jan 2014 22:03:37 +0000 (23:03 +0100)] 
mod_v8: Renamed XML error property to a better name

11 years agoFS-6106 --resolve
Anthony Minessale [Tue, 14 Jan 2014 22:02:45 +0000 (03:02 +0500)] 
FS-6106 --resolve

11 years agoFS-6086 --resolve
Anthony Minessale [Tue, 14 Jan 2014 21:58:13 +0000 (02:58 +0500)] 
FS-6086 --resolve

11 years agoFS-6107 --resolve
Anthony Minessale [Tue, 14 Jan 2014 21:39:22 +0000 (02:39 +0500)] 
FS-6107 --resolve

11 years agowire json api interface into mod_v8
Anthony Minessale [Tue, 14 Jan 2014 19:28:30 +0000 (00:28 +0500)] 
wire json api interface into mod_v8

11 years agoFS-6108 --resolve caused by switch_ivr_media while on hold
Anthony Minessale [Tue, 14 Jan 2014 17:59:49 +0000 (22:59 +0500)] 
FS-6108 --resolve caused by switch_ivr_media while on hold

11 years agomod_v8: Tweak to Windows build
Peter Olsson [Tue, 14 Jan 2014 17:30:32 +0000 (18:30 +0100)] 
mod_v8: Tweak to Windows build

11 years agoIgnore autogenerated Makefile
Peter Olsson [Tue, 14 Jan 2014 16:02:15 +0000 (17:02 +0100)] 
Ignore autogenerated Makefile

11 years agomod_v8: Added shell script used to fetch a specific version of V8 from git, and packa...
Peter Olsson [Tue, 14 Jan 2014 14:41:44 +0000 (15:41 +0100)] 
mod_v8: Added shell script used to fetch a specific version of V8 from git, and package it into tarballs

11 years agoInitial commit of mod_v8
Peter Olsson [Tue, 14 Jan 2014 10:04:03 +0000 (11:04 +0100)] 
Initial commit of mod_v8

11 years agoFS-6095 --resolve modified to protect against memory leak and make it more consistant...
Marc Olivier Chouinard [Tue, 14 Jan 2014 14:34:20 +0000 (09:34 -0500)] 
FS-6095 --resolve modified to protect against memory leak and make it more consistant with other modules

11 years agoSilence warnings: Use _strdup instead of strdup on Windows Release build
Peter Olsson [Tue, 14 Jan 2014 08:47:36 +0000 (09:47 +0100)] 
Silence warnings: Use _strdup instead of strdup on Windows Release build

11 years agossize_t incorrectly defined as int on Windows x64 builds
Peter Olsson [Tue, 14 Jan 2014 08:46:01 +0000 (09:46 +0100)] 
ssize_t incorrectly defined as int on Windows x64 builds

11 years agoAdd missing EXTERN C in FS header files, needed for the upcoming mod_v8 build
Peter Olsson [Tue, 14 Jan 2014 08:31:36 +0000 (09:31 +0100)] 
Add missing EXTERN C in FS header files, needed for the upcoming mod_v8 build

11 years agoCheck if stdint has been included before trying to declare int variants. Needed for...
Peter Olsson [Tue, 14 Jan 2014 08:27:56 +0000 (09:27 +0100)] 
Check if stdint has been included before trying to declare int variants. Needed for mod_v8 build in Windows

11 years agoFS-6077 mod_rayo - minor regression on end events from outbound calls
Chris Rienzo [Mon, 13 Jan 2014 20:49:52 +0000 (15:49 -0500)] 
FS-6077 mod_rayo - minor regression on end events from outbound calls

11 years agoSIP-6077 --resolve mod_rayo - wait for park event before allowing re-join of call
Chris Rienzo [Mon, 13 Jan 2014 19:38:47 +0000 (14:38 -0500)] 
SIP-6077 --resolve mod_rayo - wait for park event before allowing re-join of call

11 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Chris Rienzo [Mon, 13 Jan 2014 16:02:35 +0000 (11:02 -0500)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

11 years agoFS-6051 --resolve mod_rayo - double destroy of output component
Chris Rienzo [Mon, 13 Jan 2014 16:02:22 +0000 (11:02 -0500)] 
FS-6051 --resolve mod_rayo - double destroy of output component

11 years agoFS-6087 --resolve forgot to send IQ result when processing output to mixers
Chris Rienzo [Sat, 11 Jan 2014 02:22:07 +0000 (21:22 -0500)] 
FS-6087 --resolve forgot to send IQ result when processing output to mixers

11 years agoOPENZAP-226 --resolve Hunting direction is reversed in the API
Moises Silva [Sat, 11 Jan 2014 02:14:55 +0000 (21:14 -0500)] 
OPENZAP-226 --resolve Hunting direction is reversed in the API

Minor modifications on the original patch to use ftdm_hunting_direction_t
everywhere instead of ftdm_direction_t or int

Patched-by: Marc Olivier Chouinard
11 years agofix mod_fifo build
Seven Du [Sat, 11 Jan 2014 02:05:28 +0000 (10:05 +0800)] 
fix mod_fifo build

11 years agoFS-6084 --resolve added multi-dtmf component support to mod_rayo
Chris Rienzo [Sat, 11 Jan 2014 01:07:09 +0000 (20:07 -0500)] 
FS-6084 --resolve added multi-dtmf component support to mod_rayo

11 years agoadd diffs from 8884f4d 8e47faf @ https://github.com/cisco/libsrtp
Anthony Minessale [Fri, 10 Jan 2014 22:46:13 +0000 (03:46 +0500)] 
add diffs from 8884f4d 8e47faf @ https://github.com/cisco/libsrtp

11 years agofifo_export
Anthony Minessale [Fri, 10 Jan 2014 21:21:29 +0000 (02:21 +0500)] 
fifo_export

11 years agofifo_export
Anthony Minessale [Fri, 10 Jan 2014 20:28:07 +0000 (01:28 +0500)] 
fifo_export

11 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Chris Rienzo [Fri, 10 Jan 2014 15:06:42 +0000 (10:06 -0500)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

11 years agomod_http_cache: support amazon s3 region URLs
Chris Rienzo [Fri, 10 Jan 2014 15:06:06 +0000 (10:06 -0500)] 
mod_http_cache: support amazon s3 region URLs

11 years agofix valet parking when hold is a tonestream
Brian West [Fri, 10 Jan 2014 13:46:34 +0000 (07:46 -0600)] 
fix valet parking when hold is a tonestream

11 years agoexpand variables in originate strings
Anthony Minessale [Thu, 9 Jan 2014 22:01:07 +0000 (03:01 +0500)] 
expand variables in originate strings

11 years agoreswig
Anthony Minessale [Thu, 9 Jan 2014 20:28:58 +0000 (01:28 +0500)] 
reswig

11 years agoadd legacy subdir for mods with 5.1 edition of mod_lua, change languages/mod_lua...
Anthony Minessale [Thu, 9 Jan 2014 20:25:45 +0000 (01:25 +0500)] 
add legacy subdir for mods with 5.1 edition of mod_lua, change languages/mod_lua to legacy/languages/mod_lua in modules.conf to use older lua mod

11 years agoFS-6093 --resolve
Raymond Chandler [Thu, 9 Jan 2014 19:30:41 +0000 (14:30 -0500)] 
FS-6093 --resolve

11 years agoAdd script for build testing patches
Travis Cross [Thu, 9 Jan 2014 14:51:20 +0000 (14:51 +0000)] 
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.