Sebastian Kemper
8919d581fe
[fs_cli] Fix typo, resolves garbled screen
...
Related to FS-11309.
Commit bc3e1c9e7d
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>
2019-10-12 21:46:09 +02:00
Sebastian Kemper
fc41980f19
[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>
2019-10-12 21:43:14 +02:00
Andrey Volk
ea2c31f0c8
Merge pull request #48 from crienzo/fix-grammar-in-mod_sofia
...
[mod_sofia] Fix some incorrect word contractions.
2019-10-10 20:34:21 +04:00
Chris Rienzo
9d4f480335
[mod_sofia] Fix some incorrect word contractions.
2019-10-10 09:41:53 -04:00
Andrew Savchenko
c4ec06dc23
Add support for the Elbrus architecture
...
The Elbrus architecture (aka E2K, aka 2000) is LE.
Signed-off-by: Andrew Savchenko <bircoph@altlinux.org>
2019-10-10 16:21:31 +03:00
cdosoftei
d60193c1ae
ESL adjustments for PHP 7+
2019-10-02 14:05:58 -04:00
Andrey Volk
6f8d65c348
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
2019-10-02 01:49:04 +04:00
Mitch Capper
1b04ffe535
Updated slack community link to the current (working) join link as old one expired. Closes #29
2019-10-01 14:25:31 -07:00
Mike Jerris
dbec998873
[build/docs] point all old stash references in docs and makefiles to new github repository
2019-10-01 10:02:20 -06:00
Andrey Volk
34075172eb
Merge pull request #27 from andywolk/mod_av_crash
...
[mod_av] Fix crash on `av show codecs` and `av show formats`.
2019-10-01 19:37:12 +04:00
Andrey Volk
4a60911228
Merge pull request #26 from dvillaume/patch-1
...
[mod_say_fr] Fix "10" not playing in French.
2019-10-01 19:18:14 +04:00
David VILLAUME
9de281133a
[mod_say_fr] Fix "10" not playing in French.
2019-10-01 17:07:29 +02:00
Andrey Volk
65c4ca072d
[mod_av] Fix crash on `av show codecs` and `av show formats`.
2019-10-01 13:02:39 +04:00
Anthony Minessale
285cb60926
Merge pull request #20 from signalwire/readme4
...
Add initial README.md
2019-09-26 18:43:05 -05:00
Andrey Volk
1711450e98
Add initial README.md
2019-09-27 02:29:51 +04:00
Andrey Volk
15ad4c23e2
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.
2019-09-17 11:03:50 -05:00
Andrey Volk
5123b00426
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
2019-09-17 03:32:08 -05:00
Sergey Safarov
6704d3aabe
FS-11917: [mod_event_socket] Added error logging if cannot parse IP address
2019-09-17 07:40:45 +03:00
Andrey Volk
75cfacf4c2
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.
2019-09-09 13:27:39 -05:00
Andrey Volk
583bf0441d
FS-12042: [sofia-sip] Fix typo in sresolv.
2019-09-09 22:12:10 +04:00
Andrey Volk
6f62194af7
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
2019-09-06 18:37:04 -05:00
Andrey Volk
70831a7140
FS-12041: [Core] Fix memory leak on msrp shutdown
2019-09-07 03:10:20 +04:00
Andrey Volk
fc925a273b
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().
2019-09-06 11:28:31 -05:00
Andrey Volk
20a893fd06
FS-12038: [mod_sofia, core] Fix potential leak and race in chat_hash, add switch_core_hash_insert_auto_free().
2019-09-06 20:22:20 +04:00
Christopher Rienzo
8880c4f469
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.
2019-09-06 09:37:37 -05:00
Andrey Volk
7ee53a6ec1
FS-12040: [mod_sofia] Fix potential leak if realloc fails.
2019-09-06 18:01:55 +04:00
Christopher Rienzo
468e2e06d1
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.
2019-09-06 08:54:54 -05:00
Andrey Volk
f00d285b5e
FS-12039: [Core] Fix memory leak on ssl shutdown.
2019-09-06 17:50:16 +04:00
Andrey Volk
d0c6b30c15
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
2019-09-05 12:24:23 -05:00
Andrey Volk
d45e9df883
FS-12025: [mod_spandsp] FreeSWITCH crashes on reloadxml when spandsp tone detection is running.
2019-08-30 02:20:18 +04:00
Dragos Oancea
4d4afbeb5d
FS-10191: don't send "video-floor-change" event for audio-only conference
2019-08-28 17:54:24 +01:00
Andrey Volk
eee07bd95f
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
2019-08-27 12:30:43 -05:00
Andrey Volk
1583740133
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.
2019-08-27 10:06:12 -05:00
Christopher Rienzo
6a6b8ac350
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
2019-08-27 08:27:05 -05:00
Dragos Oancea
aaacaa19de
FS-12026 [mod_http_cache] fix multichannel file download and play
2019-08-27 11:30:05 +00:00
Dragos Oancea
44199e91b5
FS-12026 [mod_httapi] fix multichannel file download and play
2019-08-27 11:28:51 +00:00
Andrey Volk
e1c6786a50
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)
2019-08-26 17:09:12 -05:00
Andrey Volk
fd2f12cf94
FS-11995: [mod_fifo, mod_directory] Fix database availability check.
2019-08-27 01:13:10 +04:00
David Grant
7a4a988dcb
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)
2019-08-24 22:48:59 -05:00
Ítalo Rossi
759783532d
FS-12022: [mod_event_socket] Add Job-Owner-UUID with session uuid when using bgapi inside outbound socket
2019-08-22 16:35:34 -03:00
Mike Jerris
8c1697b9b2
FS-12021: [mod_signalwire] Remove ascii art on mod_signalwire token line
2019-08-22 10:40:55 -06:00
Andrey Volk
b8e14cb9b5
version bump
2019-08-20 23:37:49 +04:00
Andrey Volk
df01ad4245
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).
2019-08-20 10:23:38 -05:00
Andrey Volk
71b0ab24b1
FS-12001: [mod_callcenter] Workaround issues with renaming tables and columns in SQLite version prior to 2019-02-07 (3.27.0).
2019-08-20 18:39:01 +04:00
Andrey Volk
0c634af571
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().
2019-08-19 18:24:52 -05:00
Andrey Volk
f93445a38c
FS-12010: [sofia-sip] Fix improper cleanup on su_deinit().
2019-08-20 03:11:28 +04:00
Andrey Volk
96aac32237
FS-12010: [mod_sofia, mod_valet_parking, mod_enum] Fix memory leaks on FreeSWITCH shutdown.
2019-08-19 23:14:24 +04:00
Seven Du
b6b3d78567
FS-12007 fix leak
2019-08-19 23:09:47 +04:00
Mike Jerris
cf0826406b
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()
2019-08-19 13:37:47 -05:00
Dragos Oancea
797216fcc0
FS-12008: special case G722 - fix rate passed to switch_core_codec_init()
2019-08-19 18:31:10 +00:00