]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
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.
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
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
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
cdosoftei [Tue, 15 Oct 2019 16:37:47 +0000 (12:37 -0400)]
[mod_amqp] Properly parse out heartbeat parameter
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
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
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
lazedo [Sun, 13 Oct 2019 11:21:22 +0000 (12:21 +0100)]
[mod_kazoo] fix xml leak when event-filter is not available
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
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+
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
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
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
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>
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>
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.
Chris Rienzo [Wed, 9 Oct 2019 23:31:45 +0000 (19:31 -0400)]
[mod_sofia] Fix some incorrect word contractions.
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>
cdosoftei [Wed, 2 Oct 2019 18:05:58 +0000 (14:05 -0400)]
ESL adjustments for PHP 7+
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
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
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
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`.
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.
David VILLAUME [Tue, 1 Oct 2019 15:07:29 +0000 (17:07 +0200)]
[mod_say_fr] Fix "10" not playing in French.
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`.
Anthony Minessale [Thu, 26 Sep 2019 23:43:05 +0000 (18:43 -0500)]
Merge pull request #20 from signalwire/readme4
Add initial README.md
Andrey Volk [Tue, 24 Sep 2019 18:14:35 +0000 (22:14 +0400)]
Add initial README.md
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.
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
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
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.
Andrey Volk [Mon, 9 Sep 2019 16:48:13 +0000 (20:48 +0400)]
FS-12042: [sofia-sip] Fix typo in sresolv.
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
Andrey Volk [Fri, 6 Sep 2019 23:10:20 +0000 (03:10 +0400)]
FS-12041: [Core] Fix memory leak on msrp shutdown
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().
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().
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.
Andrey Volk [Fri, 6 Sep 2019 14:01:55 +0000 (18:01 +0400)]
FS-12040: [mod_sofia] Fix potential leak if realloc fails.
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.
Andrey Volk [Fri, 6 Sep 2019 13:50:16 +0000 (17:50 +0400)]
FS-12039: [Core] Fix memory leak on ssl shutdown.
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
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.
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
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
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.
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
Dragos Oancea [Tue, 27 Aug 2019 11:30:05 +0000 (11:30 +0000)]
FS-12026 [mod_http_cache] 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
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)
Andrey Volk [Mon, 26 Aug 2019 21:13:10 +0000 (01:13 +0400)]
FS-11995: [mod_fifo, mod_directory] Fix database availability check.
David Grant [Tue, 13 Aug 2019 18:44:26 +0000 (13:44 -0500)]
FS-11993 [mod_http_cache][mod_smpp] fix gcc errors when building on rpi4 buster (strncpy to snprintf)
FS-11993 [mod_http_cache][mod_smpp] fix gcc errors when building on rpi4 buster (strncpy to snprintf)
Ítalo Rossi [Thu, 22 Aug 2019 19:35:34 +0000 (16:35 -0300)]
FS-12022: [mod_event_socket] Add Job-Owner-UUID with session uuid when using bgapi inside outbound socket
Mike Jerris [Thu, 22 Aug 2019 16:40:39 +0000 (10:40 -0600)]
FS-12021: [mod_signalwire] Remove ascii art on mod_signalwire token line
Andrey Volk [Tue, 20 Aug 2019 19:37:49 +0000 (23:37 +0400)]
version bump
Andrey Volk [Tue, 20 Aug 2019 15:23:38 +0000 (10:23 -0500)]
Merge pull request #1800 in FS/freeswitch from bugfix/FS-12001-mod_callcenter-can-t-use-mod_mariadb-with-mysql-due-to-keyword-on-table-schema to master
* commit '
71b0ab24b1af10477369047149b158579b31016b ':
FS-12001: [mod_callcenter] Workaround issues with renaming tables and columns in SQLite version prior to 2019-02-07 (3.27.0).
Andrey Volk [Tue, 20 Aug 2019 14:39:01 +0000 (18:39 +0400)]
FS-12001: [mod_callcenter] Workaround issues with renaming tables and columns in SQLite version prior to 2019-02-07 (3.27.0).
Andrey Volk [Mon, 19 Aug 2019 23:24:52 +0000 (18:24 -0500)]
Merge pull request #1799 in FS/freeswitch from sofia-sip-cleanup to master
* commit '
f93445a38c533a4349d3f466380b7625dd7d6243 ':
FS-12010: [sofia-sip] Fix improper cleanup on su_deinit().
Andrey Volk [Mon, 19 Aug 2019 20:39:25 +0000 (00:39 +0400)]
FS-12010: [sofia-sip] Fix improper cleanup on su_deinit().
Andrey Volk [Sun, 18 Aug 2019 13:23:03 +0000 (17:23 +0400)]
FS-12010: [mod_sofia, mod_valet_parking, mod_enum] Fix memory leaks on FreeSWITCH shutdown.
Seven Du [Sat, 17 Aug 2019 02:50:03 +0000 (10:50 +0800)]
FS-12007 fix leak
Mike Jerris [Mon, 19 Aug 2019 18:37:47 +0000 (13:37 -0500)]
Merge pull request #1798 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-12008 to master
* commit '
797216fcc04efd05c0d45b33a4269bd1d8e118ff ':
FS-12008: special case G722 - fix rate passed to switch_core_codec_init()
Dragos Oancea [Mon, 19 Aug 2019 18:31:10 +0000 (18:31 +0000)]
FS-12008: special case G722 - fix rate passed to switch_core_codec_init()
Mike Jerris [Mon, 19 Aug 2019 17:37:15 +0000 (12:37 -0500)]
Merge pull request #1797 in FS/freeswitch from bugfix/FS-11981-freeswitch-crash-any-time-in-switch_timer.c-when-high-throughput to master
* commit '
48b8fa5864548322944bdcdad0671ffbdc32cffb ':
FS-11981: [Core] Fix FreeSWITCH crash when timerfd is initialized with an error.
Andrey Volk [Mon, 19 Aug 2019 17:35:23 +0000 (21:35 +0400)]
FS-11981: [Core] Fix FreeSWITCH crash when timerfd is initialized with an error.
Andrey Volk [Thu, 15 Aug 2019 12:59:06 +0000 (07:59 -0500)]
Merge pull request #1795 in FS/freeswitch from ~FERNANDOJDK/freeswitch:bugfix/FS-12001-mod_callcenter-can-t-use-mod_mariadb-with-mysql-due-to-keyword-on-table-schema to master
* commit '
d3487dcc3904a8093a7981c0ec5ff57225f5a397 ':
FS-12001: [mod_callcenter] Renamed column name from 'system' to 'instance_id' to make mod_callcenter work with MySQL through mod_mariadb
Fernando S Santos [Wed, 14 Aug 2019 14:28:37 +0000 (11:28 -0300)]
FS-12001: [mod_callcenter] Renamed column name from 'system' to 'instance_id' to make mod_callcenter work with MySQL through mod_mariadb
Andrey Volk [Fri, 9 Aug 2019 09:39:44 +0000 (13:39 +0400)]
FS-11987: [sofia-sip] Extract URI from info param of SIP Identity Header
- allow for a spaces between "info=" and opening '<'
- extract URI from inside "<>" but allow empty - let the higher level app decide what to do about it
- replace strndup (does not exist on Windows) with memcpy
Mike Jerris [Mon, 12 Aug 2019 17:01:50 +0000 (12:01 -0500)]
Merge pull request #1792 in FS/freeswitch from bugfix/FS-11998-fix-improper-json_api-module-unload to master
* commit '
822c0b07bad06e824e189af00057770e27225c7f ':
FS-11998: [Core] Fix improper json_api module unload
Andrey Volk [Mon, 12 Aug 2019 17:00:20 +0000 (21:00 +0400)]
FS-11998: [Core] Fix improper json_api module unload
Christopher Rienzo [Sat, 10 Aug 2019 16:43:48 +0000 (11:43 -0500)]
Merge pull request #1791 in FS/freeswitch from bugfix/FS-11991-mod_mariadb-err-when-start-freeswitch to master
* commit '
9520f8e1115dee31c0221967191079a3b01d02c6 ':
FS-11991: [Core] Fix bug in the database module interface preventing tables from being created when no drop_sql
Andrey Volk [Sat, 10 Aug 2019 16:39:57 +0000 (20:39 +0400)]
FS-11991: [Core] Fix bug in the database module interface preventing tables from being created when no drop_sql
Andrey Volk [Sat, 10 Aug 2019 09:01:04 +0000 (04:01 -0500)]
Merge pull request #1790 in FS/freeswitch from bugfix/FS-11989-regression-when-using-mod_mariadb-and-lua-mod_nibblebill to master
* commit '
f74036cd1ce429fd7e6a822aa7901b5e8e3ba2e9 ':
FS-11989: [Core] Fix database module interface not returning statuses of some operations.
Andrey Volk [Fri, 9 Aug 2019 22:01:33 +0000 (02:01 +0400)]
FS-11989: [Core] Fix database module interface not returning statuses of some operations.
Piotr Gregor [Thu, 1 Aug 2019 20:03:41 +0000 (21:03 +0100)]
FS-11987: [sofia-sip] Add SIPTAG_IDENTITY_STR and sofia-sip Identity Header handling
Andrey Volk [Mon, 5 Aug 2019 23:37:22 +0000 (03:37 +0400)]
version bump
Christopher Rienzo [Mon, 5 Aug 2019 15:44:20 +0000 (10:44 -0500)]
Merge pull request #1786 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11982 to master
* commit '
88448ebfba4e8e027d86c66ae0c1872b4babc7c8 ':
FS-11982 [mod_kazoo] add expand-headers-on-fetch
lazedo [Mon, 5 Aug 2019 15:40:42 +0000 (15:40 +0000)]
FS-11982 [mod_kazoo] add expand-headers-on-fetch
Christopher Rienzo [Sun, 4 Aug 2019 13:30:27 +0000 (08:30 -0500)]
Merge pull request #1784 in FS/freeswitch from ~INFOMIND/freeswitch:feature/FS-11977-mod_signalwire-add-configuration-param-override-context to master
* commit '
263a83bf7c54481a1da2f09ae27cd5ea3368db68 ':
FS-11977 [mod_signalwire] add configuration param override-context
David Grant [Sun, 4 Aug 2019 07:37:51 +0000 (02:37 -0500)]
FS-11977 [mod_signalwire] add configuration param override-context
Andrey Volk [Sat, 3 Aug 2019 08:55:48 +0000 (12:55 +0400)]
version bump
Chris Rienzo [Fri, 2 Aug 2019 15:44:26 +0000 (15:44 +0000)]
FS-11979 [test] Fix error message log in fst_xcheck()
Andrey Volk [Thu, 1 Aug 2019 20:16:04 +0000 (00:16 +0400)]
FS-11931: [mod_http_cache] Fix zero-length gnu_printf format string
Mike Jerris [Thu, 1 Aug 2019 18:32:02 +0000 (13:32 -0500)]
Merge pull request #1782 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11973 to master
* commit '
4f66959ed325ed6dd58c8b48f80d42aaca1902bd ':
FS-11973: [mod_event_multicast] add mutex and checks on hash ptrs on shutdown
Dragos Oancea [Thu, 1 Aug 2019 18:05:00 +0000 (18:05 +0000)]
FS-11973: [mod_event_multicast] add mutex and checks on hash ptrs on shutdown
Mike Jerris [Thu, 1 Aug 2019 16:13:37 +0000 (11:13 -0500)]
Merge pull request #1779 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11967-rate to master
* commit '
6fb039607686c1f2cf9265b6ae9b01a29037eb9c ':
FS-11967: add mod_opus to unit test XML
FS-11967: add unit test for switch_core_codec_copy()
FS-11967: [core] fix rate of recording for Opus
Dragos Oancea [Thu, 1 Aug 2019 15:40:12 +0000 (15:40 +0000)]
FS-11967: add mod_opus to unit test XML
Dragos Oancea [Thu, 1 Aug 2019 13:17:38 +0000 (13:17 +0000)]
FS-11967: add unit test for switch_core_codec_copy()
Christopher Rienzo [Thu, 1 Aug 2019 13:24:35 +0000 (08:24 -0500)]
Merge pull request #1781 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11919-log to master
* commit '
6cfceb6e62b4461cedd712b7486c29bf6cd12fe6 ':
FS-11919: change back loglevel to DEBUG1
Dragos Oancea [Thu, 1 Aug 2019 13:19:56 +0000 (13:19 +0000)]
FS-11919: change back loglevel to DEBUG1
Liyang [Tue, 30 Jul 2019 17:05:41 +0000 (01:05 +0800)]
FS-11971: [core] fix 488 when receive invite with SRTP/RTP
Andrey Volk [Wed, 31 Jul 2019 16:17:07 +0000 (11:17 -0500)]
Merge pull request #1778 in FS/freeswitch from armhf to master
* commit '
689a376886d482b11f1305d1f375739c61749ddc ':
FS-11972: [Build-System] Add Raspberry Pi support.
Andrey Volk [Mon, 29 Jul 2019 23:29:27 +0000 (03:29 +0400)]
FS-11972: [Build-System] Add Raspberry Pi support.
Dragos Oancea [Wed, 31 Jul 2019 14:42:09 +0000 (14:42 +0000)]
FS-11967: [core] fix rate of recording for Opus
Chris Rienzo [Tue, 30 Jul 2019 03:01:37 +0000 (03:01 +0000)]
FS-11970 [core] Check if detection is done in switch_ivr_play_and_detect_speech() final loop.
Andrey Volk [Mon, 29 Jul 2019 16:37:49 +0000 (11:37 -0500)]
Merge pull request #1776 in FS/freeswitch from bugfix/FS-11966-fix-regression-after-libsrtp-upgrade-to-2.2.0-resulting-in-no-audio to master
* commit '
9b05fabd533c21f126e1ab2eb01c9b2f7d7681df ':
FS-11966: [core] Fix regression after libsrtp upgrade to 2.2.0 resulting in no audio
Andrey Volk [Mon, 29 Jul 2019 01:05:32 +0000 (05:05 +0400)]
FS-11966: [core] Fix regression after libsrtp upgrade to 2.2.0 resulting in no audio
Mike Jerris [Fri, 26 Jul 2019 00:04:58 +0000 (19:04 -0500)]
Merge pull request #1774 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11788-fix to master
* commit '
b1ba546139599460e57c2d69cc47fc0949b2dcec ':
FS-11788: JB: packet count on vbw too
Dragos Oancea [Thu, 25 Jul 2019 23:56:16 +0000 (23:56 +0000)]
FS-11788: JB: packet count on vbw too