]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
5 years ago[Unit-tests] Fix switch_core_file test. 166/head
Andrey Volk [Thu, 5 Dec 2019 19:44:33 +0000 (23:44 +0400)] 
[Unit-tests] Fix switch_core_file test.

5 years ago[Core] Add PRE_CLOSED flag on file handle, add unit test.
Dragos Oancea [Thu, 21 Nov 2019 18:02:47 +0000 (18:02 +0000)] 
[Core] Add PRE_CLOSED flag on file handle, add unit test.

5 years agoMerge pull request #164 from lazedo/kazoo-create_ei_cnode
Andrey Volk [Wed, 4 Dec 2019 20:43:16 +0000 (00:43 +0400)] 
Merge pull request #164 from lazedo/kazoo-create_ei_cnode

[mod_kazoo] use globals hostname to create nodename in create_ei_cnode

5 years agoMerge pull request #165 from signalwire/crashonload
Andrey Volk [Wed, 4 Dec 2019 15:46:30 +0000 (19:46 +0400)] 
Merge pull request #165 from signalwire/crashonload

[Core] Fix wrong sqldb initialization order causing crash on load.

5 years ago[Core] Fix wrong sqldb initialization order causing crash on load. 165/head
Andrey Volk [Wed, 4 Dec 2019 15:32:46 +0000 (19:32 +0400)] 
[Core] Fix wrong sqldb initialization order causing crash on load.

5 years ago[mod_kazoo] use globals hostname to create nodename in create_ei_cnode 164/head
lazedo [Wed, 4 Dec 2019 05:58:08 +0000 (05:58 +0000)] 
[mod_kazoo] use globals hostname to create nodename in create_ei_cnode

5 years agoMerge pull request #162 from lazedo/kazoo-hostname-2
Andrey Volk [Tue, 3 Dec 2019 23:35:59 +0000 (03:35 +0400)] 
Merge pull request #162 from lazedo/kazoo-hostname-2

[mod_kazoo] add kz_set_hostname declaration

5 years ago[mod_kazoo] add kz_set_hostname declaration 162/head
lazedo [Tue, 3 Dec 2019 23:24:47 +0000 (23:24 +0000)] 
[mod_kazoo] add kz_set_hostname declaration

5 years agoMerge pull request #160 from lazedo/kazoo-hostname
Andrey Volk [Tue, 3 Dec 2019 22:19:42 +0000 (02:19 +0400)] 
Merge pull request #160 from lazedo/kazoo-hostname

[mod_kazoo] missing call to kz_set_hostname

5 years ago[mod_kazoo] missing call to kz_set_hostname 160/head
lazedo [Tue, 3 Dec 2019 21:45:15 +0000 (21:45 +0000)] 
[mod_kazoo] missing call to kz_set_hostname

5 years ago[Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml...
Andrey Volk [Wed, 27 Nov 2019 17:36:53 +0000 (21:36 +0400)] 
[Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml, switch_ivr_play_say tests.

5 years ago[Unit-tests] Fix test framework by telling sqldb to manage handles so they don't...
Andrey Volk [Tue, 26 Nov 2019 18:54:17 +0000 (22:54 +0400)] 
[Unit-tests] Fix test framework by telling sqldb to manage handles so they don't leak and are destroyed on shutdown.

5 years ago[Unit-tests] Fix xml error not finding freeswitch.xml on FST_MINCORE_BEGIN
Andrey Volk [Thu, 21 Nov 2019 21:14:12 +0000 (01:14 +0400)] 
[Unit-tests] Fix xml error not finding freeswitch.xml on FST_MINCORE_BEGIN

5 years ago[mod_callcenter] Adding SAF_SUPPORT_NOMEDIA to callcenter_track since we don't need...
Ítalo Rossi [Mon, 25 Nov 2019 21:33:12 +0000 (18:33 -0300)] 
[mod_callcenter] Adding SAF_SUPPORT_NOMEDIA to callcenter_track since we don't need media up for it. Also, a small fix to make it compile on OSX.

5 years ago[Unit-tests] Fix test framework leaking on successful checks under setup or teardown...
Andrey Volk [Sat, 23 Nov 2019 23:59:54 +0000 (03:59 +0400)] 
[Unit-tests] Fix test framework leaking on successful checks under setup or teardown mode. Failed checks in these modes are noted and then freed, but not when passed.

5 years agoMerge pull request #134 from signalwire/drone
Andrey Volk [Mon, 25 Nov 2019 19:54:14 +0000 (23:54 +0400)] 
Merge pull request #134 from signalwire/drone

Add unit-tests automation to Drone CI

5 years agoAdd unit-tests automation to Drone CI 134/head
Andrey Volk [Thu, 21 Nov 2019 18:43:28 +0000 (22:43 +0400)] 
Add unit-tests automation to Drone CI

5 years ago[mod_test] Fix OSX build
Andrey Volk [Thu, 14 Nov 2019 18:14:47 +0000 (22:14 +0400)] 
[mod_test] Fix OSX build

5 years ago[core] fix test case
Seven Du [Sun, 13 Oct 2019 11:19:35 +0000 (19:19 +0800)] 
[core] fix test case

5 years ago[core] fix shutdown crash when core running with MINIMAL flag
Seven Du [Sun, 13 Oct 2019 11:06:30 +0000 (19:06 +0800)] 
[core] fix shutdown crash when core running with MINIMAL flag

5 years agoMerge pull request #91 from lazedo/event-channel-debug
Andrey Volk [Fri, 15 Nov 2019 19:37:36 +0000 (23:37 +0400)] 
Merge pull request #91 from lazedo/event-channel-debug

[core] allow event-channel debugging & single delivery

5 years ago[mod_event_socket] Fix "Listener session is null" problem - regression from previous...
Andrey Volk [Wed, 13 Nov 2019 13:56:57 +0000 (17:56 +0400)] 
[mod_event_socket] Fix "Listener session is null" problem - regression from previous commit to the mod.

5 years ago[mod_avmd] Unlock and close session if adding a media bug fails
Piotr Gregor [Tue, 12 Nov 2019 17:29:29 +0000 (17:29 +0000)] 
[mod_avmd] Unlock and close session if adding a media bug fails

5 years ago[core] Do not try to close a file handle if it's not SWITCH_FILE_OPEN, return SWITCH_...
Dragos Oancea [Mon, 11 Nov 2019 23:18:23 +0000 (23:18 +0000)] 
[core] Do not try to close a file handle if it's not SWITCH_FILE_OPEN, return SWITCH_STATUS_FALSE instead

5 years agoMerge pull request #117 from lazedo/kazoo-ctx
Andrey Volk [Mon, 11 Nov 2019 21:25:14 +0000 (01:25 +0400)] 
Merge pull request #117 from lazedo/kazoo-ctx

[mod_kazoo] recurse context runtime vars

5 years ago[mod_tts_commandline, mod_sndfile] fix crash on file not found
Dragos Oancea [Mon, 11 Nov 2019 19:02:21 +0000 (19:02 +0000)] 
[mod_tts_commandline, mod_sndfile] fix crash on file not found

5 years ago[mod_event_socket] Add null pointer checks on listener session and socket
Vallimamod Abdullah [Mon, 11 Nov 2019 18:58:18 +0000 (19:58 +0100)] 
[mod_event_socket] Add null pointer checks on listener session and socket

5 years ago[mod_kazoo] recurse context runtime vars 117/head
lazedo [Mon, 11 Nov 2019 18:09:26 +0000 (18:09 +0000)] 
[mod_kazoo] recurse context runtime vars

5 years ago[mod_callcenter] Unreserve callcenter events when config errors loading
Areski Belaid [Mon, 11 Nov 2019 16:23:20 +0000 (17:23 +0100)] 
[mod_callcenter] Unreserve callcenter events when config errors loading

5 years agoMerge pull request #64 from cdosoftei/amqp-reconnect
Andrey Volk [Mon, 11 Nov 2019 16:11:59 +0000 (20:11 +0400)] 
Merge pull request #64 from cdosoftei/amqp-reconnect

[mod_amqp] open logging and produced connections from within their threads

5 years agoMerge pull request #71 from cdosoftei/amqp-queue-properties
Andrey Volk [Mon, 11 Nov 2019 16:11:30 +0000 (20:11 +0400)] 
Merge pull request #71 from cdosoftei/amqp-queue-properties

[mod_amqp] configurable commands queue properties

5 years agoMerge pull request #112 from lazedo/kazoo-cfw
Andrey Volk [Fri, 8 Nov 2019 14:10:32 +0000 (18:10 +0400)] 
Merge pull request #112 from lazedo/kazoo-cfw

[mod_kazoo] add kz-endpoint-runtime-context

5 years ago[mod_kazoo] add kz-endpoint-runtime-context 112/head
lazedo [Thu, 7 Nov 2019 22:42:28 +0000 (22:42 +0000)] 
[mod_kazoo] add kz-endpoint-runtime-context

5 years agoMerge pull request #90 from lazedo/k-header
Andrey Volk [Thu, 31 Oct 2019 16:50:05 +0000 (20:50 +0400)] 
Merge pull request #90 from lazedo/k-header

[mod_sofia] add K- to prefixes that create a sip_h_ variable

5 years agoMerge pull request #89 from lazedo/sofia-auth-query
Andrey Volk [Thu, 31 Oct 2019 16:33:55 +0000 (20:33 +0400)] 
Merge pull request #89 from lazedo/sofia-auth-query

[mod_sofia] add existing variables when locating user

5 years agoMerge pull request #86 from lazedo/kazoo-updates
Andrey Volk [Thu, 31 Oct 2019 16:30:39 +0000 (20:30 +0400)] 
Merge pull request #86 from lazedo/kazoo-updates

[mod_kazoo] several fixes & code cleanup

5 years ago[core] allow event-channel debugging & single delivery 91/head
lazedo [Thu, 31 Oct 2019 12:41:47 +0000 (12:41 +0000)] 
[core] allow event-channel debugging & single delivery

5 years ago[mod_sofia] add K- to prefixes that create a sip_h_ variable 90/head
lazedo [Thu, 31 Oct 2019 12:27:21 +0000 (12:27 +0000)] 
[mod_sofia] add K- to prefixes that create a sip_h_ variable

used by sip tracing tools and not to confuse with application (X-) or (P-)

5 years ago[mod_sofia] add existing variables when locating user 89/head
lazedo [Thu, 31 Oct 2019 12:20:33 +0000 (12:20 +0000)] 
[mod_sofia] add existing variables when locating user

5 years ago[mod_kazoo] several fixes & code cleanup 86/head
lazedo [Thu, 31 Oct 2019 10:34:40 +0000 (10:34 +0000)] 
[mod_kazoo] several fixes & code cleanup

5 years agoswigall
Andrey Volk [Wed, 30 Oct 2019 17:25:47 +0000 (17:25 +0000)] 
swigall

5 years ago[core] Update switch_ivr_bridge_bleg to skip audio bridge during transfer
Chris Rienzo [Wed, 23 Oct 2019 20:37:55 +0000 (16:37 -0400)] 
[core] Update switch_ivr_bridge_bleg to skip audio bridge during transfer

5 years ago[Core] Make switch_ivr_orig_and_bridge function return status and a cause.
Seven Du [Wed, 30 Oct 2019 12:03:43 +0000 (20:03 +0800)] 
[Core] Make switch_ivr_orig_and_bridge function return status and a cause.

5 years ago[mod_sndfile] don't force channels and sample rate with .raw extension
Dragos Oancea [Tue, 29 Oct 2019 17:47:22 +0000 (17:47 +0000)] 
[mod_sndfile] don't force channels and sample rate with .raw extension

5 years agoMerge pull request #72 from andywolk/verto
Andrey Volk [Thu, 24 Oct 2019 22:10:27 +0000 (02:10 +0400)] 
Merge pull request #72 from andywolk/verto

[mod_verto] Ignore not just zero but negative frame size as well.

5 years agoMerge pull request #73 from signalwire/osx-catalina-build
Andrey Volk [Wed, 23 Oct 2019 20:37:07 +0000 (00:37 +0400)] 
Merge pull request #73 from signalwire/osx-catalina-build

[build] fix libvpx osx build detection on newer compilers and osx versions so we use sse extensions on newer versions

5 years ago[build] fix libvpx osx build detection on newer compilers and osx versions so we... 73/head
Mike Jerris [Wed, 23 Oct 2019 19:54:09 +0000 (13:54 -0600)] 
[build] fix libvpx osx build detection on newer compilers and osx versions so we use sse extensions on newer versions

5 years ago[mod_verto] Ignore not just zero but negative frame size as well. 72/head
Andrey Volk [Wed, 23 Oct 2019 19:03:18 +0000 (23:03 +0400)] 
[mod_verto] Ignore not just zero but negative frame size as well.

5 years agoMerge pull request #70 from signalwire/osx-catalina-build
Andrey Volk [Tue, 22 Oct 2019 23:18:54 +0000 (03:18 +0400)] 
Merge pull request #70 from signalwire/osx-catalina-build

[build] OSX Catalina configure does not support --extra-cflags and fix broken compiler option test for -Wno-extended-offsetof that was used to fix older osx clang issue

5 years ago[mod_amqp] configurable commands queue properties 71/head
cdosoftei [Tue, 22 Oct 2019 19:22:00 +0000 (15:22 -0400)] 
[mod_amqp] configurable commands queue properties

5 years ago[build] OSX Catalina configure does not support --extra-cflags and fix broken compile... 70/head
Mike Jerris [Tue, 22 Oct 2019 16:24:14 +0000 (10:24 -0600)] 
[build] OSX Catalina configure does not support --extra-cflags and fix broken compiler option test for -Wno-extended-offsetof that was used to fix older osx clang issue

5 years ago[mod_amqp] open logging and produced connections from within their respective threads 64/head
cdosoftei [Thu, 17 Oct 2019 19:38:38 +0000 (15:38 -0400)] 
[mod_amqp] open logging and produced connections from within their respective threads

5 years agoMerge pull request #61 from cdosoftei/amqp-heartbeat
Andrey Volk [Tue, 15 Oct 2019 16:44:53 +0000 (20:44 +0400)] 
Merge pull request #61 from cdosoftei/amqp-heartbeat

[mod_amqp] Properly parse out heartbeat parameter

5 years ago[mod_amqp] Properly parse out heartbeat parameter 61/head
cdosoftei [Tue, 15 Oct 2019 16:37:47 +0000 (12:37 -0400)] 
[mod_amqp] Properly parse out heartbeat parameter

5 years ago[Docs] Rename Docker README to README.md, so github recognizes that it as a Markdown...
Pelle Mattsson [Sun, 13 Oct 2019 17:46:37 +0000 (19:46 +0200)] 
[Docs] Rename Docker README to README.md, so github recognizes that it as a Markdown file and update the git url in it

5 years ago[Core] Disable msrp by default, only enable when listen-port or listen-ssl-port confi...
Ciprian [Sun, 13 Oct 2019 17:27:58 +0000 (13:27 -0400)] 
[Core] Disable msrp by default, only enable when listen-port or listen-ssl-port config params configured in msrp.conf

5 years agoMerge pull request #56 from lazedo/patch-1
Andrey Volk [Sun, 13 Oct 2019 16:29:34 +0000 (20:29 +0400)] 
Merge pull request #56 from lazedo/patch-1

[mod_kazoo] fix xml leak when event-filter is not available

5 years ago[mod_kazoo] fix xml leak when event-filter is not available 56/head
lazedo [Sun, 13 Oct 2019 11:21:22 +0000 (12:21 +0100)] 
[mod_kazoo] fix xml leak when event-filter is not available

5 years agoMerge pull request #28 from signalwire/fixup-stash-url
Andrey Volk [Sat, 12 Oct 2019 21:38:02 +0000 (01:38 +0400)] 
Merge pull request #28 from signalwire/fixup-stash-url

[build/docs] point all old stash references in docs and makefiles to new github repository

5 years agoMerge pull request #32 from cdosoftei/php7-esl
Andrey Volk [Sat, 12 Oct 2019 20:51:31 +0000 (00:51 +0400)] 
Merge pull request #32 from cdosoftei/php7-esl

ESL adjustments for PHP 7+

5 years agoMerge pull request #44 from micmac1/master-fs_cli_typo
Andrey Volk [Sat, 12 Oct 2019 20:49:08 +0000 (00:49 +0400)] 
Merge pull request #44 from micmac1/master-fs_cli_typo

[fs_cli] Fix typo, resolves garbled screen

5 years agoMerge pull request #45 from micmac1/master-memleak-multicast
Andrey Volk [Sat, 12 Oct 2019 20:45:59 +0000 (00:45 +0400)] 
Merge pull request #45 from micmac1/master-memleak-multicast

[mod_event_multicast] Fix memory leak

5 years agoMerge pull request #50 from bircoph/master
Andrey Volk [Sat, 12 Oct 2019 20:41:51 +0000 (00:41 +0400)] 
Merge pull request #50 from bircoph/master

Add support for the Elbrus architecture

5 years ago[fs_cli] Fix typo, resolves garbled screen 44/head
Sebastian Kemper [Wed, 9 Oct 2019 17:05:37 +0000 (19:05 +0200)] 
[fs_cli] Fix typo, resolves garbled screen

Related to FS-11309.

Commit bc3e1c9e7de1855eec454bba467fd2586e5e251b introduced a typo that
results in EL_REFRESH never being used, even if available. This can
cause the screen to garble.

This fixes the typo.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
5 years ago[mod_event_multicast] Fix memory leak 45/head
Sebastian Kemper [Wed, 9 Oct 2019 17:10:26 +0000 (19:10 +0200)] 
[mod_event_multicast] Fix memory leak

Taken from FS-11193:

In "event_handler()" function, when encrypting data using openssl 1.1.0,
the context ctx is allocated by "EVP_CIPHER_CTX_new()", then data is
encrypted, and at the end, EVP_CIPHER_CTX_cleanup is called. This
function resets the context (the function itself is deprecated, and has
been renamed to "EVP_CIPHER_CTX_reset) so that it can be used again. The
correct call would be to "EVP_CIPHER_CTX_free()", which frees the
memory. The code for openssl 1.0 is OK, since the "ctx" struct is kept
in stack.  The same thing happens during decryption. "ctx" is allocated,
but never freed.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
5 years agoMerge pull request #48 from crienzo/fix-grammar-in-mod_sofia
Andrey Volk [Thu, 10 Oct 2019 16:34:21 +0000 (20:34 +0400)] 
Merge pull request #48 from crienzo/fix-grammar-in-mod_sofia

[mod_sofia] Fix some incorrect word contractions.

5 years ago[mod_sofia] Fix some incorrect word contractions. 48/head
Chris Rienzo [Wed, 9 Oct 2019 23:31:45 +0000 (19:31 -0400)] 
[mod_sofia] Fix some incorrect word contractions.

5 years agoAdd support for the Elbrus architecture 50/head
Andrew Savchenko [Thu, 10 Oct 2019 13:20:12 +0000 (16:20 +0300)] 
Add support for the Elbrus architecture

The Elbrus architecture (aka E2K, aka 2000) is LE.

Signed-off-by: Andrew Savchenko <bircoph@altlinux.org>
5 years agoESL adjustments for PHP 7+ 32/head
cdosoftei [Wed, 2 Oct 2019 18:05:58 +0000 (14:05 -0400)] 
ESL adjustments for PHP 7+

5 years agoMerge pull request #30 from mitchcapper/bug_29_slack_join_link_broken_fix_pr
Andrey Volk [Tue, 1 Oct 2019 21:49:04 +0000 (01:49 +0400)] 
Merge pull request #30 from mitchcapper/bug_29_slack_join_link_broken_fix_pr

Updated slack community link to the current (working) join link as old one expired. Closes #29

5 years agoUpdated slack community link to the current (working) join link as old one expired... 30/head
Mitch Capper [Tue, 1 Oct 2019 21:25:31 +0000 (14:25 -0700)] 
Updated slack community link to the current (working) join link as old one expired. Closes #29

5 years ago[build/docs] point all old stash references in docs and makefiles to new github repos... 28/head
Mike Jerris [Tue, 1 Oct 2019 15:57:25 +0000 (09:57 -0600)] 
[build/docs] point all old stash references in docs and makefiles to new github repository

5 years agoMerge pull request #27 from andywolk/mod_av_crash
Andrey Volk [Tue, 1 Oct 2019 15:37:12 +0000 (19:37 +0400)] 
Merge pull request #27 from andywolk/mod_av_crash

[mod_av] Fix crash on `av show codecs` and `av show formats`.

5 years agoMerge pull request #26 from dvillaume/patch-1
Andrey Volk [Tue, 1 Oct 2019 15:18:14 +0000 (19:18 +0400)] 
Merge pull request #26 from dvillaume/patch-1

[mod_say_fr] Fix "10" not playing in French.

5 years ago[mod_say_fr] Fix "10" not playing in French. 26/head
David VILLAUME [Tue, 1 Oct 2019 15:07:29 +0000 (17:07 +0200)] 
[mod_say_fr] Fix "10" not playing in French.

5 years ago[mod_av] Fix crash on `av show codecs` and `av show formats`. 27/head
Andrey Volk [Tue, 1 Oct 2019 08:14:56 +0000 (12:14 +0400)] 
[mod_av] Fix crash on `av show codecs` and `av show formats`.

5 years agoMerge pull request #20 from signalwire/readme4
Anthony Minessale [Thu, 26 Sep 2019 23:43:05 +0000 (18:43 -0500)] 
Merge pull request #20 from signalwire/readme4

Add initial README.md

5 years agoAdd initial README.md 20/head
Andrey Volk [Tue, 24 Sep 2019 18:14:35 +0000 (22:14 +0400)] 
Add initial README.md

5 years agoMerge pull request #1803 in FS/freeswitch from bugfix/FS-12025-freeswitch-crashes...
Andrey Volk [Tue, 17 Sep 2019 16:03:50 +0000 (11:03 -0500)] 
Merge pull request #1803 in FS/freeswitch from bugfix/FS-12025-freeswitch-crashes-on-reloadxml-when-spandsp-tone-detection-is-running to master

* commit 'd45e9df88349a26a18426fd98409845316d131fb':
  FS-12025: [mod_spandsp] FreeSWITCH crashes on reloadxml when spandsp tone detection is running.

5 years agoMerge pull request #1746 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-11917 to master
Andrey Volk [Tue, 17 Sep 2019 08:32:08 +0000 (03:32 -0500)] 
Merge pull request #1746 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-11917 to master

* commit '6704d3aabeacdfa9a652f700379b072b6166f5a0':
  FS-11917: [mod_event_socket] Added error logging if cannot parse IP address

5 years agoFS-11917: [mod_event_socket] Added error logging if cannot parse IP address
Sergey Safarov [Mon, 8 Jul 2019 11:19:03 +0000 (14:19 +0300)] 
FS-11917: [mod_event_socket] Added error logging if cannot parse IP address

5 years agoMerge pull request #1813 in FS/freeswitch from bugfix/FS-12042-sofia-sip-fix-leaks...
Andrey Volk [Mon, 9 Sep 2019 18:27:39 +0000 (13:27 -0500)] 
Merge pull request #1813 in FS/freeswitch from bugfix/FS-12042-sofia-sip-fix-leaks-in-stun-and-a-typo-in-sresolv to master

* commit '583bf0441d8d6730d4570cad9cc6f93d3c955394':
  FS-12042: [sofia-sip] Fix typo in sresolv.

5 years agoFS-12042: [sofia-sip] Fix typo in sresolv.
Andrey Volk [Mon, 9 Sep 2019 16:48:13 +0000 (20:48 +0400)] 
FS-12042: [sofia-sip] Fix typo in sresolv.

5 years agoMerge pull request #1812 in FS/freeswitch from bugfix/FS-12041-core-fix-memory-leak...
Andrey Volk [Fri, 6 Sep 2019 23:37:04 +0000 (18:37 -0500)] 
Merge pull request #1812 in FS/freeswitch from bugfix/FS-12041-core-fix-memory-leak-on-msrp-shutdown to master

* commit '70831a7140343cd4bf9ae76337458a0644dde103':
  FS-12041: [Core] Fix memory leak on msrp shutdown

5 years agoFS-12041: [Core] Fix memory leak on msrp shutdown
Andrey Volk [Fri, 6 Sep 2019 23:10:20 +0000 (03:10 +0400)] 
FS-12041: [Core] Fix memory leak on msrp shutdown

5 years agoMerge pull request #1809 in FS/freeswitch from sofia-leak to master
Andrey Volk [Fri, 6 Sep 2019 16:28:31 +0000 (11:28 -0500)] 
Merge pull request #1809 in FS/freeswitch from sofia-leak to master

* commit '20a893fd0683de64353ee2c111aa9c61a867886d':
  FS-12038: [mod_sofia, core] Fix potential leak and race in chat_hash, add switch_core_hash_insert_auto_free().

5 years agoFS-12038: [mod_sofia, core] Fix potential leak and race in chat_hash, add switch_core...
Andrey Volk [Fri, 6 Sep 2019 13:02:52 +0000 (17:02 +0400)] 
FS-12038: [mod_sofia, core] Fix potential leak and race in chat_hash, add switch_core_hash_insert_auto_free().

5 years agoMerge pull request #1811 in FS/freeswitch from bugfix/FS-12040-mod_sofia-fix-potentia...
Christopher Rienzo [Fri, 6 Sep 2019 14:37:37 +0000 (09:37 -0500)] 
Merge pull request #1811 in FS/freeswitch from bugfix/FS-12040-mod_sofia-fix-potential-leak-if-realloc-fails to master

* commit '7ee53a6ec1753204d5f17e1f7d2b9429b8ab1342':
  FS-12040: [mod_sofia] Fix potential leak if realloc fails.

5 years agoFS-12040: [mod_sofia] Fix potential leak if realloc fails.
Andrey Volk [Fri, 6 Sep 2019 14:01:55 +0000 (18:01 +0400)] 
FS-12040: [mod_sofia] Fix potential leak if realloc fails.

5 years agoMerge pull request #1810 in FS/freeswitch from bugfix/FS-12039-core-fix-memory-leak...
Christopher Rienzo [Fri, 6 Sep 2019 13:54:54 +0000 (08:54 -0500)] 
Merge pull request #1810 in FS/freeswitch from bugfix/FS-12039-core-fix-memory-leak-on-ssl-shutdown to master

* commit 'f00d285b5eef6c697ba8bc3ecfde82fc7c2dba65':
  FS-12039: [Core] Fix memory leak on ssl shutdown.

5 years agoFS-12039: [Core] Fix memory leak on ssl shutdown.
Andrey Volk [Fri, 6 Sep 2019 13:50:16 +0000 (17:50 +0400)] 
FS-12039: [Core] Fix memory leak on ssl shutdown.

5 years agoMerge pull request #1244 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos...
Andrey Volk [Thu, 5 Sep 2019 17:24:23 +0000 (12:24 -0500)] 
Merge pull request #1244 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:fix/FS-10191/disable_video_floor_event_for_audio to master

* commit '4d4afbeb5d9a6aa2d8fced093aeba9b27c1e5623':
  FS-10191: don't send "video-floor-change" event for audio-only conference

5 years agoFS-12025: [mod_spandsp] FreeSWITCH crashes on reloadxml when spandsp tone detection...
Andrey Volk [Fri, 23 Aug 2019 08:16:22 +0000 (12:16 +0400)] 
FS-12025: [mod_spandsp] FreeSWITCH crashes on reloadxml when spandsp tone detection is running.

5 years agoFS-10191: don't send "video-floor-change" event for audio-only conference
Dragos Oancea [Tue, 28 Mar 2017 13:50:22 +0000 (14:50 +0100)] 
FS-10191: don't send "video-floor-change" event for audio-only conference

5 years agoMerge pull request #1802 in FS/freeswitch from ~ITALOROSSI/freeswitch:feature/FS...
Andrey Volk [Tue, 27 Aug 2019 17:30:43 +0000 (12:30 -0500)] 
Merge pull request #1802 in FS/freeswitch from ~ITALOROSSI/freeswitch:feature/FS-12022 to master

* commit '759783532dc7c34b4f8ab27e63438a350bfbc256':
  FS-12022: [mod_event_socket] Add Job-Owner-UUID with session uuid when using bgapi inside outbound socket

5 years agoMerge pull request #1805 in FS/freeswitch from bugfix/FS-11995-err-mod_fifo.c-4398...
Andrey Volk [Tue, 27 Aug 2019 15:06:12 +0000 (10:06 -0500)] 
Merge pull request #1805 in FS/freeswitch from bugfix/FS-11995-err-mod_fifo.c-4398-odbc-is-not-available to master

* commit 'fd2f12cf94c4445843a299ef8b87ce2d15d77072':
  FS-11995: [mod_fifo, mod_directory] Fix database availability check.

5 years agoMerge pull request #1804 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
Christopher Rienzo [Tue, 27 Aug 2019 13:27:05 +0000 (08:27 -0500)] 
Merge pull request #1804 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-12026 to master

* commit 'aaacaa19deb6ef764acdfabefb625f3ddc4e2324':
  FS-12026 [mod_http_cache] fix multichannel file download and play
  FS-12026 [mod_httapi] fix multichannel file download and play

5 years agoFS-12026 [mod_http_cache] fix multichannel file download and play
Dragos Oancea [Tue, 27 Aug 2019 11:30:05 +0000 (11:30 +0000)] 
FS-12026 [mod_http_cache] fix multichannel file download and play

5 years agoFS-12026 [mod_httapi] fix multichannel file download and play
Dragos Oancea [Tue, 27 Aug 2019 11:28:51 +0000 (11:28 +0000)] 
FS-12026 [mod_httapi] fix multichannel file download and play

5 years agoMerge pull request #1793 in FS/freeswitch from ~INFOMIND/freeswitch:bugfix/FS-11993...
Andrey Volk [Mon, 26 Aug 2019 22:09:12 +0000 (17:09 -0500)] 
Merge pull request #1793 in FS/freeswitch from ~INFOMIND/freeswitch:bugfix/FS-11993-fix-gcc-errors-when-building-on-rpi4-buster to master

* commit '7a4a988dcbc39c89b5cdfaacc514cfb1c4748197':
  FS-11993 [mod_http_cache][mod_smpp] fix gcc errors when building on rpi4 buster (strncpy to snprintf)