]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
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 #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 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)

5 years agoFS-11995: [mod_fifo, mod_directory] Fix database availability check.
Andrey Volk [Mon, 26 Aug 2019 21:13:10 +0000 (01:13 +0400)] 
FS-11995: [mod_fifo, mod_directory] Fix database availability check.

5 years agoFS-11993 [mod_http_cache][mod_smpp] fix gcc errors when building on rpi4 buster ...
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)

5 years agoFS-12022: [mod_event_socket] Add Job-Owner-UUID with session uuid when using bgapi...
Í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

5 years agoFS-12021: [mod_signalwire] Remove ascii art on mod_signalwire token line
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

5 years agoversion bump
Andrey Volk [Tue, 20 Aug 2019 19:37:49 +0000 (23:37 +0400)] 
version bump

5 years agoMerge pull request #1800 in FS/freeswitch from bugfix/FS-12001-mod_callcenter-can...
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).

5 years agoFS-12001: [mod_callcenter] Workaround issues with renaming tables and columns in...
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).

5 years agoMerge pull request #1799 in FS/freeswitch from sofia-sip-cleanup to master
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().

5 years agoFS-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().

5 years agoFS-12010: [mod_sofia, mod_valet_parking, mod_enum] Fix memory leaks on FreeSWITCH...
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.

5 years agoFS-12007 fix leak
Seven Du [Sat, 17 Aug 2019 02:50:03 +0000 (10:50 +0800)] 
FS-12007 fix leak

5 years agoMerge pull request #1798 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
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()

5 years agoFS-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()

5 years agoMerge pull request #1797 in FS/freeswitch from bugfix/FS-11981-freeswitch-crash-any...
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.

5 years agoFS-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.

5 years agoMerge pull request #1795 in FS/freeswitch from ~FERNANDOJDK/freeswitch:bugfix/FS...
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

5 years agoFS-12001: [mod_callcenter] Renamed column name from 'system' to 'instance_id' to...
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

5 years agoFS-11987: [sofia-sip] Extract URI from info param of SIP Identity Header
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

5 years agoMerge pull request #1792 in FS/freeswitch from bugfix/FS-11998-fix-improper-json_api...
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

5 years agoFS-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

5 years agoMerge pull request #1791 in FS/freeswitch from bugfix/FS-11991-mod_mariadb-err-when...
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

5 years agoFS-11991: [Core] Fix bug in the database module interface preventing tables from...
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

5 years agoMerge pull request #1790 in FS/freeswitch from bugfix/FS-11989-regression-when-using...
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.

5 years agoFS-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.

5 years agoFS-11987: [sofia-sip] Add SIPTAG_IDENTITY_STR and sofia-sip Identity Header handling
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

5 years agoversion bump
Andrey Volk [Mon, 5 Aug 2019 23:37:22 +0000 (03:37 +0400)] 
version bump

5 years agoMerge pull request #1786 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11982...
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

5 years agoFS-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

6 years agoMerge pull request #1784 in FS/freeswitch from ~INFOMIND/freeswitch:feature/FS-11977...
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

6 years agoFS-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

6 years agoversion bump
Andrey Volk [Sat, 3 Aug 2019 08:55:48 +0000 (12:55 +0400)] 
version bump

6 years agoFS-11979 [test] Fix error message log in fst_xcheck()
Chris Rienzo [Fri, 2 Aug 2019 15:44:26 +0000 (15:44 +0000)] 
FS-11979 [test] Fix error message log in fst_xcheck()

6 years agoFS-11931: [mod_http_cache] Fix zero-length gnu_printf format string
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

6 years agoMerge pull request #1782 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
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

6 years agoFS-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

6 years agoMerge pull request #1779 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
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

6 years agoFS-11967: add mod_opus to unit test XML
Dragos Oancea [Thu, 1 Aug 2019 15:40:12 +0000 (15:40 +0000)] 
FS-11967: add mod_opus to unit test XML

6 years agoFS-11967: add unit test for switch_core_codec_copy()
Dragos Oancea [Thu, 1 Aug 2019 13:17:38 +0000 (13:17 +0000)] 
FS-11967: add unit test for switch_core_codec_copy()

6 years agoMerge pull request #1781 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
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

6 years agoFS-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

6 years agoFS-11971: [core] fix 488 when receive invite with SRTP/RTP
Liyang [Tue, 30 Jul 2019 17:05:41 +0000 (01:05 +0800)] 
FS-11971: [core] fix 488 when receive invite with SRTP/RTP

6 years agoMerge pull request #1778 in FS/freeswitch from armhf to master
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.

6 years agoFS-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.

6 years agoFS-11967: [core] fix rate of recording for Opus
Dragos Oancea [Wed, 31 Jul 2019 14:42:09 +0000 (14:42 +0000)] 
FS-11967: [core] fix rate of recording for Opus

6 years agoFS-11970 [core] Check if detection is done in switch_ivr_play_and_detect_speech(...
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.

6 years agoMerge pull request #1776 in FS/freeswitch from bugfix/FS-11966-fix-regression-after...
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

6 years agoFS-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

6 years agoMerge pull request #1774 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
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

6 years agoFS-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

6 years agoMerge pull request #1773 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
Mike Jerris [Thu, 25 Jul 2019 23:35:30 +0000 (18:35 -0500)] 
Merge pull request #1773 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11743 to master

* commit '7060d962625970804b9a3d9db4c0f89caf2b67a3':
  FS-11743: don't reset VBW on receiving PLI/FIR

6 years agoMerge pull request #1772 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
Mike Jerris [Thu, 25 Jul 2019 23:34:53 +0000 (18:34 -0500)] 
Merge pull request #1772 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11965 to master

* commit '4349da32142a66caac8ce38d6a710d056ff56cbb':
  FS-11965: fix build.

6 years agoFS-11743: don't reset VBW on receiving PLI/FIR
Dragos Oancea [Thu, 25 Jul 2019 23:30:16 +0000 (23:30 +0000)] 
FS-11743: don't reset VBW on receiving PLI/FIR

6 years agoFS-11965: fix build.
Dragos Oancea [Thu, 25 Jul 2019 23:21:47 +0000 (23:21 +0000)] 
FS-11965: fix build.

6 years agoMerge pull request #1771 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
Mike Jerris [Thu, 25 Jul 2019 23:17:11 +0000 (18:17 -0500)] 
Merge pull request #1771 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11965 to master

* commit '9e006869e47bf60706da14c54f81c38ccaf790ca':
  FS-11965: RTC: prevent overflow on percent_fraction (patch by Sergey Khripchenko <shripchenko@intermedia.net>)
  FS-11965: NACK log debug when we get a request
  FS-11965: RTCP: fix on rtcp_report_block->fraction - "if X packets were expected and X was lost, we want 0xff to be reported, not 0" (patch by Piotr Gregor <piotr@dataandsignal.com>)

6 years agoFS-11965: RTC: prevent overflow on percent_fraction
Dragos Oancea [Thu, 25 Jul 2019 23:07:15 +0000 (23:07 +0000)] 
FS-11965: RTC: prevent overflow on percent_fraction
(patch by Sergey Khripchenko <shripchenko@intermedia.net>)

6 years agoFS-11965: NACK log debug when we get a request
Dragos Oancea [Thu, 25 Jul 2019 22:56:24 +0000 (22:56 +0000)] 
FS-11965: NACK log debug when we get a request

6 years agoFS-11965: RTCP: fix on rtcp_report_block->fraction - "if X packets were expected...
Dragos Oancea [Thu, 25 Jul 2019 22:48:17 +0000 (22:48 +0000)] 
FS-11965: RTCP: fix on rtcp_report_block->fraction - "if X packets were expected and X was lost, we want 0xff to be reported, not 0"
(patch by Piotr Gregor <piotr@dataandsignal.com>)

6 years agoMerge pull request #1770 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
Mike Jerris [Thu, 25 Jul 2019 22:46:16 +0000 (17:46 -0500)] 
Merge pull request #1770 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11715 to master

* commit '500b4c23b0c4c389195eb59a13b229c640fa2e8c':
  FS-11715: sanitize negative value for pkt_lost

6 years agoFS-11715: sanitize negative value for pkt_lost
Artem Karukov [Thu, 21 Mar 2019 12:05:53 +0000 (12:05 +0000)] 
FS-11715: sanitize negative value for pkt_lost

6 years agoMerge pull request #1769 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
Mike Jerris [Thu, 25 Jul 2019 22:01:18 +0000 (17:01 -0500)] 
Merge pull request #1769 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11964 to master

* commit '309135640b49d99c128843c4288b231cb2170a09':
  FS-11964: add new chan var "rtp_video_nack_disable"

6 years agoFS-11964: add new chan var "rtp_video_nack_disable"
Dragos Oancea [Thu, 25 Jul 2019 21:57:37 +0000 (21:57 +0000)] 
FS-11964: add new chan var "rtp_video_nack_disable"

6 years agoMerge pull request #1768 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS...
Mike Jerris [Thu, 25 Jul 2019 21:46:15 +0000 (16:46 -0500)] 
Merge pull request #1768 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11788 to master

* commit 'f3d21a2d727531c518fbc4ef8b5bd75b8db7e2b4':
  FS-11788: JB: fix packets per video frame count and allow count on vbw

6 years agoFS-11788: JB: fix packets per video frame count and allow count on vbw
Dragos Oancea [Tue, 16 Apr 2019 19:43:40 +0000 (19:43 +0000)] 
FS-11788: JB: fix packets per video frame count and allow count on vbw

6 years agoFS-11895: [mod_av] Enable mod_av build by default
Andrey Volk [Thu, 25 Jul 2019 20:58:41 +0000 (00:58 +0400)] 
FS-11895: [mod_av] Enable mod_av build by default

6 years agoFS-11425 update test vpx config to new defaults
Seven Du [Fri, 1 Feb 2019 02:12:52 +0000 (10:12 +0800)] 
FS-11425 update test vpx config to new defaults

6 years agoFS-11425 add vpx conf to test code
Seven Du [Fri, 25 Jan 2019 08:35:47 +0000 (16:35 +0800)] 
FS-11425 add vpx conf to test code

6 years agoFS-11895: [build] fix test build
Andrey Volk [Fri, 28 Jun 2019 21:10:29 +0000 (01:10 +0400)] 
FS-11895: [build] fix test build

6 years agoUpdate basrc alias for gcore to get a top -H in the process so we do not forget
Brian West [Tue, 6 Nov 2018 14:21:30 +0000 (08:21 -0600)] 
Update basrc alias for gcore to get a top -H in the process so we do not forget

6 years agoFS-11962: [core] Fix memory leak in switch_core_session_write_video_frame
Mike Jerris [Thu, 25 Jul 2019 20:41:29 +0000 (14:41 -0600)] 
FS-11962: [core] Fix memory leak in switch_core_session_write_video_frame