]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Andrey Volk [Fri, 31 Jul 2020 22:52:19 +0000 (02:52 +0400)]
[mod_sofia] Cleanup usage of sofia-sip headers.
Andrey Volk [Fri, 31 Jul 2020 22:09:50 +0000 (02:09 +0400)]
[Sofia-Sip] Add various accessors and helpers to nua.
Andrey Volk [Mon, 20 Jul 2020 22:18:47 +0000 (02:18 +0400)]
Merge pull request #743 from signalwire/http_cache_win
[mod_http_cache] Fix Windows build
Andrey Volk [Mon, 20 Jul 2020 21:51:47 +0000 (01:51 +0400)]
[mod_http_cache] Fix Windows build
Chris Rienzo [Mon, 20 Jul 2020 19:34:55 +0000 (15:34 -0400)]
Add v4 sig to http cache (#741)
* FS-9676 [mod_http_cache] Support for AWS Signature version 4 and drop support for version 2
Co-authored-by: baonq-me <quocbao747@gmail.com>
MikhailKalashnikov [Fri, 17 Jul 2020 13:58:35 +0000 (16:58 +0300)]
[mod_sofia] Fix crash when proxy INFO without body
Andrey Volk [Fri, 10 Jul 2020 10:34:17 +0000 (14:34 +0400)]
Merge pull request #725 from sunlin7/master
[mod_silk] switch_silk_decode: Fix invalid condition for return code from switch_jb_peek_frame().
Lin.Sun [Wed, 8 Jul 2020 09:22:46 +0000 (17:22 +0800)]
[mod_silk] switch_silk_decode: Fix invalid condition for return code from switch_jb_peek_frame().
Andrey Volk [Thu, 9 Jul 2020 19:39:04 +0000 (23:39 +0400)]
Merge pull request #727 from signalwire/dtls
[Core] Fix leak of BIO_METHOD *dtls_bio_filter_methods in switch_rtp_add_dtls()
Andrey Volk [Thu, 9 Jul 2020 10:45:16 +0000 (14:45 +0400)]
[Core] Fix leak of BIO_METHOD *dtls_bio_filter_methods in switch_rtp_add_dtls()
lazedo [Mon, 29 Jun 2020 18:46:18 +0000 (18:46 +0000)]
[mod_sofia] Verify that replaces header params exist
Andrey Volk [Mon, 29 Jun 2020 18:41:19 +0000 (22:41 +0400)]
Merge pull request #643 from avimar/patch-3
[docs] Update wiki link to confluence
Andrey Volk [Wed, 24 Jun 2020 18:20:31 +0000 (22:20 +0400)]
Merge pull request #711 from signalwire/dronestderr
[Tests] Fix Drone CI capturing Address Sanitizer reports sent to stderr.
Andrey Volk [Wed, 24 Jun 2020 17:22:58 +0000 (21:22 +0400)]
[Tests] Fix Drone CI capturing Address Sanitizer reports sent to stderr.
ROBERT MCDOWELL [Wed, 24 Jun 2020 14:07:42 +0000 (07:07 -0700)]
[esl] Fix typo in fs_cli.c
Andrey Volk [Mon, 22 Jun 2020 14:58:48 +0000 (18:58 +0400)]
Merge pull request #702 from zandeez/master
[Core] Add AEAD_AES_128_GCM and AEAD_AES_256_GCM ciphers support.
Andrew Cassidy [Sun, 21 Jun 2020 07:42:13 +0000 (08:42 +0100)]
[Core] Add AEAD_AES_128_GCM and AEAD_AES_256_GCM ciphers support.
Andrey Volk [Tue, 9 Jun 2020 11:27:00 +0000 (15:27 +0400)]
[Core] Fix size overflow in pool_stats (when configured with --enable-pool-debug)
Andrey Volk [Thu, 11 Jun 2020 21:31:58 +0000 (01:31 +0400)]
Merge pull request #687 from signalwire/dronesplit
[Tests] Split drone build and run-tests.
Andrey Volk [Thu, 11 Jun 2020 13:26:50 +0000 (17:26 +0400)]
[Tests] Split drone build and run-tests.
Mike Jerris [Thu, 4 Jun 2020 18:28:07 +0000 (12:28 -0600)]
[build] properly prepend PKG_CONFIG_PATHS on out of tree modules
Andrey Volk [Thu, 2 Apr 2020 19:17:32 +0000 (23:17 +0400)]
[Build-System] Allow full path or git clone url (with arguments) in modules.conf to build out of tree modules.
--- modules.conf ---
/full/path/to/out-of-tree/mod_tobuild
mod_somewherethere|https://github.com/your_account/your_mod_repo.git -b branch
Mike Jerris [Wed, 20 May 2020 20:54:01 +0000 (00:54 +0400)]
[Build-System] Add a local pc file for use with out of tree mods built in tree.
Andrey Volk [Mon, 25 May 2020 14:48:09 +0000 (18:48 +0400)]
Merge pull request #658 from signalwire/visualstudiodetectionfix
[Build-System] Fix Visual Studio detection logic to use the latest installed when building FreeSWITCH or sound packages.
Andrey Volk [Mon, 25 May 2020 12:41:16 +0000 (16:41 +0400)]
[Build-System] Fix Visual Studio detection logic to use the latest installed when building FreeSWITCH or sound packages.
Andrey Volk [Mon, 25 May 2020 10:23:16 +0000 (14:23 +0400)]
Merge pull request #655 from signalwire/DefaultPlatformToolset
[Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions.
Andrey Volk [Sun, 24 May 2020 14:35:25 +0000 (18:35 +0400)]
[Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions.
Andrey Volk [Sun, 24 May 2020 17:49:57 +0000 (21:49 +0400)]
Merge pull request #653 from signalwire/windowstests
[Build-System] Fix folder conflict when building unit-tests on Windows.
Andrey Volk [Sun, 24 May 2020 11:37:31 +0000 (15:37 +0400)]
[Build-System] Fix folder conflict when building unit-tests on Windows.
Andrey Volk [Thu, 21 May 2020 19:13:46 +0000 (23:13 +0400)]
Merge pull request #650 from signalwire/newdronefix
[Tests] Fix build on new Drone
Andrey Volk [Thu, 21 May 2020 18:34:37 +0000 (22:34 +0400)]
[Tests] Fix build on new Drone
avimar [Mon, 18 May 2020 18:00:49 +0000 (21:00 +0300)]
[docs] Update wiki link to confluence
Andrey Volk [Mon, 18 May 2020 17:22:05 +0000 (21:22 +0400)]
Merge pull request #636 from signalwire/listener-hangup-race
[mod_event_socket] Fix hangup race with listener_thread of socket application in async mode
Chris Rienzo [Sat, 16 May 2020 02:40:51 +0000 (02:40 +0000)]
[test] Disable logs when loading and shutting down FS core
Andrey Volk [Fri, 15 May 2020 21:45:27 +0000 (01:45 +0400)]
Merge pull request #638 from signalwire/openh264_drone
[mod_openh264] Enable build on Drone.
Mike Jerris [Thu, 14 May 2020 18:30:47 +0000 (22:30 +0400)]
[mod_event_socket] Fix hangup race with listener_thread of socket application in async mode
Andrey Volk [Fri, 15 May 2020 18:44:19 +0000 (22:44 +0400)]
[mod_openh264] Enable build on Drone.
Andrey Volk [Fri, 15 May 2020 17:04:25 +0000 (21:04 +0400)]
Merge pull request #222 from paxc/master
[mod_openh264] Fix stap-a size issue and add unit test.
paxc [Sun, 12 Jan 2020 09:44:48 +0000 (13:44 +0400)]
[mod_openh264] Fix stap-a size issue and add unit test.
Andrey Volk [Fri, 15 May 2020 16:28:51 +0000 (20:28 +0400)]
Merge pull request #474 from dragos-oancea/mod_cv-nullptr-passed
[mod_cv] scan-build: Null pointer passed as an argument to a 'nonnull' parameter.
windy-wang [Wed, 13 May 2020 21:45:48 +0000 (05:45 +0800)]
[mod_av] Break packets evenly
CAUCA 9-1-1 [Tue, 12 May 2020 18:58:33 +0000 (14:58 -0400)]
[sofia-sip] Add urn: scheme support to sofia. (#445)
As an effort to support NENA i3 specs for NG 9-1-1, this adds support
for INVITE URI appearing as urn:service:sos to request for emergency services.
Reference for URN support in RFC 6061 https://tools.ietf.org/html/rfc6061
Andrey Volk [Tue, 12 May 2020 17:54:53 +0000 (21:54 +0400)]
Merge pull request #626 from signalwire/sofia-wss-keep-alive
[sofia-sip] Timed out or not established wss should be destroyed immediately and avoid keep-alive functionality.
Andrey Volk [Sat, 9 May 2020 16:08:58 +0000 (20:08 +0400)]
[sofia-sip] Timed out or not established wss should be destroyed immediately and avoid keep-alive functionality.
Andrey Volk [Mon, 11 May 2020 12:46:27 +0000 (16:46 +0400)]
version bump
Andrey Volk [Mon, 11 May 2020 09:50:33 +0000 (09:50 +0000)]
swigall
Andrey Volk [Thu, 7 May 2020 23:33:25 +0000 (03:33 +0400)]
Merge pull request #619 from signalwire/amr_dead_assignment
[mod_amr] scan-build: fix dead increment of fmtptmp_pos in switch_amr_init()
Andrey Volk [Thu, 7 May 2020 22:56:37 +0000 (02:56 +0400)]
[mod_amr] scan-build: fix dead increment of fmtptmp_pos in switch_amr_init()
Andrey Volk [Thu, 7 May 2020 21:55:50 +0000 (01:55 +0400)]
Merge pull request #133 from jay98237438/master
[mod_amr, mod_amrwb] RFC4867 mode-set compliancy
sunlin [Thu, 7 May 2020 21:52:39 +0000 (05:52 +0800)]
[mod_silk] Fix mod_silk always init with maxaveragebitrate=20000
Andrey Volk [Thu, 7 May 2020 21:50:16 +0000 (01:50 +0400)]
Merge pull request #618 from signalwire/transfer
[core] Transfer with rtp_pass_codecs_on_stream_change one way audio
Anthony Minessale [Thu, 1 Aug 2019 05:16:27 +0000 (05:16 +0000)]
[core] Transfer with rtp_pass_codecs_on_stream_change one way audio
Andrey Volk [Thu, 7 May 2020 21:38:31 +0000 (01:38 +0400)]
Merge pull request #617 from signalwire/orig_session_check
[core] add orig session check
Anthony Minessale [Tue, 11 Dec 2018 20:10:02 +0000 (20:10 +0000)]
[core] add orig session check
Andrey Volk [Fri, 24 Jan 2020 14:49:11 +0000 (18:49 +0400)]
[mod_loopback] Split null_auto_answer into two variables null_enable_auto_answer and null_auto_answer_delay. Default auto_answer_delay is 0 instead of 1 ms. Auto answer is enabled by default if null_enable_auto_answer is not set. More carefully compute the delay in ms to not block channel longer than needed.
Andrey Volk [Fri, 17 Jan 2020 17:18:31 +0000 (21:18 +0400)]
[Core] Fix OSX build in switch_ivr_originate.c
Seven Du [Mon, 6 Jan 2020 12:25:44 +0000 (20:25 +0800)]
[core] Add global/leg variable to originate: group_confirm_timeout
group_confirm_timeout is a value in seconds for the maximum time to wait for group confirmation to finish. This variable replaces group_confirm_cancel_timeout which has been deprecated. Set group_confirm_timeout=0 to disable leg_timeout during group confirm.
Seven Du [Mon, 11 Nov 2019 15:35:29 +0000 (23:35 +0800)]
[core, mod_loopback] Add test case for group confirm over loopback endpoints
lazedo [Mon, 11 Nov 2019 16:00:40 +0000 (16:00 +0000)]
[mod_loopback] clear confirm properties from a-leg
Seven Du [Wed, 6 Nov 2019 14:10:54 +0000 (22:10 +0800)]
[core] add support to set group confirm on each leg
Andrey Volk [Thu, 7 May 2020 20:55:43 +0000 (00:55 +0400)]
Merge pull request #616 from signalwire/oglobals
[core] refactor originate internals (oglobals)
Mike Jerris [Thu, 7 May 2020 17:04:54 +0000 (11:04 -0600)]
[core] refactor originate internals (oglobals)
Andrey Volk [Thu, 30 Apr 2020 14:04:08 +0000 (18:04 +0400)]
[sofia-sip] Build internal tests
Mike Jerris [Thu, 30 Apr 2020 17:03:34 +0000 (11:03 -0600)]
[mod_sofia] remove blank display name that can show up in from uri
Andrey Volk [Wed, 29 Apr 2020 10:49:17 +0000 (14:49 +0400)]
[mod_httapi] Fix leak of context->url_params
Andrey Volk [Fri, 24 Apr 2020 22:56:06 +0000 (02:56 +0400)]
[Core] Fix locking and a memory leak in switch_core_session_write_video_frame() and switch_core_session_write_text_frame().
VCC Live/Core [Fri, 24 Apr 2020 20:49:07 +0000 (22:49 +0200)]
[mod_erlang_event] Fix segfault in destroy_listener()
Andrey Volk [Mon, 20 Apr 2020 17:04:46 +0000 (21:04 +0400)]
[Core] Fix dereference of null pointer in video_bridge_thread() when codec b is not yet initialized.
Chris Rienzo [Sun, 19 Apr 2020 02:20:47 +0000 (02:20 +0000)]
[build/test] git ignore test output
Andrey Volk [Fri, 17 Apr 2020 16:33:02 +0000 (20:33 +0400)]
[mod_shout] Reduce log level from error to warning for "Error opening %s (invalid rate or channel count)"
Mike Jerris [Fri, 17 Apr 2020 16:18:28 +0000 (10:18 -0600)]
[mod_av] reduce some errors to warnings in logs
Andrey Volk [Thu, 16 Apr 2020 00:17:16 +0000 (04:17 +0400)]
[sofia-sip] Fix crash in timer B outgoing_timer_bf() which asserts if INVITE request was completed already.
Mike Jerris [Wed, 1 Apr 2020 18:53:44 +0000 (12:53 -0600)]
[sofia-sip] fix build on newer clang
Andrey Volk [Sat, 28 Mar 2020 23:20:59 +0000 (03:20 +0400)]
[sofia-sip] Fix use of deprecated CRYPTO_set_id_callback().
Andrey Volk [Sat, 28 Mar 2020 10:38:47 +0000 (14:38 +0400)]
[core,mod_verto,mod_xml_rpc] Fix use of deprecated CRYPTO_set_id_callback().
Chris Rienzo [Wed, 18 Mar 2020 15:26:04 +0000 (15:26 +0000)]
[test] Fix out of bound buffer read in switch_test
Andrey Volk [Fri, 13 Mar 2020 17:28:56 +0000 (21:28 +0400)]
[Core] switch_rtp: reduce end call due to SRTP failure log level from error to warning.
Andrey Volk [Thu, 12 Mar 2020 17:19:35 +0000 (21:19 +0400)]
[Core] switch_rtp: reduce dtls handshake failure level from error to warning.
Andrey Volk [Wed, 11 Mar 2020 15:55:29 +0000 (19:55 +0400)]
[mod_sndfile] Reduce error level to warning for "Error Opening File"
Andrey Volk [Tue, 10 Mar 2020 18:37:55 +0000 (22:37 +0400)]
[mod_av] Reduce error level to warning for "Could not decode frame".
Chris Rienzo [Fri, 28 Feb 2020 03:20:53 +0000 (03:20 +0000)]
[mod_sofia] Quiet down error when registration credentials are missing
Andrey Volk [Sun, 16 Feb 2020 19:22:29 +0000 (23:22 +0400)]
[mod_conference] Fix memory leaks and a possible deadlock in chat_send();
Anthony Minessale [Wed, 4 Dec 2019 22:41:51 +0000 (22:41 +0000)]
[mod_verto] Fix packet o death.
Piotr Gregor [Fri, 5 Apr 2019 16:04:27 +0000 (16:04 +0000)]
[mod_vlc] Fix segfault.
Andrey Volk [Thu, 9 Jan 2020 18:48:34 +0000 (22:48 +0400)]
[Core] Wait sql threads to spin up. Fixes module_exists, show_codec commands.
Seven Du [Thu, 14 Nov 2019 16:05:03 +0000 (00:05 +0800)]
[mod_loopback] Don't block channel too long if already hangup, also add option to hangup immediately with cause
Seven Du [Thu, 14 Nov 2019 04:31:20 +0000 (12:31 +0800)]
[core] use switch_core_session_get_partner in sched_hangup to hangup channel also in signalling bond state
lazedo [Mon, 11 Nov 2019 18:14:39 +0000 (18:14 +0000)]
[mod_loopback] fix early_set_loopback_id for b leg
surendrasignalwire [Mon, 4 Nov 2019 19:52:38 +0000 (01:22 +0530)]
[Core] Fix one way audio after executing the uuid_recv_dtmf with dtmf string ending with w or W.
Andrey Volk [Wed, 6 May 2020 17:20:31 +0000 (21:20 +0400)]
Merge pull request #613 from signalwire/ogg_windows
[mod_shout] Fix Windows build by placing libogg sources to files.freeswitch.org
Andrey Volk [Wed, 6 May 2020 17:04:43 +0000 (21:04 +0400)]
[mod_shout] Fix Windows build by placing libogg sources to files.freeswitch.org
Stefan Weil [Fri, 1 May 2020 16:42:38 +0000 (18:42 +0200)]
Add git configuration to ignore errors from `git fsck`
Andrey Volk [Mon, 27 Apr 2020 13:22:32 +0000 (17:22 +0400)]
[Core] Fix leak in switch_xml_set_attr().
Andrey Volk [Tue, 28 Apr 2020 17:39:19 +0000 (21:39 +0400)]
Merge pull request #586 from TheJJ/fix-rtc-ip-index
[mod_sofia] Fix rtp config ipv4/ipv6 index confusion
Jonas Jelten [Mon, 27 Apr 2020 19:28:34 +0000 (21:28 +0200)]
[mod_sofia] Fix rtp config ipv4/ipv6 index confusion
上海宁卫信息技术有限公司 [Sun, 5 Apr 2020 20:02:48 +0000 (04:02 +0800)]
[Configuration] sip_profiles: Use $${external_sip_ip} for ext-sip-ip, $${external_rtp_ip} for ext-rtp-ip
Andrey Volk [Wed, 1 Apr 2020 10:30:15 +0000 (14:30 +0400)]
Merge pull request #540 from signalwire/ilbc
[Build-System] Enable mod_ilbc Debian packaging.
Nick Lemberger [Fri, 24 Jan 2020 23:23:26 +0000 (17:23 -0600)]
[mod_sofia] Fix potential buffer overrun when rewrite_multicasted_fs_path is enabled.
Andrey Volk [Tue, 31 Mar 2020 17:28:00 +0000 (21:28 +0400)]
[Build-System] Enable mod_ilbc Debian packaging.
Andrey Volk [Tue, 24 Mar 2020 16:15:54 +0000 (20:15 +0400)]
Merge pull request #528 from lazedo/kazoo-eventstream-time
[mod_kazoo] add event stream connected time