]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Dragos Oancea [Wed, 7 Jul 2021 12:47:33 +0000 (12:47 +0000)]
[core] MSRP: fix memleak (ssl)
Brian West [Thu, 1 Jul 2021 20:33:01 +0000 (15:33 -0500)]
[mod_conference] Skip dtmf dist to members with skip-dtmf
Andrey Volk [Wed, 30 Jun 2021 17:01:11 +0000 (20:01 +0300)]
[Core] Deprecate RFC 2833 Line flash event code 16 according to RFC 4733
Dragos Oancea [Mon, 28 Jun 2021 14:28:31 +0000 (14:28 +0000)]
[mod_sofia] fix memleak with invalid hostname as gw/proxy
Andrey Volk [Tue, 22 Jun 2021 21:06:37 +0000 (00:06 +0300)]
[Core] Don't flip CID on recover if that's done already.
Andrey Volk [Fri, 4 Jun 2021 23:37:58 +0000 (02:37 +0300)]
[Build-System] Add --enable-heap-profiler and --enable-cpu-profiler configure flags.
Andrey Volk [Tue, 15 Jun 2021 15:56:19 +0000 (18:56 +0300)]
[Core] Fix MSRP relaying.
Andrey Volk [Thu, 20 May 2021 22:00:35 +0000 (01:00 +0300)]
[mod_httapi] Avoid using CURLOPT_WRITEFUNCTION for headers
Chris Rienzo [Tue, 11 May 2021 20:42:23 +0000 (16:42 -0400)]
[mod_ssml] replace strncpy() with snprintf() to fix errors reported by newer compilers.
Dragos Oancea [Mon, 10 May 2021 17:10:24 +0000 (20:10 +0300)]
[mod_conference] json: MFLAG_DIST_DTMF
Dragos Oancea [Fri, 30 Apr 2021 14:13:15 +0000 (14:13 +0000)]
[mod_http_cache] fix race cond at shutdown
Andrey Volk [Fri, 30 Apr 2021 12:38:41 +0000 (15:38 +0300)]
[mod_commands] Fix leak of a timer object in timer_test
Andrey Volk [Thu, 22 Apr 2021 20:33:01 +0000 (23:33 +0300)]
[mod_sofia] Destroy session after relaying notify result on proxy refer.
Andrey Volk [Tue, 20 Apr 2021 09:54:36 +0000 (12:54 +0300)]
[mod_python] scan-build: Assigned value is garbage or undefined
Andrey Volk [Mon, 19 Apr 2021 18:48:35 +0000 (21:48 +0300)]
[mod_python] scan-build: Called C++ object pointer is null
Andrey Volk [Sat, 17 Apr 2021 23:09:57 +0000 (02:09 +0300)]
[Core] Fix database handles infinitely locked in switch_cache_db_database_interface_flush_handles()
Andrey Volk [Fri, 16 Apr 2021 22:47:05 +0000 (01:47 +0300)]
[Core] sqldb: Fix wrong lock order in switch_cache_db_release_db_handle()
Andrey Volk [Fri, 16 Apr 2021 22:06:21 +0000 (01:06 +0300)]
[Core] Fix wrong lock order in switch_user_sql_thread()
Andrey Volk [Fri, 16 Apr 2021 17:02:21 +0000 (20:02 +0300)]
[Core] Cleanup sqldb: remove unimplemented io_mutex from switch_cache_db_handle and sql_manager structures
Dragos Oancea [Wed, 14 Apr 2021 10:15:04 +0000 (10:15 +0000)]
[mod_sofia] rfc8760: use different nonce per auth algorithm.
[mod_sofia] keep unconsumed nonce in the db for 32 seconds (timer_t1x64) + nonce_ttl.
[mod_sofia] add #ifdef condition on using sha512: OPENSSL_VERSION_NUMBER >= 0x10101000L
aslgithub [Mon, 10 May 2021 22:56:36 +0000 (23:56 +0100)]
[mod_verto] clientReady - reattached_sessions array
Make mod_verto clientReady reattached_sessions array send channel IDs that have been reattached, rather than the same connection ID repeatedly.
Co-authored-by: davidp <davidp@cyfas.co.uk>
Andrey Volk [Wed, 3 Mar 2021 22:29:10 +0000 (01:29 +0300)]
[Core] Add exclude-error-log-from-xml-cdr config parameter and exclude_error_log_from_xml_cdr global variable.
Chris Rienzo [Mon, 1 Mar 2021 18:47:54 +0000 (18:47 +0000)]
[mod_ssml] Add channel-uuid parameter to the tts:// file format and forward it to the core speech handle as a parameter.
Chris Rienzo [Thu, 11 Feb 2021 02:16:41 +0000 (21:16 -0500)]
[mod_sofia] add sip_refer_continue_after_reply channel variable.
Set to true to prevent hangup when response to REFER request is received.
Added sip_refer_target_status_code and sip_refer_target_provisional_status_code
channel variables to store responses from NOTIFY sipfrags.
Chris Rienzo [Fri, 29 Jan 2021 22:03:56 +0000 (22:03 +0000)]
[core] Add switch_log_meta_printf() and switch_log_meta_vprintf() to allow JSON metadata to tag along with the log message.
Chris Rienzo [Sun, 17 Jan 2021 19:41:10 +0000 (14:41 -0500)]
[Unit-tests] Report test failure details as they happen. Fix issue where fst_xcheck definition did not allow its use inside conditional statements.
Chris Rienzo [Fri, 15 Jan 2021 13:37:09 +0000 (08:37 -0500)]
[core] Add app_disable_expand_variables channel variable. When true, application args are not expanded by FreeSWITCH and are passed to the application unchanged.
Chris Rienzo [Tue, 22 Dec 2020 23:23:35 +0000 (18:23 -0500)]
[core] Add switch_ivr_record_file_event() and handle execute_on_record_start/execute_on_record_stop
Chris Rienzo [Tue, 22 Dec 2020 20:32:48 +0000 (15:32 -0500)]
[core] Update switch_ivr_record_session_event() to check event vars for RECORD_STEREO, etc
Andrey Volk [Wed, 16 Dec 2020 00:10:45 +0000 (04:10 +0400)]
[Core] Prevent write after free into heap when calling switch_core_destroy_memory_pool()
Seven Du [Wed, 16 Dec 2020 14:55:12 +0000 (22:55 +0800)]
[mod_loopback] Add video support to null endpoint
* [mod_loopback] add video support to null channel
* [core test] add video session support
* [core] add video channel test case
Chris Rienzo [Fri, 11 Dec 2020 23:20:33 +0000 (18:20 -0500)]
[core] Add SMBF_PAUSE media bug flag to pause an individual media bug.
* [core] Add SMBF_PAUSE media bug flag to pause an individual media bug.
[core] Add switch_ivr_record_session_pause() to pause a session recording.
[mod_dptools] Add record_session_pause and record_session_resume dialplan APPs.
[mod_commands] Add pause/resume sub-commands to uuid_record API.
Andrey Volk [Mon, 16 Nov 2020 20:57:10 +0000 (00:57 +0400)]
[Core] Add check for recovery_skip_announcement_type_applications channel variable, change default behavior to not skip announcement type apps on recovery.
Andrey Volk [Tue, 27 Oct 2020 16:14:51 +0000 (20:14 +0400)]
[mod_sofia] Set sip_100_uepoch channel variable on initial 100 trying response.
Andrey Volk [Tue, 27 Oct 2020 22:26:04 +0000 (02:26 +0400)]
[mod_sofia] Add tls-orq-connect-timeout profile parameter so SIP engine could try again sending an outgoing request and when possible - using an alternative address (DNS failover). Add sip_call_tls_orq_connect_timeout channel variable per call to override profile's timeout.
Andrey Volk [Sun, 4 Oct 2020 15:24:30 +0000 (19:24 +0400)]
[Unit-tests] Add --enable-fake-dlclose configure flag so modules are not unloaded and ASAN could give more info and not just <unknown module>.
Seven Du [Mon, 7 Sep 2020 15:24:24 +0000 (23:24 +0800)]
[mod_av] support rtmps
Chris Rienzo [Fri, 31 Jul 2020 14:06:06 +0000 (14:06 +0000)]
[mod_spandsp] set fax_trace_file channel var if a trace file is opened
Chris Rienzo [Fri, 31 Jul 2020 13:43:29 +0000 (13:43 +0000)]
[mod_spandsp] add fax_trace_dir channel variable. When set, it will write spandsp fax trace to one file per fax.
Chris Rienzo [Thu, 30 Jul 2020 22:18:45 +0000 (22:18 +0000)]
[core, mod_console, mod_graylog2] Add sequence to logs to preserve order when timestamp is not precise enough.
Chris Rienzo [Thu, 30 Jul 2020 21:54:56 +0000 (21:54 +0000)]
[mod_spandsp] Add verbose-log-level configuration.
Chris Rienzo [Tue, 28 Jul 2020 19:56:07 +0000 (15:56 -0400)]
[core] Do not log ERROR in switch_ivr_record_session() if media bug failed due to hangup
Andrey Volk [Thu, 9 Jul 2020 19:06:47 +0000 (23:06 +0400)]
[mod_verto] Fix use of libks websockets on Windows. POLLHUP is ignored in poll events on Linux but fails on Windows so should be avoided.
Anthony Minessale [Sat, 27 Jun 2020 19:27:14 +0000 (19:27 +0000)]
[mod_av] don't exit on decode errs just continue
Seven Du [Thu, 14 May 2020 04:11:41 +0000 (12:11 +0800)]
[mod_av] fix interrupt callback is not passed down to the hls context in the first open_input
Seven Du [Sat, 16 Nov 2019 08:43:47 +0000 (16:43 +0800)]
[mod_av] make key_frame_min_freq work to prevent generate key frames too frequently
Anthony Minessale [Wed, 6 Mar 2019 23:17:47 +0000 (23:17 +0000)]
[core] some more hardening work
Anthony Minessale [Wed, 20 Feb 2019 19:15:13 +0000 (13:15 -0600)]
[core] some mods for file playback to get proper bitrate and timing
Anthony Minessale [Mon, 13 Apr 2020 23:16:27 +0000 (23:16 +0000)]
[mod_sofia] don't auto unhold via media format for non-sip
Anthony Minessale [Mon, 15 Jun 2020 19:43:46 +0000 (19:43 +0000)]
[core] don't decode strings with no encoding in them
Anthony Minessale [Wed, 24 Jul 2019 16:29:41 +0000 (16:29 +0000)]
[core] gen keyframe on new recording
Anthony Minessale [Fri, 19 Jul 2019 23:28:48 +0000 (23:28 +0000)]
[mod_video_filter] fix some keyframe stuff and add read:sound and write:sound options
Anthony Minessale [Tue, 23 Jun 2020 05:52:53 +0000 (05:52 +0000)]
[core] flush all the rtp on transfers
Anthony Minessale [Sun, 19 Apr 2020 04:03:41 +0000 (04:03 +0000)]
[core] fix possible looping recover
Anthony Minessale [Tue, 14 Apr 2020 19:52:38 +0000 (19:52 +0000)]
[core, mod_verto] remove CF_VIDEO_ONLY and pay attention to the streams instead and add CF_NO_RECOVER flag for verto
Anthony Minessale [Tue, 23 Jun 2020 05:49:50 +0000 (05:49 +0000)]
[core] fix long sql stmts may be skipped, introduced in
2e88c67c9de5452c7e442d8e7fd35ca0172ad569 in 2009
Anthony Minessale [Wed, 24 Jul 2019 15:28:04 +0000 (15:28 +0000)]
[core] add a flag to tell when video media bugs that touch the write stream are active
Anthony Minessale [Sat, 11 Apr 2020 22:40:53 +0000 (22:40 +0000)]
[core] add unlockable youtube resolver in the core. use global variable ${youtube_resolver} to set a cgi that takes url= param to translate youtube urls into real stream urls
Anthony Minessale [Sun, 19 Apr 2020 22:59:42 +0000 (22:59 +0000)]
[core] expand vars on execute_on and api_on
Anthony Minessale [Wed, 4 Dec 2019 23:51:57 +0000 (23:51 +0000)]
[build] improve configure test for openal
Chris Rienzo [Wed, 24 Jun 2020 02:31:09 +0000 (02:31 +0000)]
[core] allow external ID to be same as the session UUID
Chris Rienzo [Tue, 23 Jun 2020 21:50:18 +0000 (17:50 -0400)]
[core] Add switch_core_session_set_external_id() which lets you define an additional identifier that you can use in switch_core_session_locate().
Andrey Volk [Fri, 22 Oct 2021 20:43:42 +0000 (23:43 +0300)]
[Unit-Tests] Fix switch_core_video test to use temporary path for generated files and clean them up. Ignore test runtime dirs.
Anthony Minessale [Thu, 11 Jun 2020 23:24:43 +0000 (23:24 +0000)]
[mod_verto] verto.announce
Anthony Minessale [Wed, 3 Jun 2020 21:50:29 +0000 (21:50 +0000)]
[mod_verto] add subscribed channel in events so you can see what subscription string you used
Anthony Minessale [Fri, 22 May 2020 00:37:09 +0000 (00:37 +0000)]
[mod_verto] send last known display info on re-attach
Anthony Minessale [Sun, 10 May 2020 21:32:13 +0000 (21:32 +0000)]
[mod_verto] add verto.ping
Anthony Minessale [Sat, 9 May 2020 02:03:19 +0000 (02:03 +0000)]
[mod_verto] verto auth stuff
Anthony Minessale [Fri, 8 May 2020 01:20:14 +0000 (01:20 +0000)]
[mod_verto] add verto perms commands
Anthony Minessale [Thu, 23 Apr 2020 21:25:21 +0000 (21:25 +0000)]
[mod_verto] add jsonlist
Anthony Minessale [Wed, 22 Apr 2020 03:20:24 +0000 (03:20 +0000)]
[mod_verto] add log line to detect incorrect login
Anthony Minessale [Sat, 18 Apr 2020 02:13:19 +0000 (02:13 +0000)]
[mod_verto] make verto.attach always an answer and never an offer
Anthony Minessale [Mon, 13 Apr 2020 23:17:37 +0000 (23:17 +0000)]
[mod_verto] fix reattach on reopen
Anthony Minessale [Fri, 10 Apr 2020 21:36:37 +0000 (21:36 +0000)]
[mod_verto] get the conference to send a keyframe when you reload/attach so the video shows up faster
Anthony Minessale [Sun, 5 Apr 2020 20:15:12 +0000 (20:15 +0000)]
[mod_verto] add param to have verto send pass over xml_curl
Anthony Minessale [Wed, 1 Apr 2020 00:31:23 +0000 (00:31 +0000)]
[mod_verto] add debug controls for verto
Anthony Minessale [Mon, 30 Mar 2020 01:01:03 +0000 (20:01 -0500)]
[mod_verto] indicate video fps and size of current layer to client
Anthony Minessale [Wed, 18 Mar 2020 23:58:33 +0000 (23:58 +0000)]
[mod_verto] verto re-invites part 1
Anthony Minessale [Fri, 21 Feb 2020 18:52:35 +0000 (18:52 +0000)]
[mod_verto] add new verto command construct basics
Anthony Minessale [Mon, 4 Mar 2019 18:39:20 +0000 (18:39 +0000)]
[mod_verto] new changes for verto video features
Anthony Minessale [Thu, 21 Feb 2019 23:19:52 +0000 (23:19 +0000)]
[core]speed up call setup
Andrey Volk [Mon, 15 Jun 2020 11:13:39 +0000 (15:13 +0400)]
[mod_verto] Fix content length overflow on 32bit
Anthony Minessale [Tue, 24 Mar 2020 23:49:19 +0000 (03:49 +0400)]
[mod_verto] move websocket implementation to libks
Seven Du [Wed, 1 Apr 2020 07:31:42 +0000 (15:31 +0800)]
[mod_dptools] add debug_media app
Andrey Volk [Fri, 12 Jun 2020 10:12:46 +0000 (14:12 +0400)]
[Build-System] Sign FreeSWITCH modules with timestamp on Windows when new version is released.
Andrey Volk [Wed, 10 Jun 2020 00:34:49 +0000 (04:34 +0400)]
[Build-System] Sign FreeSWITCH MSI Package with the Code Signing Certificate on Windows.
Mike Jerris [Wed, 10 Jun 2020 17:11:55 +0000 (11:11 -0600)]
[mod_av] dont leak avformat context in error cases
Mike Jerris [Wed, 10 Jun 2020 01:18:24 +0000 (19:18 -0600)]
.gitignore
Mike Jerris [Wed, 10 Jun 2020 01:17:30 +0000 (19:17 -0600)]
.gitignore
Anthony Minessale [Tue, 3 Dec 2019 20:10:50 +0000 (20:10 +0000)]
[core] add idle cpu to log lines
Mike Jerris [Fri, 3 Apr 2020 18:53:58 +0000 (12:53 -0600)]
[core] url decode video render text
Anthony Minessale [Fri, 14 Dec 2018 20:54:03 +0000 (20:54 +0000)]
[core] reduce waits in sqldb
Anthony Minessale [Thu, 4 Jun 2020 02:14:51 +0000 (02:14 +0000)]
[mod_sofia] add sip_ignore_remote_cid var to ignore remote display update
wangxiaoli [Thu, 11 Apr 2019 09:09:52 +0000 (17:09 +0800)]
[mod_openh264, mod_av] add avcodec and openh264 debug
Anthony Minessale [Wed, 1 Apr 2020 03:00:54 +0000 (03:00 +0000)]
[mod_signalwire] add configurable stun port
Anthony Minessale [Fri, 22 May 2020 00:35:27 +0000 (00:35 +0000)]
[mod_imagick] improve log line
Anthony Minessale [Fri, 22 May 2020 00:36:03 +0000 (00:36 +0000)]
[mod_httapi, mod_http_cache] pass through seek values tracked in handle on proxy file handles
wangxiaoli [Fri, 12 Apr 2019 05:50:47 +0000 (13:50 +0800)]
[mod_av] print I-frame
Anthony Minessale [Mon, 13 Apr 2020 23:15:47 +0000 (23:15 +0000)]
[mod_av] fix interrupt callback is not passed down to the hls context in the first open_input
Anthony Minessale [Fri, 10 Apr 2020 18:44:25 +0000 (18:44 +0000)]
[core] add switch_filecmp