]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
5 years ago[SpanDSP] Remove unused x_repeats variable from header_row_read_handler() 263/head
Andrey Volk [Sun, 26 Jan 2020 13:57:08 +0000 (17:57 +0400)] 
[SpanDSP] Remove unused x_repeats variable from header_row_read_handler()

5 years ago[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix...
Dragos Oancea [Sat, 25 Jan 2020 16:42:07 +0000 (16:42 +0000)] 
[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix EOF, add unit-test.

5 years ago[Core] Fix regression in switch_utils after implementing unit-tests parallel.
Andrey Volk [Thu, 23 Jan 2020 18:08:08 +0000 (18:08 +0000)] 
[Core] Fix regression in switch_utils after implementing unit-tests parallel.

5 years agoMerge pull request #258 from signalwire/parallel
Andrey Volk [Thu, 23 Jan 2020 14:49:22 +0000 (18:49 +0400)] 
Merge pull request #258 from signalwire/parallel

[Unit-test] Run tests in parallel

5 years ago[Unit-test] Run tests in parallel 258/head
Andrey Volk [Wed, 22 Jan 2020 16:36:53 +0000 (16:36 +0000)] 
[Unit-test] Run tests in parallel

5 years agoMerge pull request #257 from dragos-oancea/upnp_asan
Andrey Volk [Wed, 22 Jan 2020 19:59:42 +0000 (23:59 +0400)] 
Merge pull request #257 from dragos-oancea/upnp_asan

[miniupnpc] fix heap-buffer-overflow reported by ASAN (on read)

5 years agoMerge pull request #254 from dragos-oancea/amr_no_native_file
Andrey Volk [Wed, 22 Jan 2020 19:14:34 +0000 (23:14 +0400)] 
Merge pull request #254 from dragos-oancea/amr_no_native_file

[mod_amr], [mod_amrwb]:  mark AMR and AMRWB as VBR, don't let mod_native_file load them for playback/recording)

5 years ago[miniupnpc] fix heap-buffer-overflow reported by ASAN (on read) 257/head
Dragos Oancea [Wed, 22 Jan 2020 18:31:49 +0000 (18:31 +0000)] 
[miniupnpc] fix heap-buffer-overflow reported by ASAN (on read)

5 years agoMerge pull request #217 from dragos-oancea/sndfile_fixes
Andrey Volk [Wed, 22 Jan 2020 18:33:47 +0000 (22:33 +0400)] 
Merge pull request #217 from dragos-oancea/sndfile_fixes

[mod_sndfile] Fix .raw audio file playing and other raw audio file extensions. Fix stereo2mono for certain formats.

5 years agoFS-10642: [mod_amr], [mod_amrwb]: mark AMR and AMRWB as VBR (don't let mod_native_fi... 254/head
Dragos Oancea [Mon, 4 Sep 2017 14:25:39 +0000 (10:25 -0400)] 
FS-10642: [mod_amr], [mod_amrwb]:  mark AMR and AMRWB as VBR (don't let mod_native_file load them for playback/recording)

5 years ago[mod_sndfile] fix playing "raw" and other formats ("r8", "r16", "r24", "r32"), add... 217/head
Dragos Oancea [Thu, 9 Jan 2020 20:17:42 +0000 (20:17 +0000)] 
[mod_sndfile] fix playing "raw" and other formats ("r8", "r16", "r24", "r32"), add unit-test

[mod_sndfile] add stereo to mono support for file formats that need it (eg: gsm, vox), add unit test for stereo

[mod_sndfile] mono to stereo and stereo to mono unit tests.

[unit-tests] mod_sndfile: don't wait for recording file to be flushed to disk by the core, use switch_ivr_stop_record_session()

[mod_sndfile] fix format "wve" (Psion Series 3)

[mod_sndfile] fix format "htk" (Hidden Markov Model Tool Kit)

[mod_sndfile] fix file format "iff" (AIFF)

[mod_sndfile] fix file format "xi" (FastTracker 2)

[mod_sndfile] fix file format "sds" (Midi Sample Dump Standard)

[uni-tests] add more audio file extensions to sndfile unit tests.

[mod_sndfile] add config file support (with one param currently: "allowed-extensions")

[mod_sndfile] add sample file sndfile.conf.xml to 'testing' and 'vanilla' cfg trees.

[mod_sndfile] free() cfg xml

[unit-tests] mod_sndfile: unload module test.

[unit-tests] mod_sndfile: add conf file unit-test (param that allows only certain file extensions)

[unit-tests] adjusts Makefile.am for new CI (tests)

[unit-tests] adjust path to sound file.

[unit-tests] [mod_sndfile] remove Makefile.am from test/

[unit-tests] [mod_sndfile] fix build (Andrey)

5 years agoMerge pull request #251 from signalwire/module_tests
Andrey Volk [Tue, 21 Jan 2020 18:44:25 +0000 (22:44 +0400)] 
Merge pull request #251 from signalwire/module_tests

[Unit-tests] Implement module tests in Drone CI

5 years ago[Unit-tests] Implement module tests in Drone CI 251/head
Andrey Volk [Sat, 18 Jan 2020 20:05:25 +0000 (00:05 +0400)] 
[Unit-tests] Implement module tests in Drone CI

5 years agoMerge pull request #250 from signalwire/fix_tests
Andrey Volk [Tue, 21 Jan 2020 18:02:04 +0000 (22:02 +0400)] 
Merge pull request #250 from signalwire/fix_tests

[Unit-tests] Fix leaks mod_av and mod_conference tests, fix fonts and paths.

5 years ago[Unit-tests] Fix leaks mod_av and mod_conference tests, fix fonts and paths. 250/head
Andrey Volk [Tue, 21 Jan 2020 17:50:08 +0000 (21:50 +0400)] 
[Unit-tests] Fix leaks mod_av and mod_conference tests, fix fonts and paths.

5 years agoMerge pull request #247 from signalwire/mod_lua_leak
Andrey Volk [Tue, 21 Jan 2020 16:46:52 +0000 (20:46 +0400)] 
Merge pull request #247 from signalwire/mod_lua_leak

[mod_lua] Fix leaks.

5 years ago[mod_lua] Fix leaks. 247/head
Andrey Volk [Tue, 21 Jan 2020 13:27:06 +0000 (13:27 +0000)] 
[mod_lua] Fix leaks.

5 years ago[mod_kazoo] Fix potential memory leaks
lazedo [Mon, 20 Jan 2020 16:12:05 +0000 (16:12 +0000)] 
[mod_kazoo] Fix potential memory leaks

* fixes several potential memory leaks
* formatting
* fixes parameter name
* logs unsupported parameters
* fixes default event profile
* fixes unconfigured bindings

5 years ago[sofia-sip] fix overflow in logging (tport)
Dragos Oancea [Thu, 16 Jan 2020 20:33:16 +0000 (20:33 +0000)] 
[sofia-sip] fix overflow in logging (tport)
[sofia-sip] bump .update

5 years agoMerge pull request #241 from signalwire/mod_rayo_leak
Andrey Volk [Mon, 20 Jan 2020 09:44:50 +0000 (13:44 +0400)] 
Merge pull request #241 from signalwire/mod_rayo_leak

[mod_rayo] Fix leak in the mod and in tests.

5 years agoMerge pull request #240 from signalwire/mod_rayo_heap
Andrey Volk [Mon, 20 Jan 2020 09:42:30 +0000 (13:42 +0400)] 
Merge pull request #240 from signalwire/mod_rayo_heap

[mod_rayo] Fix heap use after free and a possible buffer overflow.

5 years ago[mod_rayo] Fix leak in the mod and in tests. 241/head
Andrey Volk [Sun, 19 Jan 2020 23:04:48 +0000 (03:04 +0400)] 
[mod_rayo] Fix leak in the mod and in tests.

5 years ago[mod_rayo] Fix heap use after free and a possible buffer overflow. 240/head
Andrey Volk [Sun, 19 Jan 2020 20:20:30 +0000 (00:20 +0400)] 
[mod_rayo] Fix heap use after free and a possible buffer overflow.

5 years agoMerge pull request #232 from signalwire/modtestmake
Andrey Volk [Sat, 18 Jan 2020 10:24:11 +0000 (14:24 +0400)] 
Merge pull request #232 from signalwire/modtestmake

[Unit-tests] Place module tests into their module's Makefile.am, fix tests, add missing Makefile.am to mod_png, implement recursive make check.

5 years ago[Unit-tests] Place module tests into their module's Makefile.am, fix tests, add missi... 232/head
Andrey Volk [Tue, 14 Jan 2020 20:12:18 +0000 (20:12 +0000)] 
[Unit-tests] Place module tests into their module's Makefile.am, fix tests, add missing Makefile.am to mod_png, implement recursive make check.

5 years ago[core] avoid overflow when channel muxing
Dragos Oancea [Fri, 17 Jan 2020 20:58:57 +0000 (20:58 +0000)] 
[core] avoid overflow when channel muxing

5 years ago[mod_loopback] add pre_answer and null_auto_answer support to null channel
Seven Du [Thu, 7 Nov 2019 02:34:30 +0000 (10:34 +0800)] 
[mod_loopback] add pre_answer and null_auto_answer support to null channel

5 years ago[mod_loopback] add channel var loopback_no_pre_answer
joshebosh [Wed, 23 Oct 2019 20:00:28 +0000 (16:00 -0400)] 
[mod_loopback] add channel var loopback_no_pre_answer

5 years agoMerge pull request #231 from signalwire/print_tests
Andrey Volk [Tue, 14 Jan 2020 21:54:59 +0000 (01:54 +0400)] 
Merge pull request #231 from signalwire/print_tests

[Build-System] Add print_tests make target to output the list of tests being built including in modules

5 years ago[Build-System] Add print_tests make target to output the list of tests being built... 231/head
Mike Jerris [Thu, 9 Jan 2020 19:34:16 +0000 (12:34 -0700)] 
[Build-System] Add print_tests make target to output the list of tests being built including in modules

5 years agoMerge pull request #230 from dragos-oancea/fix_test_macos
Andrey Volk [Mon, 13 Jan 2020 22:59:26 +0000 (02:59 +0400)] 
Merge pull request #230 from dragos-oancea/fix_test_macos

[unit-tests] fix build switch_rtp on MacOS

5 years ago[unit-tests] fix build switch_rtp on MacOS 230/head
Dragos Oancea [Mon, 13 Jan 2020 18:23:13 +0000 (18:23 +0000)] 
[unit-tests] fix build switch_rtp on MacOS

5 years ago[mod_vmd] deprecate abandoned module that is replaced by mod_avmd
Mike Jerris [Fri, 10 Jan 2020 21:03:34 +0000 (14:03 -0700)] 
[mod_vmd] deprecate abandoned module that is replaced by mod_avmd

5 years ago[mod_av] Fix mod_av not having audio when using avresample
mangshe0 [Fri, 10 Jan 2020 18:38:38 +0000 (02:38 +0800)] 
[mod_av] Fix mod_av not having audio when using avresample

5 years agoMerge pull request #213 from signalwire/fix_rtp_test
Andrey Volk [Thu, 9 Jan 2020 13:39:32 +0000 (17:39 +0400)] 
Merge pull request #213 from signalwire/fix_rtp_test

[Core] Fix RTP unit-test by adding switch_rtp_get_core_session().

5 years ago[Core] Fix RTP unit-test by adding switch_rtp_get_core_session(). 213/head
Andrey Volk [Thu, 9 Jan 2020 09:05:46 +0000 (13:05 +0400)] 
[Core] Fix RTP unit-test by adding switch_rtp_get_core_session().

5 years ago[unit-tests] add RTP test with session
Dragos Oancea [Tue, 24 Dec 2019 16:50:36 +0000 (16:50 +0000)] 
[unit-tests] add RTP test with session

5 years agoMerge pull request #211 from signalwire/sanitizer
Andrey Volk [Wed, 8 Jan 2020 18:45:33 +0000 (22:45 +0400)] 
Merge pull request #211 from signalwire/sanitizer

[Unit-tests] Enable address sanitizer when running tests.

5 years ago[Unit-tests] Enable address sanitizer when running tests. 211/head
Andrey Volk [Tue, 7 Jan 2020 19:34:52 +0000 (23:34 +0400)] 
[Unit-tests] Enable address sanitizer when running tests.

5 years agoMerge pull request #209 from signalwire/test_db
Andrey Volk [Tue, 7 Jan 2020 17:52:06 +0000 (21:52 +0400)] 
Merge pull request #209 from signalwire/test_db

[Unit-tests] Do not initiate sqldb by default unless requested.

5 years ago[Unit-tests] Do not initiate sqldb by default unless requested. 209/head
Andrey Volk [Thu, 12 Dec 2019 20:54:03 +0000 (00:54 +0400)] 
[Unit-tests] Do not initiate sqldb by default unless requested.

5 years agoMerge pull request #208 from signalwire/mariadb
Andrey Volk [Tue, 7 Jan 2020 16:21:41 +0000 (20:21 +0400)] 
Merge pull request #208 from signalwire/mariadb

[Build-System] Fix regression from the mariadb library checking fix.

5 years ago[Build-System] Fix regression from the mariadb library checking fix. 208/head
Andrey Volk [Tue, 7 Jan 2020 15:42:21 +0000 (19:42 +0400)] 
[Build-System] Fix regression from the mariadb library checking fix.

5 years agoMerge pull request #194 from signalwire/coredump
Andrey Volk [Mon, 6 Jan 2020 18:49:21 +0000 (22:49 +0400)] 
Merge pull request #194 from signalwire/coredump

[Unit-tests] Collect crash data when a unit-test core-dumps

5 years agoRevert "[mod_opusfile] fix play sample rate (don't use original rate, always use...
Andrey Volk [Mon, 6 Jan 2020 18:47:49 +0000 (22:47 +0400)] 
Revert "[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix eof."

This reverts commit 937c4a03eb032b4b3d1a8a8ad08c777de7a08314.

5 years agoMerge pull request #202 from dragos-oancea/opusfile_fixes
Andrey Volk [Mon, 6 Jan 2020 18:38:38 +0000 (22:38 +0400)] 
Merge pull request #202 from dragos-oancea/opusfile_fixes

[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix eof.

5 years agoMerge pull request #180 from signalwire/CF_AUDIO
Andrey Volk [Mon, 6 Jan 2020 18:35:03 +0000 (22:35 +0400)] 
Merge pull request #180 from signalwire/CF_AUDIO

[mod_portaudio] CF_AUDIO flag is not set

5 years ago[Core] switch_loadable_module wrongly logs that modules.conf loading fails while...
mangshe0 [Mon, 6 Jan 2020 18:30:51 +0000 (02:30 +0800)] 
[Core] switch_loadable_module wrongly logs that modules.conf loading fails while it's pre_load_modules.conf

fix print log error

5 years ago[Build-system] Fallback for mariadb lib check
Nathan Neulinger [Mon, 6 Jan 2020 18:19:00 +0000 (12:19 -0600)] 
[Build-system] Fallback for mariadb lib check

5 years ago[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix... 202/head
Dragos Oancea [Fri, 3 Jan 2020 19:00:26 +0000 (19:00 +0000)] 
[mod_opusfile] fix play sample rate (don't use original rate, always use 48k), fix eof.

5 years agoMerge pull request #198 from micmac1/switch_xml_typo
Andrey Volk [Thu, 2 Jan 2020 11:30:15 +0000 (15:30 +0400)] 
Merge pull request #198 from micmac1/switch_xml_typo

[core] Fix copy/paste mistake in switch_xml.h

5 years ago[core] Fix copy/paste mistake in switch_xml.h 198/head
Sebastian Kemper [Wed, 1 Jan 2020 14:29:26 +0000 (15:29 +0100)] 
[core] Fix copy/paste mistake in switch_xml.h

Commit 7907994 introduced a copy/paste mistake that may result in
compile failure:

In file included from ../../../../src/include/switch.h:134,
                 from mod_xml_ldap.c:34:
mod_xml_ldap.c: In function 'xml_ldap_search':
../../../../src/include/switch_xml.h:236:68: error: implicit declaration of function 'switch_xml_toxml_buf'; did you mean 'switch_xml_toxml_buf_ex'? [-Werror=implicit-function-declaration]
 #define switch_xml_toxml_buf(xml, buf, buflen, offset, prn_header) switch_xml_toxml_buf(xml, buf, buflen, offset, prn_header, USE_UTF_8_ENCODING);
                                                                    ^~~~~~~~~~~~~~~~~~~~
mod_xml_ldap.c:764:9: note: in expansion of macro 'switch_xml_toxml_buf'
         switch_xml_toxml_buf(xml, buf, 0, 0, 1);
         ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[7]: *** [Makefile:710: mod_xml_ldap_la-mod_xml_ldap.lo] Error 1

This commit fixes the mistake.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
5 years ago[Unit-tests] Collect crash data when a unit-test core-dumps 194/head
Andrey Volk [Fri, 27 Dec 2019 15:25:38 +0000 (19:25 +0400)] 
[Unit-tests] Collect crash data when a unit-test core-dumps

5 years agoversion bump
Andrey Volk [Tue, 31 Dec 2019 15:46:29 +0000 (19:46 +0400)] 
version bump

5 years ago[Unit-tests] Fix switch_xml leak and build.
Andrey Volk [Tue, 31 Dec 2019 00:15:01 +0000 (04:15 +0400)] 
[Unit-tests] Fix switch_xml leak and build.

5 years agoswigall
Andrey Volk [Mon, 30 Dec 2019 23:39:35 +0000 (23:39 +0000)] 
swigall

5 years ago[core] Add SMBF_FIRST flag which forces media bug to front of the list. Add 'f'...
Chris Rienzo [Tue, 24 Dec 2019 04:57:23 +0000 (23:57 -0500)] 
[core] Add SMBF_FIRST flag which forces media bug to front of the list.  Add 'f' flag to switch_ivr_displace_session to add displace as first operation on the media stream. (#76)

5 years ago[mod_sofia] Fix crash from double profile unlock on outgoing channel from a gateway...
Andrey Volk [Fri, 20 Dec 2019 21:15:57 +0000 (01:15 +0400)] 
[mod_sofia] Fix crash from double profile unlock on outgoing channel from a gateway on a paused profile

5 years ago[esl] Add SHUTDOWN_REQUESTED event.
Andrey Volk [Mon, 16 Dec 2019 18:31:19 +0000 (22:31 +0400)] 
[esl] Add SHUTDOWN_REQUESTED event.

5 years ago[core] Add SHUTDOWN_REQUESTED event. Bind to this event to know when ASAP or elegant...
Chris Rienzo [Sun, 15 Dec 2019 00:53:29 +0000 (00:53 +0000)] 
[core] Add SHUTDOWN_REQUESTED event.  Bind to this event to know when ASAP or elegant shutdown has been requested.

5 years ago[sofia-sip] fix 183 received right after 200 (#67)
Seven Du [Wed, 11 Dec 2019 22:41:17 +0000 (06:41 +0800)] 
[sofia-sip] fix 183 received right after 200 (#67)

5 years ago[mod_sofia] add sip_refer_status_code channel variable to track refer status
Seven Du [Fri, 6 Dec 2019 08:41:31 +0000 (16:41 +0800)] 
[mod_sofia] add sip_refer_status_code channel variable to track refer status

5 years ago[mod_loopback] add refer mock to null endpoint
Seven Du [Fri, 6 Dec 2019 08:41:03 +0000 (16:41 +0800)] 
[mod_loopback] add refer mock to null endpoint

5 years ago[Unit-tests] Fix switch_xml test crash
Andrey Volk [Fri, 22 Nov 2019 12:42:23 +0000 (16:42 +0400)] 
[Unit-tests] Fix switch_xml test crash

5 years ago[mod_loopback] remember dtmf in channel var null_channel_dtmf_queued
Seven Du [Tue, 19 Nov 2019 14:17:13 +0000 (22:17 +0800)] 
[mod_loopback] remember dtmf in channel var null_channel_dtmf_queued

5 years ago[core] add option to toggle ampersand entities on/off when serialize xml string
Seven Du [Mon, 18 Nov 2019 04:20:49 +0000 (12:20 +0800)] 
[core] add option to toggle ampersand entities on/off when serialize xml string

5 years ago[core] remember if a tag is parsed from CDATA
Seven Du [Sat, 16 Nov 2019 02:33:48 +0000 (10:33 +0800)] 
[core] remember if a tag is parsed from CDATA

5 years ago[core] log status code when queue event failure
Seven Du [Thu, 14 Nov 2019 04:34:57 +0000 (12:34 +0800)] 
[core] log status code when queue event failure

5 years ago[core] change No audio stun for a long time error to warning
Mike Jerris [Fri, 8 Nov 2019 16:48:25 +0000 (09:48 -0700)] 
[core] change No audio stun for a long time error to warning

5 years ago[Core] Fix dereference of null pointer in switch_ivr_originate and switch_ivr_enterpr...
Andrey Volk [Thu, 31 Oct 2019 20:05:40 +0000 (00:05 +0400)] 
[Core] Fix dereference of null pointer in switch_ivr_originate and switch_ivr_enterprise_originate causing crashes, add unit test.

5 years ago[Core] Database interface: fix potential crash in switch_cache_db_database_interface_...
Andrey Volk [Thu, 31 Oct 2019 17:39:50 +0000 (21:39 +0400)] 
[Core] Database interface: fix potential crash in switch_cache_db_database_interface_flush_handles, code cleanup.

5 years agoFS-11827: [Core] Fix regression in mod_managed due to the type name switch_core_db_ha...
Andrey Volk [Wed, 18 Sep 2019 22:01:11 +0000 (02:01 +0400)] 
FS-11827: [Core] Fix regression in mod_managed due to the type name switch_core_db_handle conflicting with the switch_core_db_handle macro

5 years agoFS-11827: [Core] Add feature allowing FreeSWITCH to store CORE DB (SQLite) fully...
Andrey Volk [Sun, 15 Sep 2019 19:56:04 +0000 (23:56 +0400)] 
FS-11827: [Core] Add feature allowing FreeSWITCH to store CORE DB (SQLite) fully in memory (core-db-dsn).

5 years ago[mod_sofia] Module load will fail if ext-rtp-ip or ext-sip-ip configuration param...
Andrey Volk [Tue, 29 Oct 2019 15:30:46 +0000 (19:30 +0400)] 
[mod_sofia] Module load will fail if ext-rtp-ip or ext-sip-ip configuration param is set as empty string.

5 years ago[core] support partial speech events
Seven Du [Fri, 11 Oct 2019 07:32:09 +0000 (15:32 +0800)] 
[core] support partial speech events

5 years ago[Core, mod_commands] Add switch_core_pool_stats API and pool_stats command with corre...
Andrey Volk [Wed, 25 Sep 2019 19:04:24 +0000 (23:04 +0400)] 
[Core, mod_commands] Add switch_core_pool_stats API and pool_stats command with corresponding --enable-pool-debug configure flag.

5 years ago[fs_cli] Fix unchecked tainted data.
Andrey Volk [Wed, 20 Nov 2019 07:38:27 +0000 (11:38 +0400)] 
[fs_cli] Fix unchecked tainted data.

5 years ago[core] fix copy and paste error
Seven Du [Sat, 16 Nov 2019 08:10:54 +0000 (16:10 +0800)] 
[core] fix copy and paste error

5 years ago[core] scan-build: switch_agc_feed() - Division by zero
Dragos Oancea [Thu, 14 Nov 2019 07:26:00 +0000 (07:26 +0000)] 
[core] scan-build: switch_agc_feed() - Division by zero

5 years ago[core] scan-build: Dead assignment. Value stored to 'p' is never read
Dragos Oancea [Thu, 14 Nov 2019 07:28:23 +0000 (07:28 +0000)] 
[core] scan-build: Dead assignment. Value stored to 'p' is never read

5 years ago[core] scan-build: audio_bridge_thread() - Dead assignment
Dragos Oancea [Thu, 14 Nov 2019 07:41:53 +0000 (07:41 +0000)] 
[core] scan-build: audio_bridge_thread() - Dead assignment

5 years ago[core] scan-build: switch_strftime_tz() - Dead assignment
Dragos Oancea [Thu, 14 Nov 2019 07:45:06 +0000 (07:45 +0000)] 
[core] scan-build: switch_strftime_tz() - Dead assignment

5 years ago[core] scan-build: video_bridge_thread() - Dereference of null pointer
Dragos Oancea [Thu, 14 Nov 2019 08:12:00 +0000 (08:12 +0000)] 
[core] scan-build: video_bridge_thread() - Dereference of null pointer

5 years ago[sofia-sip] Fix memory leak when a tcp connection gives POLLERR due to RST.
Andrey Volk [Fri, 8 Nov 2019 15:00:59 +0000 (19:00 +0400)] 
[sofia-sip] Fix memory leak when a tcp connection gives POLLERR due to RST.

5 years ago[sofia-sip] Fix memory leak when incomplete tls connection.
Andrey Volk [Tue, 8 Oct 2019 15:52:30 +0000 (19:52 +0400)] 
[sofia-sip] Fix memory leak when incomplete tls connection.

5 years ago[mod_voicemail] vm_fsdb_msg_email command leaks xml object.
Andrey Volk [Mon, 7 Oct 2019 19:47:35 +0000 (23:47 +0400)] 
[mod_voicemail] vm_fsdb_msg_email command leaks xml object.

5 years ago[mod_local_stream] Xml object is leaked on reload when cannot stop local_stream beein...
Andrey Volk [Mon, 7 Oct 2019 19:05:44 +0000 (23:05 +0400)] 
[mod_local_stream] Xml object is leaked on reload when cannot stop local_stream beeing in use.

5 years ago[mod_sofia] sofia_handle_sip_i_invite() leaks xml and event objects on acl_token...
Andrey Volk [Mon, 7 Oct 2019 18:37:33 +0000 (22:37 +0400)] 
[mod_sofia] sofia_handle_sip_i_invite() leaks xml and event objects on acl_token, sofia_reg_handle_sip_r_challenge() leaks xml object when a user does not have params.

5 years ago[mod_hiredis] Xml object is not freed on load.
Andrey Volk [Mon, 7 Oct 2019 16:54:52 +0000 (20:54 +0400)] 
[mod_hiredis] Xml object is not freed on load.

5 years ago[mod_distributor] Fix leak of xml object when no lists in config.
Andrey Volk [Mon, 7 Oct 2019 15:57:46 +0000 (19:57 +0400)] 
[mod_distributor] Fix leak of xml object when no lists in config.

5 years agoFS-11677: [mod_video_filter] fix memory leak and support replace read/write video...
Liyang [Wed, 6 Mar 2019 07:17:05 +0000 (15:17 +0800)] 
FS-11677: [mod_video_filter] fix memory leak and support replace read/write video of session with a bug

https://freeswitch.org/jira/browse/FS-11677

5 years agoFS-11677: [mod_video_filter] support api/app to replace the write video of session...
Liyang [Thu, 28 Feb 2019 11:24:13 +0000 (19:24 +0800)] 
FS-11677: [mod_video_filter] support api/app to replace the write video of session with a bug

https://freeswitch.org/jira/browse/FS-11677

5 years agoFS-11877 fix regression from FS-11773 27ce89a6a2a
Seven Du [Tue, 4 Jun 2019 13:17:00 +0000 (21:17 +0800)] 
FS-11877 fix regression from FS-11773 27ce89a6a2a

rename callID to sessionCallID since it breaks VC

5 years agoFS-11773 add callID to conference private event
Seven Du [Tue, 9 Apr 2019 13:11:11 +0000 (21:11 +0800)] 
FS-11773 add callID to conference private event

5 years agoFS-12048: [Core] Fix leak in SQLite (switch_cache_db_execute_sql2str) when queries...
Andrey Volk [Fri, 13 Sep 2019 16:28:38 +0000 (20:28 +0400)] 
FS-12048: [Core] Fix leak in SQLite (switch_cache_db_execute_sql2str) when queries return a NULL containing field which may result in high memory consumption.

5 years agoFS-12050: [Core] Fix DataBase Handle (DBH) cache logic
Andrey Volk [Thu, 12 Sep 2019 19:38:28 +0000 (23:38 +0400)] 
FS-12050: [Core] Fix DataBase Handle (DBH) cache logic

5 years agoFS-12058: [sofia-sip] Fix scan-build issues in su_alloc.c
Andrey Volk [Fri, 20 Sep 2019 17:41:46 +0000 (21:41 +0400)] 
FS-12058: [sofia-sip] Fix scan-build issues in su_alloc.c

5 years agoFS-12055: [mod_sofia] Fix leaks and release profile properly in general_event_handler...
Andrey Volk [Thu, 19 Sep 2019 18:21:30 +0000 (22:21 +0400)] 
FS-12055: [mod_sofia] Fix leaks and release profile properly in general_event_handler() and actual_sofia_presence_event_handler()

5 years agoFS-12057: [mod_conference] Fix video mute (use of uninitialized pointer)
Andrey Volk [Fri, 20 Sep 2019 16:02:32 +0000 (20:02 +0400)] 
FS-12057: [mod_conference] Fix video mute (use of uninitialized pointer)

5 years agoFS-12032 remove extra semi colon
Seven Du [Fri, 30 Aug 2019 12:58:17 +0000 (20:58 +0800)] 
FS-12032 remove extra semi colon