Andrey Volk
2ace196aa6
Merge pull request #86 from lazedo/kazoo-updates
...
[mod_kazoo] several fixes & code cleanup
2019-10-31 20:30:39 +04:00
lazedo
506bcd280d
[core] allow event-channel debugging & single delivery
2019-10-31 12:41:47 +00:00
lazedo
b4373c6666
[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-)
2019-10-31 12:27:21 +00:00
lazedo
f77484b96d
[mod_sofia] add existing variables when locating user
2019-10-31 12:20:33 +00:00
lazedo
8d2174d707
[mod_kazoo] several fixes & code cleanup
2019-10-31 11:06:16 +00:00
Andrey Volk
c76a8c5458
swigall
2019-10-30 17:25:47 +00:00
Chris Rienzo
1442186cee
[core] Update switch_ivr_bridge_bleg to skip audio bridge during transfer
2019-10-30 21:08:03 +04:00
Seven Du
8aafff281b
[Core] Make switch_ivr_orig_and_bridge function return status and a cause.
2019-10-30 21:07:54 +04:00
Dragos Oancea
45219aef6f
[mod_sndfile] don't force channels and sample rate with .raw extension
2019-10-29 21:47:22 +04:00
Andrey Volk
31d6676706
Merge pull request #72 from andywolk/verto
...
[mod_verto] Ignore not just zero but negative frame size as well.
2019-10-25 02:10:27 +04:00
Andrey Volk
0e3d8c00ba
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
2019-10-24 00:37:07 +04:00
Mike Jerris
07c6ad5e1a
[build] fix libvpx osx build detection on newer compilers and osx versions so we use sse extensions on newer versions
2019-10-23 13:54:09 -06:00
Andrey Volk
311a20af63
[mod_verto] Ignore not just zero but negative frame size as well.
2019-10-23 23:03:18 +04:00
Andrey Volk
284d67738a
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
2019-10-23 03:18:54 +04:00
cdosoftei
5244a64d4e
[mod_amqp] configurable commands queue properties
2019-10-22 15:22:00 -04:00
Mike Jerris
6a900a90a3
[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
2019-10-22 10:24:14 -06:00
cdosoftei
5f628c0090
[mod_amqp] open logging and produced connections from within their respective threads
2019-10-17 15:38:38 -04:00
Andrey Volk
7fdf8584e4
Merge pull request #61 from cdosoftei/amqp-heartbeat
...
[mod_amqp] Properly parse out heartbeat parameter
2019-10-15 20:44:53 +04:00
cdosoftei
7e91927278
[mod_amqp] Properly parse out heartbeat parameter
2019-10-15 12:37:47 -04:00
Pelle Mattsson
77cd699000
[Docs] Rename Docker README to README.md, so github recognizes that it as a Markdown file and update the git url in it
2019-10-13 21:46:36 +04:00
Ciprian
696814cb26
[Core] Disable msrp by default, only enable when listen-port or listen-ssl-port config params configured in msrp.conf
2019-10-13 21:27:58 +04:00
Andrey Volk
cec8f3b1ca
Merge pull request #56 from lazedo/patch-1
...
[mod_kazoo] fix xml leak when event-filter is not available
2019-10-13 20:29:34 +04:00
lazedo
318e5d0d6d
[mod_kazoo] fix xml leak when event-filter is not available
2019-10-13 12:21:22 +01:00
Andrey Volk
f6c10f8622
Merge pull request #28 from signalwire/fixup-stash-url
...
[build/docs] point all old stash references in docs and makefiles to new github repository
2019-10-13 01:38:02 +04:00
Andrey Volk
93691c60ce
Merge pull request #32 from cdosoftei/php7-esl
...
ESL adjustments for PHP 7+
2019-10-13 00:51:31 +04:00
Andrey Volk
8a80e3ad0c
Merge pull request #44 from micmac1/master-fs_cli_typo
...
[fs_cli] Fix typo, resolves garbled screen
2019-10-13 00:49:08 +04:00
Andrey Volk
db64a08b02
Merge pull request #45 from micmac1/master-memleak-multicast
...
[mod_event_multicast] Fix memory leak
2019-10-13 00:45:59 +04:00
Andrey Volk
c96479bfd6
Merge pull request #50 from bircoph/master
...
Add support for the Elbrus architecture
2019-10-13 00:41:51 +04:00
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