]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Dragos Oancea [Thu, 9 May 2019 12:42:43 +0000 (12:42 +0000)]
FS-11809: scan-build: dead assignments
Andrey Volk [Wed, 12 Jun 2019 08:05:42 +0000 (12:05 +0400)]
FS-11727: [mod_mariadb] Add MariaDB (MySQL) support
Mike Jerris [Tue, 23 Jul 2019 15:37:14 +0000 (10:37 -0500)]
Merge pull request #1757 in FS/freeswitch from bugfix/FS-11947-do-not-install-test-binaries-when-doing-make-install to master
* commit '
9c8de649b31012efab128601e7ba022567d78019 ':
FS-11947: [Build-System] Do not install test binaries when doing make install.
Andrey Volk [Tue, 23 Jul 2019 15:34:21 +0000 (19:34 +0400)]
FS-11947: [Build-System] Do not install test binaries when doing make install.
Mike Jerris [Tue, 23 Jul 2019 15:17:27 +0000 (10:17 -0500)]
Merge pull request #1756 in FS/freeswitch from bugfix/FS-11944-make-fail-address-of-array-nh--nh_home-will-always-evaluate-to-true to master
* commit '
91e99db6c88b4f4992405296f4eeea98ac9baeac ':
FS-11944: [mod_sofia] Fix error: 'nh->nh_home' will always evaluate to 'true'.
Andrey Volk [Tue, 23 Jul 2019 14:47:17 +0000 (18:47 +0400)]
FS-11944: [mod_sofia] Fix error: 'nh->nh_home' will always evaluate to 'true'.
Christopher Rienzo [Tue, 23 Jul 2019 14:04:09 +0000 (09:04 -0500)]
Merge pull request #1754 in FS/freeswitch from fs-11931fix to master
* commit '
bbbaf7e99e2c0d049293741ddf91a56cd628fc5f ':
FS-11931: [mod_http_cache] Fix regression, use SWITCH_MOD_DECLARE() in modules instead of SWITCH_DECLARE().
Dragos Oancea [Tue, 23 Jul 2019 09:46:25 +0000 (09:46 +0000)]
FS-11945: [mod_opus] don't hangup call on decoder error.
Andrey Volk [Tue, 23 Jul 2019 08:48:31 +0000 (12:48 +0400)]
FS-11931: [mod_http_cache] Fix regression, use SWITCH_MOD_DECLARE() in modules instead of SWITCH_DECLARE().
Chris Rienzo [Sun, 14 Jul 2019 17:43:13 +0000 (17:43 +0000)]
FS-11931 [mod_http_cache] Fix leaks in tests
Chris Rienzo [Sun, 14 Jul 2019 16:24:30 +0000 (12:24 -0400)]
FS-11931 [mod_http_cache] convert tests to use switch_test
Mike Jerris [Mon, 22 Jul 2019 20:16:14 +0000 (15:16 -0500)]
Merge pull request #1753 in FS/freeswitch from bugfix/FS-11946-fix-possible-unallocated-memory-access to master
* commit '
f9a03570f44c34abe35c383d69578c35dc9811a2 ':
FS-11946: [Core] Fix possible unallocated memory access.
Andrey Volk [Mon, 22 Jul 2019 19:40:06 +0000 (23:40 +0400)]
FS-11946: [Core] Fix possible unallocated memory access.
Andrey Volk [Mon, 22 Jul 2019 12:36:59 +0000 (07:36 -0500)]
Merge pull request #1751 in FS/freeswitch from ~QUOCBAO/freeswitch:mod/mod_http_cache to master
* commit '
cbc36d0541f3ed89ccb7611fbae6cd06284e75df ':
FS-11943 [mod_http_cache] Fix typos in warning message in aws.c
baonq-me [Mon, 22 Jul 2019 04:51:28 +0000 (11:51 +0700)]
FS-11943 [mod_http_cache] Fix typos in warning message in aws.c
Dragos Oancea [Wed, 3 Apr 2019 13:56:59 +0000 (13:56 +0000)]
FS-11750: JB fix: avoid infinite loop when chan var rtp_nack_buffer_size is small (initial max_packet_len)
Dragos Oancea [Thu, 7 Feb 2019 23:18:02 +0000 (23:18 +0000)]
FS-11549: RTCP: fix report block stats
(thanks Sergey Hripchenko)
Andrey Volk [Thu, 18 Jul 2019 20:31:46 +0000 (00:31 +0400)]
FS-11903: Fix regression on Windows in switch_utils.h
Mariah Yang [Tue, 2 Jul 2019 03:15:17 +0000 (07:15 +0400)]
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_sofia
Liyang [Mon, 8 Jul 2019 07:17:37 +0000 (15:17 +0800)]
FS-11903: [mod_sofia] fix warnV547 Expression 'sip->sip_via' is always true.
Andrey Volk [Thu, 18 Jul 2019 16:39:49 +0000 (20:39 +0400)]
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for libs/esl
Dragos Oancea [Wed, 3 Jul 2019 06:07:21 +0000 (10:07 +0400)]
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_rtp.c
Andrey Volk [Fri, 12 Jul 2019 16:44:07 +0000 (20:44 +0400)]
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_msrp.c
Andrey Volk [Fri, 12 Jul 2019 16:08:37 +0000 (20:08 +0400)]
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_av
Andrey Volk [Fri, 12 Jul 2019 16:05:19 +0000 (20:05 +0400)]
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_dptools
Mike Jerris [Wed, 27 Feb 2019 23:01:39 +0000 (16:01 -0700)]
FS-11425: [mod_av] fix build on older libav w/o H265
Seven Du [Wed, 27 Feb 2019 06:25:15 +0000 (14:25 +0800)]
FS-11425 fix typo
Seven Du [Wed, 27 Feb 2019 06:05:49 +0000 (14:05 +0800)]
FS-11425 add test config
Seven Du [Wed, 27 Feb 2019 06:04:47 +0000 (14:04 +0800)]
Seven Du [Wed, 27 Feb 2019 05:51:30 +0000 (13:51 +0800)]
FS-11425 comment out more deprecated params on deb9
Seven Du [Fri, 1 Feb 2019 02:11:52 +0000 (10:11 +0800)]
FS-11425 update codec defaults
Seven Du [Fri, 1 Feb 2019 02:10:58 +0000 (10:10 +0800)]
FS-11425 force g-profile = 0 to vp9
otherwise it complains: [8:Invalid parameter:Profile > 1 not supported in this build configuration]
Andrey Volk [Wed, 17 Jul 2019 21:18:26 +0000 (21:18 +0000)]
swigall
Chris Rienzo [Thu, 6 Jun 2019 01:10:22 +0000 (21:10 -0400)]
FS-11878 [core] change log level of dialplan EXECUTE
Dragos Oancea [Mon, 15 Jul 2019 13:25:12 +0000 (13:25 +0000)]
FS-11926: rename chan var to 'execute_on_fax_close_detect' to prevent it collide with 'execute_on_fax_detect'
(switch_channel_execute_on() would have run them both)
Dragos Oancea [Wed, 10 Jul 2019 15:00:08 +0000 (15:00 +0000)]
FS-11926: [mod_spandsp] execute_on_fax_detect_close
Mike Jerris [Fri, 12 Jul 2019 17:22:26 +0000 (13:22 -0400)]
FS-11929: [core] improve detection of when video is ready.
Brian West [Wed, 13 Feb 2019 23:48:54 +0000 (17:48 -0600)]
FS-11654: [core] add media_timeout, media_hold_timeout and video vs audio variants
Mike Jerris [Mon, 8 Jul 2019 23:09:50 +0000 (19:09 -0400)]
FS-11922: [core] improve switch_calc_bitrate
Mike Jerris [Tue, 9 Jul 2019 18:41:22 +0000 (13:41 -0500)]
FS-11921: [core] add switch_img_data_url_png, fix build without libpng
Anthony Minessale [Mon, 4 Mar 2019 18:39:20 +0000 (18:39 +0000)]
FS-11921: [core] add switch_img_data_url_png
Anthony Minessale [Tue, 16 Apr 2019 23:42:30 +0000 (23:42 +0000)]
FS-11920: [mod_commands] fix typo
Mike Jerris [Mon, 8 Jul 2019 19:16:54 +0000 (15:16 -0400)]
FS-11919: [core] add api compatibility for switch_rtp_new
Anthony Minessale [Wed, 6 Feb 2019 16:44:39 +0000 (16:44 +0000)]
FS-11918: [core] add function to see frame buffer len switch_frame_buffer_size
Brian West [Mon, 17 Jun 2019 16:02:51 +0000 (11:02 -0500)]
FS-10634: [core] Fix switch_channel_wait_for_app_flag from previous commit
Brian West [Tue, 4 Jun 2019 22:12:47 +0000 (17:12 -0500)]
FS-10634 [mod_spandsp]: txfax failing with 488 Not Acceptable Here race
Dragos Oancea [Mon, 3 Jun 2019 19:31:15 +0000 (19:31 +0000)]
FS-11876 [core] getter for VAD state
Liyang [Tue, 14 May 2019 07:32:59 +0000 (15:32 +0800)]
FS-11841 [core] The ts of received rtp packages for DTMF is same. so add SFF_RFC2833 flag check when write rtp package.
Mike Jerris [Mon, 24 Jun 2019 15:19:09 +0000 (11:19 -0400)]
FS-11896: [core] fix media bug add on outbound
Andrey Volk [Fri, 21 Jun 2019 22:01:47 +0000 (02:01 +0400)]
FS-11896: [core] Fix typo in ftdm_buffer
Andrey Volk [Wed, 19 Jun 2019 22:26:44 +0000 (02:26 +0400)]
FS-11896: [core] Fix typo in esl_buffer
Andrey Volk [Wed, 19 Jun 2019 21:08:07 +0000 (01:08 +0400)]
FS-11896: [core] Fix typos
Anthony Minessale [Wed, 12 Jun 2019 19:41:07 +0000 (14:41 -0500)]
FS-11896: [core] stop media bugs from being possible to add to channels with no media ready, stop transfer recordings upstream to not try to transfer recordings to channels without media ready
Chris Rienzo [Thu, 30 May 2019 02:28:38 +0000 (02:28 +0000)]
FS-11867 [sofia] Send siptrace logs in a single log callback.
Andrey Volk [Fri, 7 Jun 2019 17:32:00 +0000 (21:32 +0400)]
FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module.
Chris Rienzo [Thu, 23 May 2019 00:55:31 +0000 (00:55 +0000)]
FS-11858 [mod_hiredis] forgot to clear argc when recycling pipelined requests
Chris Rienzo [Wed, 22 May 2019 20:43:56 +0000 (20:43 +0000)]
FS-11858 [mod_hiredis] allow using single-quote when setting key to a value that has spaces
Chris Rienzo [Tue, 18 Jun 2019 14:56:57 +0000 (14:56 +0000)]
FS-11893 [core] add switch_dial_handle_create_json() and switch_dial_handle_serialize_json() for dial handle/json conversions
Chris Rienzo [Fri, 31 May 2019 14:08:33 +0000 (14:08 +0000)]
FS-11870 [core] fix divide by zero in previous commit
Chris Rienzo [Thu, 30 May 2019 16:37:04 +0000 (12:37 -0400)]
FS-11870 [core, mod_graylog2, mod_console] Added switch_log_node_to_json() and updated mod_graylog2 to use it. This is a unified log node to JSON conversion.
Added json log mode in mod_console
Luis Azedo [Thu, 16 May 2019 14:25:10 +0000 (15:25 +0100)]
FS-11848 [core] add user_data to event_channel_bind
* also adds a convenience switch_event_channel_deliver for already in thread
Anthony Minessale [Fri, 28 Jun 2019 23:13:33 +0000 (18:13 -0500)]
FS-11910: [mod_dptools] add native eavesdrop mode. use app native_eavesdrop args <uuid> [read|write] ... default is read with no flag. Must be same codecs
joshebosh [Thu, 13 Jun 2019 17:40:58 +0000 (13:40 -0400)]
FS-11886 [mod_av] ERR avcodec.c no codec in h264
Shashi Kumar [Fri, 10 May 2019 16:33:10 +0000 (22:03 +0530)]
FS-11837: [Core] Add feature to allow execution of an app on audio change, execute_on_audio_change variable.
Mike Jerris [Sat, 2 Feb 2019 02:24:38 +0000 (21:24 -0500)]
FS-11642: [core] add audio and video versions of the variables set for the rtp_retain_crypto_keys feature
Chris Rienzo [Mon, 29 Apr 2019 19:17:13 +0000 (19:17 +0000)]
FS-11820 [core] check read_frame_callback in switch_ivr_sleep()
Chris Rienzo [Thu, 25 Apr 2019 19:26:12 +0000 (19:26 +0000)]
FS-11810 [mod_httapi] fix compile error
Chris Rienzo [Thu, 25 Apr 2019 18:17:13 +0000 (14:17 -0400)]
FS-11810 [mod_httapi] improve error message for when downloading a URL fails
Seven Du [Tue, 14 May 2019 23:50:01 +0000 (07:50 +0800)]
FS-11721 add no media support to capture_text
Seven Du [Thu, 25 Apr 2019 00:13:56 +0000 (08:13 +0800)]
FS-11721 refactor msrp serialize function
to be consistant with Content-Type at the end of headers if present
dynamically alloc memory to avoid buffer overflow on large message
Seven Du [Wed, 24 Apr 2019 09:52:58 +0000 (17:52 +0800)]
FS-11721 fix send empty message
A request with no body MUST NOT include a Content-Type or any other
MIME-specific header fields. A request without a body MUST contain
an end-line after the final header field. No extra CRLF will be
present between the header section and the end-line.
Seven Du [Wed, 24 Apr 2019 09:21:26 +0000 (17:21 +0800)]
FS-11721 fix data length of stripped html
Seven Du [Wed, 24 Apr 2019 08:58:17 +0000 (16:58 +0800)]
FS-11721 Content-Type must be the last header according to RFC
Seven Du [Fri, 19 Apr 2019 17:58:40 +0000 (01:58 +0800)]
FS-11721 don't automatically send unicode linefeed on MSRP
Seven Du [Wed, 17 Apr 2019 00:00:46 +0000 (08:00 +0800)]
FS-11721 add Message-ID to msrp message
Seven Du [Fri, 12 Apr 2019 05:40:56 +0000 (13:40 +0800)]
FS-11721 fix msrp parser when more than one messages in buffer
Seven Du [Fri, 12 Apr 2019 04:04:04 +0000 (12:04 +0800)]
FS-11721 add a send queue to buffer msg messages before msrp socket is ready
Seven Du [Fri, 22 Mar 2019 04:25:00 +0000 (12:25 +0800)]
FS-11721 remove extra newline in uuid_send_text and improve msrp logs
Chris Rienzo [Tue, 23 Apr 2019 20:15:25 +0000 (16:15 -0400)]
FS-11805 [mod_sofia] set default session timeout for outbound calls before overriding it with NAT detection.
Andrey Volk [Thu, 25 Apr 2019 14:19:37 +0000 (18:19 +0400)]
FS-11813: [Build-System] Remove libtpl dependency from FreeSWITCH
Seven Du [Wed, 24 Apr 2019 06:54:05 +0000 (14:54 +0800)]
FS-11754 [core] Make sure audio sync works while playing tts
Seven Du [Wed, 3 Apr 2019 07:10:21 +0000 (15:10 +0800)]
FS-11754 sync audio before resume detect to improve continuous detection
Chris Rienzo [Sat, 27 Apr 2019 21:20:36 +0000 (17:20 -0400)]
FS-11818 [core] fix memory leak when using dial handle in switch_ivr_originate()
Chris Rienzo [Mon, 22 Apr 2019 21:10:46 +0000 (17:10 -0400)]
FS-11801 [core] Update scheduler to allow destruction of running task
Chris Rienzo [Wed, 24 Apr 2019 18:27:27 +0000 (14:27 -0400)]
FS-11807 [mod_commands] uuid_recv_dtmf changed to report OK when well formed request is consumed by dmachine or dtmf hook
Mike Jerris [Tue, 23 Apr 2019 20:07:37 +0000 (14:07 -0600)]
Revert "FS-9490: [mod_sofia] add filter to SIP messages that match a regexp."
This reverts commit
53dbe5d84a9c3624804a2b9259433f4d525425f8 .
This previous patch made logger function not reentrant so reverting until we can get a fix without that issue
Seven Du [Wed, 3 Apr 2019 07:04:02 +0000 (15:04 +0800)]
FS-11753 tweak vad test code and add debug logs
Mike Jerris [Wed, 17 Jul 2019 18:39:25 +0000 (14:39 -0400)]
FS-11924: [sofia] fix crash in sdp_media_cmp
Chris Rienzo [Tue, 30 Apr 2019 16:53:49 +0000 (12:53 -0400)]
FS-11816 [Build-System] srtp build issue
Chris Rienzo [Sun, 28 Apr 2019 18:44:53 +0000 (14:44 -0400)]
FS-11816 [Build-System] ignore libsrtp generated files
Andrey Volk [Fri, 26 Apr 2019 11:31:40 +0000 (15:31 +0400)]
FS-11816: [Build-System] Update libsrtp to 2.2.0
Chris Rienzo [Fri, 3 May 2019 00:58:51 +0000 (00:58 +0000)]
FS-11785 [core] fix scan-build issues
Chris Rienzo [Fri, 3 May 2019 00:19:42 +0000 (20:19 -0400)]
FS-11785 [mod_tone_stream] fix dead assignment
Chris Rienzo [Fri, 3 May 2019 00:16:43 +0000 (00:16 +0000)]
FS-11785 [mod_local_stream] fix dead assignment
Chris Rienzo [Fri, 3 May 2019 00:11:58 +0000 (00:11 +0000)]
FS-11785 [mod_format_cdr, mod_local_stream] fix dead assignment
Chris Rienzo [Thu, 2 May 2019 23:58:36 +0000 (23:58 +0000)]
FS-11785 [mod_event_socket] fix dead assignment
Chris Rienzo [Thu, 2 May 2019 23:52:01 +0000 (23:52 +0000)]
FS-11785 [mod_httapi] Fix dead assignment and null pointer false positive
Mike Jerris [Tue, 23 Apr 2019 21:46:19 +0000 (15:46 -0600)]
FS-11785: [core] fix scan-build dead assignments
Chris Rienzo [Tue, 23 Apr 2019 21:14:58 +0000 (21:14 +0000)]
FS-11785 [mod_voicemail] fix a couple other places- unused code
Chris Rienzo [Tue, 23 Apr 2019 19:33:33 +0000 (19:33 +0000)]
FS-11785 [mod_opus] move fec_bitrate scope to a better place