Commit Graph

33326 Commits

Author SHA1 Message Date
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
Travis Cross b9b9f6fe7c 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:12:19 +00:00
Anthony Minessale af0c6308f5 allow native recording and transcoding at the same time 2014-01-08 04:12:01 +05:00
Chris Rienzo d25d1293bc FS-6083 --resolve mod_ssml fixed <prosody> 2014-01-07 14:50:14 -05:00
Chris Rienzo 7e71d85550 FS-6083 --resolve SSML will pass through when renderer is specified 2014-01-07 14:07:49 -05:00
Chris Rienzo 5b2799284b mod_rayo CPA dtmf detection added 2014-01-07 10:10:50 -05:00
Chris Rienzo da4690f60d Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2014-01-06 21:06:50 -05:00
Chris Rienzo 587ba2ed52 mod_rayo FS-6081 --resolve added mixer presence with entity capabilities 2014-01-06 21:06:31 -05:00
Anthony Minessale f8844d1398 FS-6020 --resolve 2014-01-07 01:54:31 +05:00
Anthony Minessale 695ac57e49 FS-6032 --resolve 2014-01-07 00:47:56 +05:00
Anthony Minessale 3ff0aaa0be FS-5653 --resolve 2014-01-07 00:38:48 +05:00
Chris Rienzo 9efe980438 mod_rayo --resolve FS-6072 fixed prompt state machine 2014-01-06 14:36:47 -05:00
Chris Rienzo 8d30da28d7 mod_rayo FS-6071 fix DTMF overflow and increase max DTMF matching from 64 to 256 2014-01-06 09:50:44 -05:00
Chris Rienzo 8db351858b mod_rayo CPA implemented - still needs testing 2014-01-05 00:39:40 -05:00
Jeff Lenk 85423194f7 FS-5894 --resolve 2014-01-04 21:36:50 -06:00
Chris Rienzo 91f210a5fc mod_rayo CPA - added detector abstraction 2014-01-04 15:18:10 -05:00
Travis Cross e6ec1478ef 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:57:25 +00:00
Seven Du a14ad62e32 return +OK on success 2014-01-04 16:53:46 +08:00
Chris Rienzo ae7371e7c5 mod_http_cache: allow underscore in amazon s3 hostname 2014-01-03 16:21:48 -05:00
Anthony Minessale 3ca06e1ea7 FS-6073 --resolve 2014-01-03 23:45:35 +05:00
Anthony Minessale 2c5a861b03 FS-6074 --resolve 2014-01-03 23:43:48 +05:00
Jeff Lenk 7ebb663ce6 FS-5401 --resolve whitespace only 2014-01-02 17:51:09 -06:00
Jeff Lenk e75497c98d revert accidental change in last commit for freetdm sang isdn 2014-01-01 12:08:40 -06:00
Jeff Lenk 153f66d739 add freetdm vs2012 build support 2013-12-31 16:45:44 -06:00
Anthony Minessale e71dabae50 FS-6007 2013-12-31 00:21:51 +05:00
Jeff Lenk 990d41b121 FS-5704 --resolve 2013-12-30 13:14:34 -06:00
Anthony Minessale d432e837c5 FS-6035 try this 2013-12-30 23:36:24 +05:00
Brian West 2f3f0bca5d fix list_users to have all users on all profiles 2013-12-27 16:39:18 -06:00
Jeff Lenk 910c661508 fix trivial compiler warning for last commit 2013-12-27 14:52:52 -06:00
Anthony Minessale de65c19c3c FS-6007 FS-5083 FS-4514 --resolve 2013-12-28 01:39:41 +05:00
Anthony Minessale a27fe4c5a5 some null checks from coverity 2013-12-26 23:57:10 +05:00
Brian West cb6c17a691 Tired of this 2013-12-24 11:49:30 -06:00