Commit Graph

27274 Commits

Author SHA1 Message Date
Charlie Root a1d73dfd09 Fix configure check for libjpeg to not break other checks 2014-07-23 14:52:07 -05:00
Brian West 1be1219afe FS-6680 #resolve 2014-07-23 11:28:07 -05:00
Brian West f11c40d889 FS-6680 #resolve 2014-07-23 11:26:25 -05:00
Travis Cross 03c4014d0e Update bundled version of opus for debian 2014-07-23 16:10:04 +00:00
Brian West 35eec3704c just do the sounds too 2014-07-22 15:19:52 -05:00
Anthony Minessale f0d1be5f41 reduce radius for auto positioning 2014-07-23 01:05:55 +05:00
Anthony Minessale 025e65a0cd fix resampler issue caused by refactoring impacting audio quality of resampled calls in the conference 2014-07-23 01:04:35 +05:00
Anthony Minessale 93983e63cc revert fd9d77feee 2014-07-23 01:01:44 +05:00
Moises Silva d6574e8c0f dos2unix a bunch of files
For some reason these files would get marked as modified
just after a fresh clone on Linux
2014-07-22 15:04:28 -04:00
Brian West 31f98efc5c OpenBSD FTW 2014-07-22 13:54:09 -05:00
Travis Cross a537d80372 Add new module: mod_prefix
mod_prefix is an in-memory data store optimized for fast lookups
according to the longest prefix match (LPM) rule.

Tables of key-value string pairs in JSON format can be loaded at
startup via configuration and at runtime via the API.

The implementation uses a bitwise trie (aka binary prefix tree), so
arbitrary string keys are supported.
2014-07-22 15:28:31 +00:00
Brian West aaddc4211c stop it with the system ssl for curl you pesky thing 2014-07-22 07:50:09 -05:00
Brian West 78c07db888 Use LibreSSL on OpenBSD build, yes it does work 2014-07-22 07:27:38 -05:00
Brian West e4bd2c3cd9 bump 2014-07-22 07:26:04 -05:00
Brian West 407fb1a7dd NOT OpenBSD 2014-07-22 07:25:43 -05:00
Brian West ff245eceb5 fix has-git 2014-07-22 06:52:13 -05:00
Brian West b3308dc720 doh 2014-07-22 06:44:28 -05:00
Brian West ad8c7bc6f1 build curl too so it links against the correct ssl lib. 2014-07-22 06:33:28 -05:00
Brian West 00573a95cc tweak 2014-07-22 06:28:49 -05:00
Steve Underwood 0c32ae8ca0 Coverity cleanups for iLBC 2014-07-22 12:06:50 +08:00
Steve Underwood 720e7a23c4 Tweas to PLC 2014-07-22 11:40:34 +08:00
Steve Underwood 47e5887288 Tweaks to the V.17 modem 2014-07-22 11:25:22 +08:00
Steve Underwood e5cad4d7d4 More Coverity related cleanups 2014-07-22 11:07:22 +08:00
Steve Underwood 3b8bc35bd9 More fixes for Coverity issues 2014-07-22 10:51:42 +08:00
Steve Underwood fb6ecb4c76 Fixed some issues raised by coverity in spandsp ilbc and unimrcp 2014-07-22 09:38:55 +08:00
Anthony Minessale 7e08d2123d FS-6663 #resolve 2014-07-22 02:05:32 +05:00
Brian West 940171c623 FS-6670 #resolve #comment Doh, see this one is dangerous 2014-07-21 16:04:36 -05:00
William King d208484a1c Fixing linefeed for mod_managed 2014-07-21 14:00:55 -07:00
Brian West c15663cba2 FS-6670 #resolve #comment This should resolve this fun stuff. 2014-07-21 15:58:32 -05:00
Brian West 5ea1729568 FS-6674 #comment you can do pull requests via stash.freeswitch.org #resolve 2014-07-21 06:48:10 -05:00
William King 4dcb072f8d Updating the wiki location, and changing the appropriate links to https from http 2014-07-19 14:47:27 -07:00
Peter Olsson 17d6c5b850 FS-6578 #comment fixed #resolve 2014-07-19 18:06:01 +02:00
Peter Olsson 62404c6e2b Windows: Remove auto generation of files that already exist in git. 2014-07-19 13:41:33 +02:00
Peter Olsson 4df59b013c Force line endings to LF on common file types.
This should help improve the autocrlf issue in Windows.
2014-07-19 12:48:16 +02:00
Peter Olsson 1f6eb25081 .gitignore portadio 2014-07-19 12:47:45 +02:00
Peter Olsson 730cd201c4 Remove js and mod_spidermonkey from Windows build 2014-07-19 12:47:44 +02:00
Peter Olsson 58a33988a3 spandsp: Add missing include for alloc.h. This fixes a build error on Windows. 2014-07-19 12:47:42 +02:00
Anthony Minessale ff2edeb219 add blind-reg param to verto 2014-07-19 00:42:49 +05:00
Anthony Minessale 997e921721 add transfer command 2014-07-19 00:32:09 +05:00
Brian West bf197196a6 OpenBSD Auto Build 2014-07-18 14:24:47 -05:00
Travis Cross 02ee686d85 Remove remaining traces of mod_spidermonkey 2014-07-18 19:07:38 +00:00
Travis Cross 9a1df3e3e0 Remove the legacy mod_spidermonkey
Without libjs in tree, this can't realistically be built.  Our legacy
is stored in the version control history.
2014-07-18 19:03:12 +00:00
Michael Jerris 6706378b38 we have already removed the module from tree, no need to bootstrap/configure the lib still, or to have it in tree at all for that matter 2014-07-18 14:15:26 -04:00
Ken Rice d3a459beb1 FS-6665 #comment test commit 2014-07-18 12:24:47 -05:00
Anthony Minessale II 83a4305003 Merge pull request #6 in FS/freeswitch from ~FRANCOIS/fs-6568:master to master
* commit 'e3b0d7219e1ea269ccd7c5f04747ad21f62c73b2':
  Fix BLF confusion when dealing with the same extension in multiple domains
2014-07-18 12:27:19 -05:00
Michael Jerris aa434fd460 FS-6665 #comment fixed #resolve 2014-07-18 13:25:28 -04:00
Anthony Minessale b85da6d9f7 FS-6665 #resolve #comment fixed 2014-07-18 22:10:01 +05:00
Anthony Minessale 8a10763b34 test 2014-07-18 22:09:57 +05:00
Anthony Minessale b820d5e90c FS-6665 #resolve #comment fixed 2014-07-18 22:08:08 +05:00
Anthony Minessale a907bfc34a test 2014-07-18 22:07:46 +05:00