Commit Graph

25626 Commits

Author SHA1 Message Date
Peter Olsson
104ce2a35f mod_v8: Improved build for some version of gcc and (hopefully) fixed build on OSX 2014-01-16 19:56:45 +01:00
Steve Underwood
c92aa56d57 Merge branch 'master' of git.freeswitch.org:freeswitch 2014-01-16 00:49:11 +08:00
Steve Underwood
f7a407feca 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.
2014-01-16 00:47:29 +08:00
Peter Olsson
50b9ba29b4 mod_v8: In FileIO, make sure to initialize buffer with NULL, and add extra space for terminating NULL char 2014-01-15 17:47:16 +01:00
Anthony Minessale
f4a4ba1716 FS-5544 --resolve 2014-01-15 21:20:06 +05:00
Raymond Chandler
8e0d2ee982 FS-6090 --resolve 2014-01-15 10:56:22 -05:00
Peter Olsson
dd145edc8c 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 2014-01-15 16:55:04 +01:00
Marc Olivier Chouinard
98354557f6 Removed Makefile.in from legacy mod_lua and added .gitignore to help not get it back in. 2014-01-15 00:54:00 -05:00
Anthony Minessale
1b9c21ee88 some webrtc tweaks 2014-01-15 07:04:24 +05:00
Travis Cross
657b0377ef Work around debian bootstrap parsing oddity 2014-01-14 23:47:31 +00:00
Travis Cross
824e174af8 Add mod_v8 to control-modules 2014-01-14 22:58:02 +00:00
Travis Cross
2e88503602 Ignore src/mod/legacy in debian builds
FS-6110 --resolve
2014-01-14 22:55:28 +00:00
Travis Cross
1b382ea0f2 Refactor check in debian bootstrap 2014-01-14 22:34:46 +00:00
Peter Olsson
47006e90ea mod_v8: Renamed XML error property to a better name 2014-01-14 23:05:55 +01:00
Anthony Minessale
9aa607f17e FS-6106 --resolve 2014-01-15 03:02:45 +05:00
Anthony Minessale
33cfc6f126 FS-6086 --resolve 2014-01-15 02:58:13 +05:00
Anthony Minessale
d2de17f9e0 FS-6107 --resolve 2014-01-15 02:39:22 +05:00
Anthony Minessale
283342fae6 wire json api interface into mod_v8 2014-01-15 00:28:30 +05:00
Anthony Minessale
6c712045fd FS-6108 --resolve caused by switch_ivr_media while on hold 2014-01-14 22:59:49 +05:00
Peter Olsson
c346f0813f mod_v8: Tweak to Windows build 2014-01-14 18:30:32 +01:00
Peter Olsson
d00f8f98d5 Ignore autogenerated Makefile 2014-01-14 17:02:15 +01:00
Peter Olsson
4e85716905 mod_v8: Added shell script used to fetch a specific version of V8 from git, and package it into tarballs 2014-01-14 15:41:44 +01:00
Peter Olsson
b762332669 Initial commit of mod_v8 2014-01-14 15:38:41 +01:00
Marc Olivier Chouinard
cc8a8c5198 FS-6095 --resolve modified to protect against memory leak and make it more consistant with other modules 2014-01-14 09:34:20 -05:00
Peter Olsson
cfc06584cc Silence warnings: Use _strdup instead of strdup on Windows Release build 2014-01-14 09:49:08 +01:00
Peter Olsson
0e2d027ddf ssize_t incorrectly defined as int on Windows x64 builds 2014-01-14 09:46:01 +01:00
Peter Olsson
64b92e72ec Add missing EXTERN C in FS header files, needed for the upcoming mod_v8 build 2014-01-14 09:31:36 +01:00
Peter Olsson
5f7b00fb69 Check if stdint has been included before trying to declare int variants. Needed for mod_v8 build in Windows 2014-01-14 09:27:56 +01:00
Chris Rienzo
275d8f882f FS-6077 mod_rayo - minor regression on end events from outbound calls 2014-01-13 15:49:52 -05:00
Chris Rienzo
0b59bfd765 SIP-6077 --resolve mod_rayo - wait for park event before allowing re-join of call 2014-01-13 14:38:47 -05:00
Chris Rienzo
ecf53e662b Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2014-01-13 11:02:35 -05:00
Chris Rienzo
ff7428605a FS-6051 --resolve mod_rayo - double destroy of output component 2014-01-13 11:02:22 -05:00
Chris Rienzo
a547dba8f2 FS-6087 --resolve forgot to send IQ result when processing output to mixers 2014-01-10 21:26:25 -05:00
Moises Silva
b6133ecc95 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
2014-01-10 21:22:14 -05:00
Seven Du
7d4c1aff81 fix mod_fifo build 2014-01-11 10:05:48 +08:00
Chris Rienzo
ff977d81fa FS-6084 --resolve added multi-dtmf component support to mod_rayo 2014-01-10 20:07:09 -05:00
Anthony Minessale
d3872b3a7b add diffs from 8884f4d 8e47faf @ https://github.com/cisco/libsrtp 2014-01-11 03:46:13 +05:00
Anthony Minessale
de23f29550 fifo_export 2014-01-11 02:21:29 +05:00
Anthony Minessale
12930c81bf fifo_export 2014-01-11 01:28:15 +05:00
Chris Rienzo
db3f50d1ae Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2014-01-10 10:06:42 -05:00
Chris Rienzo
77501db844 mod_http_cache: support amazon s3 region URLs 2014-01-10 10:06:06 -05:00
Brian West
3ad68fd575 fix valet parking when hold is a tonestream 2014-01-10 07:46:47 -06:00
Anthony Minessale
c46296f319 expand variables in originate strings 2014-01-10 03:01:07 +05:00
Anthony Minessale
dc9415a8c3 reswig 2014-01-10 01:28:58 +05:00
Anthony Minessale
2643ac2b96 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 2014-01-10 01:25:51 +05:00
Raymond Chandler
3eb645a336 FS-6093 --resolve 2014-01-09 14:30:41 -05:00
Travis Cross
35b0692c5a 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:10:50 +00:00
Chris Rienzo
32bbe11d6b mod_rayo remove hack for stopping fax 2014-01-08 04:29:05 -05:00
Chris Rienzo
2cb5f430b2 mod_spandsp added stopfax APP 2014-01-08 04:29:05 -05:00
Travis Cross
396ccaff51 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:01 +00:00