]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Andrey Volk [Fri, 27 Jul 2018 15:56:46 +0000 (18:56 +0300)]
FS-11288: [Build-System] Refactor WIX project to not miss modules in msi on slow machines. Move Windows build logic from legacy util.vbs to modern props. Fix sound packages improper extraction. Fix multiprocessor build under msbuild.
Mike Jerris [Thu, 26 Jul 2018 20:40:22 +0000 (20:40 +0000)]
Merge pull request #1551 in FS/freeswitch from fs-10450 to master
* commit '
6e76f630fd69f1dad0e5abb69a1cf7326a9c96cf ':
FS-10450 #resolve fix zero and negative file duration
Mike Jerris [Thu, 26 Jul 2018 20:39:28 +0000 (20:39 +0000)]
Merge pull request #1550 in FS/freeswitch from fix-sofia-warning to master
* commit '
9a0a594d07f1a3654fba130db882fafec274e79e ':
FS-11278 #resolve fix if clause does not guard compiler warning
Seven Du [Tue, 24 Jul 2018 16:52:30 +0000 (11:52 -0500)]
FS-11278 #resolve fix if clause does not guard compiler warning
Seven Du [Wed, 25 Jul 2018 21:58:56 +0000 (16:58 -0500)]
FS-10450 #resolve fix zero and negative file duration
Mike Jerris [Wed, 25 Jul 2018 19:30:57 +0000 (19:30 +0000)]
Merge pull request #1509 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-11117-allow-passing-float-values-to-font_scale to master
* commit '
fecb5d364e09e7daf4fd9ffd1eb31eac6f475b8f ':
FS-11117: font_scale float values, add min/max_font_size when setting video banner
Mike Jerris [Wed, 25 Jul 2018 19:26:37 +0000 (19:26 +0000)]
Merge pull request #1355 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-10554-add-conference-api-command-vid-res-id-force to master
* commit '
cc084c9fb461a9180eeda0f428f0dbeac59db143 ':
FS-10554: Refactor conference vid-res-id command, add 'force' option
Chad Phillips [Fri, 29 Sep 2017 10:15:12 +0000 (06:15 -0400)]
FS-10554: Refactor conference vid-res-id command, add 'force' option
The 'conference vid-res-id' sub command previously used the CONF_API_SUB_MEMBER_TARGET
command parsing strategy. The standard options exposed by that strategy didn't make
sense for this sub command, so it's now been switched to use the CONF_API_SUB_ARGS_SPLIT
command parsing strategy.
A third, optional 'force' argument has also been added. The default behavior of the
command is to toggle the user in and out of a reservation slot, use the force argument
to ensure the user is placed into the reservation slot provided.
The new signature of the sub command is:
vid-res-id <member_id> <val>|clear [force]
Chad Phillips [Tue, 17 Apr 2018 06:03:52 +0000 (23:03 -0700)]
FS-11117: font_scale float values, add min/max_font_size when setting video banner
Previously, the font_scale parameter available for the video_mute_banner/video_banner_text
conference channel variable would only accept integer values. It now can accept float
values for more fine grained control, eg:
<action
application="set"
data="video_banner_text={font_scale=.75}Banner Text"
/>
Add params to set min_font_size and max_font_size for video banners.
The hard-coded defaults of 5/24 for min/max font size don't always look good
depending on the layout use case. This adds min_font_size and max_font_size
params for more fine-grained control, eg:
<action
application="set"
data="video_banner_text={min_font_size=8,max_font_size=14}Banner Text"
/>
Mike Jerris [Tue, 24 Jul 2018 14:47:37 +0000 (14:47 +0000)]
Merge pull request #1539 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11189-windows-build-regression to master
* commit '
5c4211e43d69191e9d83a19fb9f47e6b90c5d804 ':
FS-11189: [Build-System] Windows build regression fix.
Andrey Volk [Tue, 24 Jul 2018 14:46:38 +0000 (17:46 +0300)]
FS-11189: [Build-System] Windows build regression fix.
Mike Jerris [Tue, 24 Jul 2018 13:13:16 +0000 (13:13 +0000)]
Merge pull request #1538 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11189-add-video-settings to master
* commit '
2323421b5ad25563be7b56adeabf65543f7de2d5 ':
FS-11189: [Build-System] Fix Windows build.
Andrey Volk [Tue, 24 Jul 2018 13:11:54 +0000 (16:11 +0300)]
FS-11189: [Build-System] Fix Windows build.
Mike Jerris [Tue, 24 Jul 2018 05:14:22 +0000 (05:14 +0000)]
FS-11189: [mod_av] fix build on older libav
Mariah Yang [Thu, 19 Jul 2018 08:42:27 +0000 (16:42 +0800)]
FS-11260 fix set_tts_params segs when the second arg is NULL
Anthony Minessale [Sat, 21 Jul 2018 02:40:12 +0000 (02:40 +0000)]
FS-11264: [freeswitch-core] Remove old speech handle when asr failure happens #resolve
Seven Du [Thu, 19 Jul 2018 01:23:29 +0000 (09:23 +0800)]
FS-11014 fix fvad_free and validate vad_mode
Anthony Minessale [Thu, 19 Jul 2018 02:59:40 +0000 (02:59 +0000)]
FS-11259: [mod_perl] mod_perl tweaks #resolve
Seven Du [Tue, 17 Jul 2018 02:28:19 +0000 (10:28 +0800)]
FS-11237 #resolve speak text with colon
Seven Du [Wed, 20 Jun 2018 13:22:06 +0000 (21:22 +0800)]
FS-11189 refactor to support any possible codec specific private options
Seven Du [Wed, 20 Jun 2018 11:00:22 +0000 (19:00 +0800)]
FS-11189 add avcodec settings
Seven Du [Thu, 14 Jun 2018 08:56:41 +0000 (16:56 +0800)]
FS-11189 make rtp-slice-size and key-frame-min-freq configurable
Seven Du [Thu, 14 Jun 2018 08:18:45 +0000 (16:18 +0800)]
FS-11189 refactor and add more params
Seven Du [Thu, 14 Jun 2018 02:49:33 +0000 (10:49 +0800)]
FS-11189 add vpx codec specific and debug controls
Seven Du [Thu, 14 Jun 2018 00:14:30 +0000 (08:14 +0800)]
FS-11189 tweak log
Seven Du [Wed, 13 Jun 2018 13:55:25 +0000 (21:55 +0800)]
FS-11189 add vpx config
Seven Du [Wed, 13 Jun 2018 05:52:54 +0000 (13:52 +0800)]
FS-11189: add vpx settings
load time:
first load config default settings
merge any settings in XML
run time:
merge any dynamic settings
Seven Du [Wed, 13 Jun 2018 05:52:18 +0000 (13:52 +0800)]
FS-11189: [core] add func to parse cpu string
Mike Jerris [Thu, 21 Jun 2018 09:32:22 +0000 (05:32 -0400)]
FS-11206: [mod_conference] add conference hold feature
Seven Du [Thu, 7 Jun 2018 02:23:04 +0000 (10:23 +0800)]
FS-11183 improve strip to save out buffer size
Seven Du [Fri, 13 Jul 2018 22:25:35 +0000 (06:25 +0800)]
FS-11231 #resolve deprecate start_input_timers and add start-input-timers
Anthony Minessale [Mon, 9 Jul 2018 20:04:28 +0000 (20:04 +0000)]
FS-11226: [freeswitch-core,mod_conference] Missing font files can lead to crash in conference #resolve
Anthony Minessale [Mon, 9 Jul 2018 20:02:13 +0000 (20:02 +0000)]
FS-11225: [freeswitch-core] Crash in fs_cli #resolve
Anthony Minessale [Mon, 9 Jul 2018 20:00:45 +0000 (20:00 +0000)]
FS-11224: [freeswitch-core] Fix VC build #resolve
Anthony Minessale [Mon, 9 Jul 2018 19:50:27 +0000 (19:50 +0000)]
FS-11211: [Verto-Communicator] Add turnServer and verto server fallback options -- FS side to only do relay as a last resort #resolve
Andrey Volk [Thu, 19 Jul 2018 22:50:45 +0000 (01:50 +0300)]
FS-11263: [Build-System] Move FreeSWITCH build system to Visual Studio 2017 on Windows.
Anthony Minessale [Tue, 17 Jul 2018 17:35:56 +0000 (12:35 -0500)]
FS-11238: [mod_conference] Regression from FS-10448 can cause stuck sessions #resolve
Mike Jerris [Mon, 9 Jul 2018 18:53:13 +0000 (14:53 -0400)]
FS-11223: [core] fix Crash when firefox sends only rtcp and not rtp candidates on video media
Mike Jerris [Mon, 9 Jul 2018 17:12:56 +0000 (13:12 -0400)]
FS-11222: [core] NACK for multiple packets sends wrong packet after the first one
Mike Jerris [Mon, 9 Jul 2018 15:58:31 +0000 (11:58 -0400)]
FS-10949: [mod_conference] allow vblind vunblind tvblind commands when caller is not sending video
Muteesa Fred [Fri, 29 Jun 2018 12:59:58 +0000 (12:59 +0000)]
FS-11209: [Debian] openssl linking
Muteesa Fred [Fri, 29 Jun 2018 12:24:49 +0000 (12:24 +0000)]
FS-11209: [Debian] openssl linking
Muteesa Fred [Thu, 28 Jun 2018 17:30:25 +0000 (17:30 +0000)]
FS-11208: [Debian] Prefer libssl1.0 in deb packages
Piotr Gregor [Fri, 22 Jun 2018 17:48:31 +0000 (18:48 +0100)]
FS-11202 Add sanity check
Check value of sanity while looping over
switch_cache_db_get_db_handle_dsn() in switch_user_sql_thread.
Piotr Gregor [Thu, 21 Jun 2018 15:48:51 +0000 (16:48 +0100)]
FS-11201 Filter out erroneous RTT values #fix
Erroneous DLSR in received RTCP report could
cause RTT to be negative (RTT = A - DLSR - LSR).
Add check for this and prevent corruption
of statistics and estimations (estimator code used
bad RTT values).
Brian West [Wed, 13 Jun 2018 13:43:54 +0000 (08:43 -0500)]
reswig
Brian West [Wed, 13 Jun 2018 12:47:38 +0000 (07:47 -0500)]
reswig
Anthony Minessale [Tue, 12 Jun 2018 23:07:34 +0000 (18:07 -0500)]
FS-11177: [freeswitch-core] h264 vid tweaks -- increase gop #resolve
Joshua Young [Thu, 31 May 2018 22:24:32 +0000 (18:24 -0400)]
FS-11178: [core] return switch_status_t from switch_ivr_intercept_session
Anthony Minessale [Tue, 29 May 2018 19:04:41 +0000 (14:04 -0500)]
FS-11177: [freeswitch-core] h264 vid tweaks #resolve
Anthony Minessale [Sat, 26 May 2018 00:18:04 +0000 (19:18 -0500)]
FS-11173: [mod_conference] Don't send tmmbr for any higher than input res #resolve
Anthony Minessale [Fri, 25 May 2018 16:07:24 +0000 (11:07 -0500)]
FS-11164: [freeswitch-core] Improve audio JB in bad conditions
Anthony Minessale [Tue, 15 May 2018 22:48:53 +0000 (17:48 -0500)]
FS-11165: [freeswitch-core] Add more regex handling to dmachine -- squashme #resolve
Anthony Minessale [Tue, 15 May 2018 22:11:16 +0000 (17:11 -0500)]
FS-11165: [freeswitch-core] Add more regex handling to dmachine #resolve
Anthony Minessale [Tue, 15 May 2018 22:09:55 +0000 (17:09 -0500)]
FS-11164: [freeswitch-core] Improve audio JB in bad conditions #resolve
Mike Jerris [Mon, 14 May 2018 23:02:54 +0000 (19:02 -0400)]
FS-11162: [zrtp] Hangup race causing rare crash on zrtp calls
Brian West [Fri, 11 May 2018 14:16:13 +0000 (09:16 -0500)]
FS-11156: [mod_dptools] wait for ack in application "deflect" #resolve
Andrey Volk [Wed, 9 May 2018 15:47:29 +0000 (18:47 +0300)]
FS-11150: [Build-System] Fix broken ESL in .Net project.
Anthony Minessale [Tue, 8 May 2018 02:58:07 +0000 (22:58 -0400)]
FS-11119: [core] Fix video skew on oddly resized conference layers
Mike Jerris [Fri, 4 May 2018 00:02:16 +0000 (20:02 -0400)]
Revert "FS-11052: Allow alias for crypto suites"
This reverts commit
7cc6d5f99d16d2d63cb2548dd7b8345d579b7e9f .
Mike Jerris [Thu, 3 May 2018 23:13:05 +0000 (19:13 -0400)]
FS-11047: [build] support v8 6.6 fixes from Andrey Volk
Mike Jerris [Thu, 3 May 2018 21:19:22 +0000 (17:19 -0400)]
Revert "FS-11048: [build] support v8 6.6 fixes from Andrey Volk"
This reverts commit
27389f29377f84a4bee2625053cba64255980409 .
Mike Jerris [Thu, 3 May 2018 20:16:08 +0000 (16:16 -0400)]
FS-11047: [build] support v8 6.6 fixes from Andrey Volk
Mike Jerris [Thu, 3 May 2018 18:31:48 +0000 (14:31 -0400)]
FS-11047: [build] detect v8.pc as well
Mike Jerris [Wed, 2 May 2018 23:23:23 +0000 (18:23 -0500)]
FS-11104: [build] use freeswitch custom ldns package if available
Mike Jerris [Wed, 2 May 2018 18:42:54 +0000 (13:42 -0500)]
FS-11104: [build] use the right openssl version everywhere
Mike Jerris [Wed, 2 May 2018 12:17:33 +0000 (07:17 -0500)]
FS-11104: [build] use freeswitch custom ldns package if available
Mike Jerris [Tue, 1 May 2018 22:30:14 +0000 (17:30 -0500)]
FS-11047: add mod_v8 back to build
Joshua Young [Tue, 20 Feb 2018 22:40:44 +0000 (17:40 -0500)]
FS-10972: [Verto-Communicator] add (-y) parameter to the verto install script debian8-install.sh #resolve
Anthony Minessale [Thu, 26 Apr 2018 15:17:42 +0000 (10:17 -0500)]
FS-10892: [mod_av] Lip Sync Improvements -- increase delta #resolve
Anthony Minessale [Fri, 20 Apr 2018 18:33:57 +0000 (13:33 -0500)]
FS-11127: [freeswitch-core] Improvements to Video JB and audio jb sync #resolve
Anthony Minessale [Wed, 25 Apr 2018 18:33:22 +0000 (13:33 -0500)]
FS-11138: [freeswitch-core] Leak in ESL client #resolve
Andrey Volk [Fri, 20 Apr 2018 15:30:59 +0000 (18:30 +0300)]
FS-11125: [Build-System] Remove unused files left from previous Visual Studio version.
Mike Jerris [Fri, 20 Apr 2018 05:21:57 +0000 (01:21 -0400)]
Shane Bryldt [Thu, 2 Nov 2017 00:43:46 +0000 (18:43 -0600)]
FS-10756: Removed all windows related libsodium stuff, no longer using it at all
Andrey Volk [Thu, 19 Apr 2018 20:02:09 +0000 (23:02 +0300)]
FS-11122: [Build-System] Fix improper use of debug symbols settings on Windows.
Seven Du [Fri, 13 Apr 2018 01:45:57 +0000 (09:45 +0800)]
FS-11093 #resolve switch_true should return switch_bool_t
Seven Du [Mon, 9 Apr 2018 13:31:39 +0000 (21:31 +0800)]
FS-11110 #resolve resume detect on next detect
Anthony Minessale [Fri, 23 Mar 2018 18:04:40 +0000 (18:04 +0000)]
FS-11111 #resolve add handle params to specify tts engine and voice from command text
Seven Du [Thu, 5 Apr 2018 07:44:35 +0000 (15:44 +0800)]
[FS-11092] #resolve add cJSON_isTrue
Brian West [Mon, 2 Apr 2018 22:33:09 +0000 (17:33 -0500)]
FS-11109 #resove tweak bash rc
Mike Jerris [Fri, 13 Apr 2018 21:12:54 +0000 (16:12 -0500)]
FS-10867: [freeswitch-core] fix regression in stack smash protection
Andrey Volk [Mon, 9 Apr 2018 23:12:07 +0000 (02:12 +0300)]
FS-11101: [mod_cv] Add mod_cv to the Windows build.
Mike Jerris [Mon, 9 Apr 2018 16:30:30 +0000 (12:30 -0400)]
FS-11055: [mod_av] resize image to recording image size if it does not match recording size
Mike Jerris [Fri, 6 Apr 2018 19:23:35 +0000 (15:23 -0400)]
FS-10998: [libvpx] CVE-2017-0641
Mike Jerris [Fri, 6 Apr 2018 19:10:02 +0000 (15:10 -0400)]
FS-10997: [libvpx] CVE-2017-13194
Mike Jerris [Fri, 6 Apr 2018 17:54:51 +0000 (13:54 -0400)]
FS-10987: [mod_conference] fix member deadlock on write failure
Andrey Volk [Fri, 6 Apr 2018 11:16:54 +0000 (14:16 +0300)]
FS-11097: [mod_cv] Add OpenCV 3.x support.
Andrey Volk [Wed, 4 Apr 2018 22:56:04 +0000 (01:56 +0300)]
FS-11091: [mod_sndfile] Remove libsndfile from the code base, use pre-compiled binaries on Windows, update to libsndfile 1.0.28
Andrey Volk [Wed, 4 Apr 2018 19:12:45 +0000 (22:12 +0300)]
FS-11090: [Build-System] Move PCRE library to pre-compiled binaries, minor cleanup, reduce build log verbosity on windows.
Andrey Volk [Tue, 3 Apr 2018 18:21:54 +0000 (21:21 +0300)]
FS-11087: [Build-System] Use shared zlib library on Windows.
Mike Jerris [Mon, 2 Apr 2018 22:27:18 +0000 (17:27 -0500)]
swigall
Seven Du [Mon, 4 Dec 2017 14:14:52 +0000 (22:14 +0800)]
[mod_shout] use 0xFFFFFFFF flag to query frame_size
Brian West [Thu, 8 Feb 2018 21:16:32 +0000 (15:16 -0600)]
FS-10946: [core] Duplicate code in switch_xml.c #resolve
Seven Du [Tue, 23 Jan 2018 02:56:30 +0000 (10:56 +0800)]
FS-10918 #resolve
Anthony Minessale [Thu, 8 Mar 2018 18:49:56 +0000 (12:49 -0600)]
FS-11016: [mod_av] Looping a video file that has resize feature enabled can allow a non-resized frame to slip after file seek #resolve
Anthony Minessale [Thu, 8 Feb 2018 17:04:11 +0000 (11:04 -0600)]
FS-10941: [mod_conference] Segfault SIGFPE, Arithmetic exception in mod_conference #resolve
Brian West [Wed, 17 Jan 2018 19:29:51 +0000 (13:29 -0600)]
FS-10908: [mod_amqp] AMQP routing key (format_fields) formation broke and invalid reads reported by valgrind #resolve
Andrey Volk [Mon, 2 Apr 2018 21:38:43 +0000 (00:38 +0300)]
FS-11014: [core] Add vad to core on Windows.
Brian West [Fri, 9 Feb 2018 17:52:27 +0000 (11:52 -0600)]
FS-10945: [Build-System] build fails for Master #resolve