]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
8 years agoFS-10193: [freeswitch-core] Implement filter in openssl to enable proper dtls MTU...
Anthony Minessale [Tue, 28 Mar 2017 21:59:20 +0000 (16:59 -0500)] 
FS-10193: [freeswitch-core] Implement filter in openssl to enable proper dtls MTU #resolve

8 years agoFS-10167: Added testacl to windows build, builds and runs under windows. Added missin...
Shane Bryldt [Tue, 28 Mar 2017 21:18:03 +0000 (15:18 -0600)] 
FS-10167: Added testacl to windows build, builds and runs under windows. Added missing testwebsock.vcxproj file that was missing on a prior commit.

8 years agoFS-10167: Fixed small ISO C compliancy issue for windows build vs linux build of...
Shane Bryldt [Tue, 28 Mar 2017 21:07:01 +0000 (16:07 -0500)] 
FS-10167: Fixed small ISO C compliancy issue for windows build vs linux build of testwebsock

8 years agoFS-10167: Added testwebsock to windows build, completely removed precompiled openssl...
Shane Bryldt [Tue, 28 Mar 2017 21:02:09 +0000 (15:02 -0600)] 
FS-10167: Added testwebsock to windows build, completely removed precompiled openssl dependancy and injected the use of core library openssl build, everything seems to build and work for windows thus far.

8 years agoFS-10167: Removed testmmap as it is no longer relevant, removed windows fake mmap...
Shane Bryldt [Mon, 27 Mar 2017 23:07:17 +0000 (17:07 -0600)] 
FS-10167: Removed testmmap as it is no longer relevant, removed windows fake mmap layer which was broken and replaced with direct allocator

8 years agoFS-10167: Fixed issue with eating processor when ks_sleep() is called on windows...
Shane Bryldt [Mon, 27 Mar 2017 22:52:07 +0000 (16:52 -0600)] 
FS-10167: Fixed issue with eating processor when ks_sleep() is called on windows, testthreadmutex is now fully functional on windows as well, all tests are passing

8 years agoblah
Anthony Minessale [Mon, 27 Mar 2017 22:23:41 +0000 (17:23 -0500)] 
blah

8 years agoFS-10167 extra unlock
Anthony Minessale [Mon, 27 Mar 2017 20:45:10 +0000 (15:45 -0500)] 
FS-10167 extra unlock

8 years agoFS-10167 auto change state when joining a thread out of the blue
Anthony Minessale [Mon, 27 Mar 2017 20:21:06 +0000 (15:21 -0500)] 
FS-10167 auto change state when joining a thread out of the blue

8 years agofix sanitize addr
Anthony Minessale [Mon, 27 Mar 2017 20:17:53 +0000 (15:17 -0500)] 
fix sanitize addr

8 years agoFS-10167 WIP getting rid of mmap
Anthony Minessale [Mon, 27 Mar 2017 19:52:01 +0000 (14:52 -0500)] 
FS-10167 WIP getting rid of mmap

8 years agoFS-10167 track joins and only do them once
Anthony Minessale [Mon, 27 Mar 2017 18:06:43 +0000 (13:06 -0500)] 
FS-10167 track joins and only do them once

8 years agoFS-10167 fix issues in the thread code
Anthony Minessale [Mon, 27 Mar 2017 18:01:38 +0000 (13:01 -0500)] 
FS-10167 fix issues in the thread code

8 years agoFS-10167 encore
Anthony Minessale [Mon, 27 Mar 2017 17:08:51 +0000 (12:08 -0500)] 
FS-10167 encore

8 years agoFS-10184: [Build-System] Fix missing #ifdefs for proper build w/o libyuv/libvpx
Mike Jerris [Mon, 27 Mar 2017 16:50:48 +0000 (11:50 -0500)] 
FS-10184: [Build-System] Fix missing #ifdefs for proper build w/o libyuv/libvpx

8 years agoFS-10183 [mod_sofia] Broadsoft Shared line pickup would fall if a-leg is PCMU and...
Brian West [Mon, 27 Mar 2017 16:42:18 +0000 (11:42 -0500)] 
FS-10183 [mod_sofia] Broadsoft Shared line pickup would fall if a-leg is PCMU and your pickup device has G722 as its first codec.

8 years agoFS-10167 contd
Anthony Minessale [Mon, 27 Mar 2017 16:10:18 +0000 (11:10 -0500)] 
FS-10167 contd

8 years agoMerge pull request #1218 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos...
Mike Jerris [Mon, 27 Mar 2017 15:59:48 +0000 (15:59 +0000)] 
Merge pull request #1218 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:feature/FS-10115-ogg_extension_assoc to master

* commit 'f1b756c63179ab0c5f8f8cb886f9baecedd9f83e':
  FS-10115: [mod_sndfile] add ".ogg" extension to mod_sndfile (map audio OGG format to ".ogg" extension too, not only to ".oga") (and change mem pool)

8 years agoFS-10167: Added testmmap to isolate page allocation issues under windows, vs project...
Shane Bryldt [Mon, 27 Mar 2017 14:11:23 +0000 (09:11 -0500)] 
FS-10167: Added testmmap to isolate page allocation issues under windows, vs project coming soon

8 years agoFS-10180: [mod_sofia] Move debug line to higher level #resolve
Anthony Minessale [Sun, 26 Mar 2017 14:58:28 +0000 (10:58 -0400)] 
FS-10180: [mod_sofia] Move debug line to higher level #resolve

8 years agoFS-10167 fix invalid size passed into free
Anthony Minessale [Sun, 26 Mar 2017 14:31:43 +0000 (10:31 -0400)] 
FS-10167 fix invalid size passed into free

8 years agoFS-10167 complile issues for mac sierra
Anthony Minessale [Sun, 26 Mar 2017 14:18:38 +0000 (10:18 -0400)] 
FS-10167 complile issues for mac sierra

8 years agoFS-10167: Temporary commit to test some weirdness with pool freeing and memory mapping
Shane Bryldt [Fri, 24 Mar 2017 22:05:58 +0000 (16:05 -0600)] 
FS-10167: Temporary commit to test some weirdness with pool freeing and memory mapping

8 years agoMerge pull request #1227 in FS/freeswitch from ~NBLASGEN/freeswitch:bugfix/FS-10128...
Mike Jerris [Fri, 24 Mar 2017 18:59:42 +0000 (18:59 +0000)] 
Merge pull request #1227 in FS/freeswitch from ~NBLASGEN/freeswitch:bugfix/FS-10128-v8-socket-implementation-uses-strlen to master

* commit 'fabe27abde36044e917e9ac396ee0ca2f05b8535':
  FS-10128 [mod_v8] This commit removes strlen() in favor of binary safe .length() function

8 years agoMerge pull request #1204 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos...
Mike Jerris [Fri, 24 Mar 2017 17:14:16 +0000 (17:14 +0000)] 
Merge pull request #1204 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:fix_vol_conference_member to master

* commit '5d35744fb2870f1c22a987b809d2f7677b24b66c':
  FS-10087: fix for volume level per member of conference (volume level when playing file)

8 years agoMerge pull request #1238 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-10174...
Mike Jerris [Fri, 24 Mar 2017 17:12:42 +0000 (17:12 +0000)] 
Merge pull request #1238 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-10174-sefgault-in-mod_conference-after to master

* commit 'bd4b835c4c32b0e1c6f31e618ed1804f7e53886a':
  FS-10174 [mod_conference] fix segfault after playing alone-sound when video is not enabled

8 years agoMerge pull request #1239 in FS/freeswitch from ~J0SH/freeswitch:fs10126 to master
Mike Jerris [Fri, 24 Mar 2017 17:11:55 +0000 (17:11 +0000)] 
Merge pull request #1239 in FS/freeswitch from ~J0SH/freeswitch:fs10126 to master

* commit '624d3dd0f52c02e1b9c2ad69867328e9ad1b0143':
  FS-10126: Add 24fps mode.

8 years agoFS-10167: Fixed sockets in libks, testsock now runs correctly under windows
Shane Bryldt [Fri, 24 Mar 2017 06:34:14 +0000 (00:34 -0600)] 
FS-10167: Fixed sockets in libks, testsock now runs correctly under windows

8 years agoFS-10167: Fixed a bug in ks_pool alloc_mem that assumes memory is zeroed before incre...
Shane Bryldt [Thu, 23 Mar 2017 22:52:49 +0000 (16:52 -0600)] 
FS-10167: Fixed a bug in ks_pool alloc_mem that assumes memory is zeroed before incrementing reference count rather than assigning it, which worked on linux test for some reason but failed under windows test which identified the issue.

8 years agoFS-10167: Switched reader writer lock code to use ks_thread_self_id instead of ks_thr...
Shane Bryldt [Thu, 23 Mar 2017 22:31:16 +0000 (16:31 -0600)] 
FS-10167: Switched reader writer lock code to use ks_thread_self_id instead of ks_thread_self, which is more appropriate and resolves a couple issues related to duplicating handles for windows. Clean compiling across all tests on windows now, updated all of the solution and project files for required changes.

8 years agoFS-10167: Fixed a bug with ks_hash related to keying with INT/INT64/PTR modes, testha...
Shane Bryldt [Thu, 23 Mar 2017 20:36:46 +0000 (14:36 -0600)] 
FS-10167: Fixed a bug with ks_hash related to keying with INT/INT64/PTR modes, testhash now runs successfully on windows as well.

8 years agoFS-10167: Synced up *nix build of libks, removed twofish.c and twofish-cfb.c from...
Shane Bryldt [Thu, 23 Mar 2017 19:32:58 +0000 (14:32 -0500)] 
FS-10167: Synced up *nix build of libks, removed twofish.c and twofish-cfb.c from build temporarily as it's not used and requires further review.

8 years agoFS-10167: More cleanup of libks, now compiles with no warnings or errors in VS2015...
Shane Bryldt [Thu, 23 Mar 2017 19:30:31 +0000 (13:30 -0600)] 
FS-10167: More cleanup of libks, now compiles with no warnings or errors in VS2015, also fixed a bug in ks_pool.c related to logging prefix memory bounds checks. A few warnings had to be disabled entirely due to the issues coming from openssl.

8 years agoFS-10167: Separate commit for fixed to have cJSON compile cleanly, and be able to...
Shane Bryldt [Thu, 23 Mar 2017 17:50:51 +0000 (11:50 -0600)] 
FS-10167: Separate commit for fixed to have cJSON compile cleanly, and be able to push commit upstream easily.

8 years agoFS-10167: Basic building of libks under VS2015, tests compile but most do not run...
Shane Bryldt [Thu, 23 Mar 2017 17:36:45 +0000 (11:36 -0600)] 
FS-10167: Basic building of libks under VS2015, tests compile but most do not run successfully yet.

8 years agoFS-10126: Add 24fps mode.
Josh Allmann [Thu, 23 Mar 2017 16:22:19 +0000 (16:22 +0000)] 
FS-10126: Add 24fps mode.

8 years agoFS-10174 [mod_conference] fix segfault after playing alone-sound when video is not...
Antonio [Thu, 23 Mar 2017 16:08:53 +0000 (17:08 +0100)] 
FS-10174 [mod_conference] fix segfault after playing alone-sound when video is not enabled

8 years agoFS-10169: [mod_local_stream] When using local stream commands FreeSWITCH locks up...
Brian West [Thu, 23 Mar 2017 15:59:25 +0000 (10:59 -0500)] 
FS-10169: [mod_local_stream] When using local stream commands FreeSWITCH locks up #resolve

8 years agoFS-10166: Removed UTP, did this in a separate commit in case it needs to be revived...
Shane Bryldt [Wed, 22 Mar 2017 23:29:03 +0000 (18:29 -0500)] 
FS-10166: Removed UTP, did this in a separate commit in case it needs to be revived at some point.

8 years agoFS-10166: Removed old DHT tests and stuff related to libtorrent, and a straggling...
Shane Bryldt [Wed, 22 Mar 2017 23:22:08 +0000 (18:22 -0500)] 
FS-10166: Removed old DHT tests and stuff related to libtorrent, and a straggling diff related to old DHT.

8 years agoFS-10165: Removed dependancy and autoconf check for libsodium from libks. Moved DHT...
Shane Bryldt [Wed, 22 Mar 2017 22:47:33 +0000 (17:47 -0500)] 
FS-10165: Removed dependancy and autoconf check for libsodium from libks. Moved DHT, bencode, and related tests into libblade. Still requires refactoring in blade from ks_* to blade_*.

8 years agoMerge pull request #1234 in FS/freeswitch from feature/FS-9952-implementing-a-syncron...
Mike Jerris [Wed, 22 Mar 2017 21:45:05 +0000 (21:45 +0000)] 
Merge pull request #1234 in FS/freeswitch from feature/FS-9952-implementing-a-syncronized-scalable to master

* commit '7742dffae4192e73c258493a7320eb11b6437b8a': (34 commits)
  FS-9952: Initial implementation of a very basic text chat system which introduced a number of supporting subsystems
  FS-9952: Added support to default ks_log system for including optional prefixes as desired, also added thread and time prefix options
  FS-9952: Big commit, first registered jsonrpc echo call successful, lots of cleanup remaining
  FS-9952: Intermediate commit for a fresh point to start retrofitting the jsonrpc code that is incomplete
  FS-9952: Some code refactoring and added TTL for sessions, currently harcoded at 5 seconds for testing purposes only and should come from config
  FS-9952: Preliminary session negotiations done, added a bunch of logging, fixed up cleanup code, needs more testing and more error handling
  FS-9952: Added the first half of the session negotations for the server side, untested as it requires the second half coming soon for client side
  FS-9952: A bunch of cleanup and shifting connections towards ID based passing instead of pointers, will replicate and adjust for session system next
  FS-9952: Add blade rpc error response creation
  FS-9952: Fix compile errors in test 64bit build
  FS-9952: Committing to show problem with ks_pool_resize
  FS-9952: Add query & tests for blade extention to rpc messages
  FS-9952: Add blade extention to rpc messages
  FS-9952: Some work towards client connectivity support, commit is to remove blade_message_t and get RPC stuff updated, code does not compile currently
  FS-9952: Added initial support for registering transports, and initial untested code for parsing identities
  FS-9952: Updated bladec test, it successfully listens for connections, further testing required
  FS-9952: Added envelope to queue sending messages, prepping for initial server transport testing
  FS-9952: Add rpc h files to ks
  FS-9952: Update for compile issues
  FS-9952: More work on the connection and transport code, couple things left to do but nearly ready for testing upto starting session negotiations
  ...

8 years agoFS-9952: Initial implementation of a very basic text chat system which introduced...
Shane Bryldt [Thu, 16 Mar 2017 18:13:26 +0000 (13:13 -0500)] 
FS-9952: Initial implementation of a very basic text chat system which introduced a number of supporting subsystems

8 years agoFS-9952: Added support to default ks_log system for including optional prefixes as...
Shane Bryldt [Wed, 8 Mar 2017 19:51:54 +0000 (19:51 +0000)] 
FS-9952: Added support to default ks_log system for including optional prefixes as desired, also added thread and time prefix options

8 years agoFS-9952: Big commit, first registered jsonrpc echo call successful, lots of cleanup...
Shane Bryldt [Tue, 7 Mar 2017 18:45:52 +0000 (18:45 +0000)] 
FS-9952: Big commit, first registered jsonrpc echo call successful, lots of cleanup remaining

8 years agoFS-9952: Intermediate commit for a fresh point to start retrofitting the jsonrpc...
Shane Bryldt [Tue, 28 Feb 2017 23:37:19 +0000 (23:37 +0000)] 
FS-9952: Intermediate commit for a fresh point to start retrofitting the jsonrpc code that is incomplete

8 years agoFS-9952: Some code refactoring and added TTL for sessions, currently harcoded at...
Shane Bryldt [Mon, 27 Feb 2017 18:39:40 +0000 (18:39 +0000)] 
FS-9952: Some code refactoring and added TTL for sessions, currently harcoded at 5 seconds for testing purposes only and should come from config

8 years agoFS-9952: Preliminary session negotiations done, added a bunch of logging, fixed up...
Shane Bryldt [Thu, 23 Feb 2017 23:01:22 +0000 (23:01 +0000)] 
FS-9952: Preliminary session negotiations done, added a bunch of logging, fixed up cleanup code, needs more testing and more error handling

8 years agoFS-9952: Added the first half of the session negotations for the server side, unteste...
Shane Bryldt [Tue, 21 Feb 2017 21:20:44 +0000 (21:20 +0000)] 
FS-9952: Added the first half of the session negotations for the server side, untested as it requires the second half coming soon for client side

8 years agoFS-9952: A bunch of cleanup and shifting connections towards ID based passing instead...
Shane Bryldt [Tue, 21 Feb 2017 16:37:50 +0000 (16:37 +0000)] 
FS-9952: A bunch of cleanup and shifting connections towards ID based passing instead of pointers, will replicate and adjust for session system next

8 years agoFS-9952: Add blade rpc error response creation
colm [Thu, 16 Feb 2017 02:17:13 +0000 (21:17 -0500)] 
FS-9952: Add blade rpc error response creation

8 years agoFS-9952: Fix compile errors in test 64bit build
colm [Wed, 15 Feb 2017 03:45:49 +0000 (22:45 -0500)] 
FS-9952: Fix compile errors in test 64bit build

8 years agoFS-9952: Committing to show problem with ks_pool_resize
Shane Bryldt [Wed, 15 Feb 2017 00:56:29 +0000 (00:56 +0000)] 
FS-9952: Committing to show problem with ks_pool_resize

8 years agoFS-9952: Add query & tests for blade extention to rpc messages
colm [Wed, 15 Feb 2017 00:47:00 +0000 (19:47 -0500)] 
FS-9952: Add query & tests for blade extention to rpc messages

8 years agoFS-9952: Add blade extention to rpc messages
colm [Tue, 14 Feb 2017 20:40:00 +0000 (15:40 -0500)] 
FS-9952: Add blade extention to rpc messages

8 years agoFS-9952: Some work towards client connectivity support, commit is to remove blade_mes...
Shane Bryldt [Tue, 14 Feb 2017 19:04:48 +0000 (19:04 +0000)] 
FS-9952: Some work towards client connectivity support, commit is to remove blade_message_t and get RPC stuff updated, code does not compile currently

8 years agoFS-9952: Added initial support for registering transports, and initial untested code...
Shane Bryldt [Mon, 13 Feb 2017 19:07:33 +0000 (19:07 +0000)] 
FS-9952: Added initial support for registering transports, and initial untested code for parsing identities

8 years agoFS-9952: Updated bladec test, it successfully listens for connections, further testin...
Shane Bryldt [Fri, 10 Feb 2017 18:31:38 +0000 (18:31 +0000)] 
FS-9952: Updated bladec test, it successfully listens for connections, further testing required

8 years agoFS-9952: Added envelope to queue sending messages, prepping for initial server transp...
Shane Bryldt [Fri, 10 Feb 2017 18:14:48 +0000 (18:14 +0000)] 
FS-9952: Added envelope to queue sending messages, prepping for initial server transport testing

8 years agoFS-9952: Add rpc h files to ks
colm [Fri, 10 Feb 2017 18:22:05 +0000 (13:22 -0500)] 
FS-9952: Add rpc h files to ks

8 years agoFS-9952: Update for compile issues
colm [Fri, 10 Feb 2017 14:13:22 +0000 (09:13 -0500)] 
FS-9952: Update for compile issues

8 years agoFS-9952: More work on the connection and transport code, couple things left to do...
Shane Bryldt [Fri, 10 Feb 2017 02:17:20 +0000 (02:17 +0000)] 
FS-9952: More work on the connection and transport code, couple things left to do but nearly ready for testing upto starting session negotiations

8 years agoFS-9952: Add testrpcproto, Update api
colm [Thu, 9 Feb 2017 22:56:10 +0000 (17:56 -0500)] 
FS-9952:  Add testrpcproto, Update api

8 years agoFS-9952: Rewrote core code to utilize state machine driven system based on discussion...
Shane Bryldt [Thu, 9 Feb 2017 17:08:07 +0000 (17:08 +0000)] 
FS-9952: Rewrote core code to utilize state machine driven system based on discussions, code compiles but completely untested currently

8 years agoFS-9952: Initial rpc application implementation
colm [Thu, 9 Feb 2017 02:49:09 +0000 (21:49 -0500)] 
FS-9952: Initial rpc application implementation

8 years agoFS-9952: Initial rpc application implementation
colm [Wed, 8 Feb 2017 20:52:36 +0000 (15:52 -0500)] 
FS-9952: Initial rpc application implementation

8 years agoFS-9952: Initial rpc application implementation
colm [Wed, 8 Feb 2017 01:18:45 +0000 (20:18 -0500)] 
FS-9952: Initial rpc application implementation

8 years agoFS-9952: Update ks json-rpc api
colm [Tue, 7 Feb 2017 00:23:09 +0000 (19:23 -0500)] 
FS-9952:  Update ks json-rpc api

8 years agoFS-9952: Fixed some stuff to get the blade service tested upto the point of processin...
Shane Bryldt [Tue, 31 Jan 2017 19:28:21 +0000 (19:28 +0000)] 
FS-9952: Fixed some stuff to get the blade service tested upto the point of processing config and listening on the same port across multiple interfaces

8 years agoFS-9952: A few changes and implemented the initial service peer state callbacks
Shane Bryldt [Mon, 30 Jan 2017 22:51:09 +0000 (22:51 +0000)] 
FS-9952: A few changes and implemented the initial service peer state callbacks

8 years agoFS-9952: More work on the blade service transport layer, now compiles but is untested...
Shane Bryldt [Mon, 30 Jan 2017 05:02:58 +0000 (05:02 +0000)] 
FS-9952: More work on the blade service transport layer, now compiles but is untested, and still missing a few pieces to be functional

8 years agoFS-9952: Temporary commit for some peer review
Shane Bryldt [Fri, 27 Jan 2017 19:49:02 +0000 (19:49 +0000)] 
FS-9952: Temporary commit for some peer review

8 years agoFS-9952: Add base64 code (from verto)
colm [Thu, 26 Jan 2017 17:45:40 +0000 (12:45 -0500)] 
FS-9952: Add base64 code (from verto)

8 years agoFS-9952: Initial json rpc messaging
colm [Wed, 25 Jan 2017 19:52:22 +0000 (14:52 -0500)] 
FS-9952: Initial json rpc messaging

8 years agoFS-9952: Update testbuckets to current api
colm [Mon, 23 Jan 2017 19:31:48 +0000 (14:31 -0500)] 
FS-9952: Update testbuckets to current api

8 years agoFS-9952: Initial json rpc messaging
colm [Mon, 23 Jan 2017 19:30:19 +0000 (14:30 -0500)] 
FS-9952: Initial json rpc messaging

8 years agoMerge pull request #1233 in FS/freeswitch from ~MITCH.CAPPER/freeswitch:mod_perl_init...
Mike Jerris [Wed, 22 Mar 2017 21:03:29 +0000 (21:03 +0000)] 
Merge pull request #1233 in FS/freeswitch from ~MITCH.CAPPER/freeswitch:mod_perl_init_fix_FS_10071 to master

* commit '862c969ba5924fb04ed32e483c5bef13712d4463':
  Resolves FS-10071. Fixed newer (perl 5.22 and up) versions of perl from crashing, -e means evaluate the following string and it does not like emptystr.

8 years agoResolves FS-10071. Fixed newer (perl 5.22 and up) versions of perl from crashing...
Mitch Capper [Wed, 22 Mar 2017 19:23:36 +0000 (12:23 -0700)] 
Resolves FS-10071. Fixed newer (perl 5.22 and up) versions of perl from crashing, -e means evaluate the following string and it does not like emptystr.

8 years agoMerge pull request #1232 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-10160...
Mike Jerris [Tue, 21 Mar 2017 16:45:26 +0000 (16:45 +0000)] 
Merge pull request #1232 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-10160-segfault-conference-with-parameter to master

* commit '2ec5ffb5f5f58fe19f0e9f5abe274424d39206a1':
  FS-10160 [mod_conference] fix segfault when using video-mode=mux

8 years agoFS-10160 [mod_conference] fix segfault when using video-mode=mux
Antonio [Tue, 21 Mar 2017 13:35:51 +0000 (14:35 +0100)] 
FS-10160 [mod_conference] fix segfault when using video-mode=mux

8 years agoMerge pull request #1231 in FS/freeswitch from ~RSCREENE/freeswitch:feature/FS-10156...
Mike Jerris [Tue, 21 Mar 2017 16:13:36 +0000 (16:13 +0000)] 
Merge pull request #1231 in FS/freeswitch from ~RSCREENE/freeswitch:feature/FS-10156-return-http-status-code-from-mod_http_cache to master

* commit '6b5313ec3718ca11353551421fd7a7897ec694d3':
  FS-10156 [mod_http_cache] Return HTTP status code

8 years agoFS-9742: [mod_conference,mod_cv] Refactor canvas zoom code
Anthony Minessale [Tue, 21 Mar 2017 15:30:51 +0000 (10:30 -0500)] 
FS-9742: [mod_conference,mod_cv] Refactor canvas zoom code

8 years agoFS-10149 [freeswitch-core] ZRTP encrypted calls drop on reinvite
Brian West [Tue, 21 Mar 2017 15:09:36 +0000 (10:09 -0500)] 
FS-10149 [freeswitch-core] ZRTP encrypted calls drop on reinvite

8 years agoFS-10156 [mod_http_cache] Return HTTP status code
Richard Screene [Mon, 20 Mar 2017 13:06:20 +0000 (13:06 +0000)] 
FS-10156 [mod_http_cache] Return HTTP status code

8 years agoFS-10152: [mod_shout] seek from eof to 0 not working in mod_shout #resolve
Anthony Minessale [Fri, 17 Mar 2017 20:31:10 +0000 (15:31 -0500)] 
FS-10152: [mod_shout] seek from eof to 0 not working in mod_shout #resolve

8 years agoFS-10151: [mod_video_filter] Add filters and fg video to mod_video_filter #resolve
Anthony Minessale [Fri, 17 Mar 2017 20:16:13 +0000 (15:16 -0500)] 
FS-10151: [mod_video_filter] Add filters and fg video to mod_video_filter #resolve

8 years agoFS-10150: [freeswitch-core] Reduce writes to closed ssl sockets #resolve
Anthony Minessale [Fri, 17 Mar 2017 18:47:35 +0000 (13:47 -0500)] 
FS-10150: [freeswitch-core] Reduce writes to closed ssl sockets #resolve

8 years agoFS-10115: [mod_sndfile] add ".ogg" extension to mod_sndfile (map audio OGG format...
Dragos Oancea [Wed, 1 Mar 2017 15:48:13 +0000 (15:48 +0000)] 
FS-10115: [mod_sndfile] add ".ogg" extension to mod_sndfile (map audio OGG format to ".ogg" extension too, not only to ".oga")
(and change mem pool)

8 years agoFS-10146: [mod_conference] Completely setup conference member before adding them...
Anthony Minessale [Fri, 17 Mar 2017 00:06:06 +0000 (19:06 -0500)] 
FS-10146: [mod_conference] Completely setup conference member before adding them to the conference #resolve

8 years agoFS-9704: [mod_av] Seeking video files with mod_av after it reaches the end does not...
Anthony Minessale [Thu, 16 Mar 2017 22:43:09 +0000 (17:43 -0500)] 
FS-9704: [mod_av] Seeking video files with mod_av after it reaches the end does not work

8 years agoFS-10138: [freeswitch-core,mod_conference] Add alpha video to conference
Anthony Minessale [Thu, 16 Mar 2017 21:28:18 +0000 (16:28 -0500)] 
FS-10138: [freeswitch-core,mod_conference] Add alpha video to conference

8 years agoFS-10144: [mod_conference] Minor issues with video mute in mod_conference #resolve
Anthony Minessale [Thu, 16 Mar 2017 21:24:41 +0000 (16:24 -0500)] 
FS-10144: [mod_conference] Minor issues with video mute in mod_conference #resolve

8 years agoFS-10143 #resolve small tweak to overlaps conf layout
Ken Rice [Thu, 16 Mar 2017 20:05:04 +0000 (15:05 -0500)] 
FS-10143 #resolve small tweak to overlaps conf layout

8 years agoFS-10138: [freeswitch-core,mod_conference] Add alpha video to conference
Anthony Minessale [Thu, 16 Mar 2017 19:55:10 +0000 (14:55 -0500)] 
FS-10138: [freeswitch-core,mod_conference] Add alpha video to conference

8 years agoFS-10094: [core,mod_av] Alpha video support
Anthony Minessale [Thu, 16 Mar 2017 19:54:37 +0000 (14:54 -0500)] 
FS-10094: [core,mod_av] Alpha video support

8 years agoMerge pull request #1228 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10074...
Mike Jerris [Thu, 16 Mar 2017 18:12:47 +0000 (13:12 -0500)] 
Merge pull request #1228 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10074-move-tiff-to-download to master

* commit '62f48cafe7f930bd083fd122f47aba5e81c89704':
  FS-10074 [libtiff] Update to tiff-4.0.7, move from codebase to download

8 years agoFS-10074 [libtiff] Update to tiff-4.0.7, move from codebase to download
Andrey Volk [Thu, 16 Mar 2017 17:12:30 +0000 (20:12 +0300)] 
FS-10074 [libtiff] Update to tiff-4.0.7, move from codebase to download

8 years agoFS-10074: [libtiff] remove more libtiff references
Mike Jerris [Thu, 16 Mar 2017 16:29:08 +0000 (11:29 -0500)] 
FS-10074: [libtiff] remove more libtiff references

8 years agoFS-10140: [core] add switch_img_grey, makes i420 switch_img_t image grey scale
Mike Jerris [Thu, 16 Mar 2017 16:09:29 +0000 (11:09 -0500)] 
FS-10140: [core] add switch_img_grey, makes i420 switch_img_t image grey scale

8 years agoFS-10139: [verto.js] $.FSRTC.bestResSupported() returns true for any res #resolve
Brian West [Thu, 16 Mar 2017 15:37:31 +0000 (10:37 -0500)] 
FS-10139: [verto.js]  $.FSRTC.bestResSupported() returns true for any res #resolve