Commit Graph

35171 Commits

Author SHA1 Message Date
Andrey Volk a7fa9bfedc [Core] Prevent write after free into heap when calling switch_core_destroy_memory_pool() 2021-10-23 22:00:39 +03:00
Seven Du 90db5a9032 [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
2021-10-23 22:00:38 +03:00
Chris Rienzo 60c4b62254 [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.
2021-10-23 22:00:38 +03:00
Andrey Volk a162cf86e8 [Core] Add check for recovery_skip_announcement_type_applications channel variable, change default behavior to not skip announcement type apps on recovery. 2021-10-23 22:00:37 +03:00
Andrey Volk d2e8a775b0 [mod_sofia] Set sip_100_uepoch channel variable on initial 100 trying response. 2021-10-23 22:00:37 +03:00
Andrey Volk 66a92063b6 [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. 2021-10-23 22:00:36 +03:00
Andrey Volk 734e9776e0 [Unit-tests] Add --enable-fake-dlclose configure flag so modules are not unloaded and ASAN could give more info and not just <unknown module>. 2021-10-23 22:00:36 +03:00
Seven Du 6b3cd2e41f [mod_av] support rtmps 2021-10-23 22:00:36 +03:00
Chris Rienzo be8535341a [mod_spandsp] set fax_trace_file channel var if a trace file is opened 2021-10-23 22:00:35 +03:00
Chris Rienzo a9629e72d4 [mod_spandsp] add fax_trace_dir channel variable. When set, it will write spandsp fax trace to one file per fax. 2021-10-23 22:00:35 +03:00
Chris Rienzo 2c3dcbde71 [core, mod_console, mod_graylog2] Add sequence to logs to preserve order when timestamp is not precise enough. 2021-10-23 22:00:34 +03:00
Chris Rienzo cd041b768c [mod_spandsp] Add verbose-log-level configuration. 2021-10-23 22:00:34 +03:00
Chris Rienzo 31fdf1b746 [core] Do not log ERROR in switch_ivr_record_session() if media bug failed due to hangup 2021-10-23 22:00:34 +03:00
Andrey Volk 5331850fc0 [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. 2021-10-23 22:00:33 +03:00
Anthony Minessale f8150ead2c [mod_av] don't exit on decode errs just continue 2021-10-23 22:00:33 +03:00
Seven Du 565550f218 [mod_av] fix interrupt callback is not passed down to the hls context in the first open_input 2021-10-23 22:00:32 +03:00
Seven Du 7cd3bf5af2 [mod_av] make key_frame_min_freq work to prevent generate key frames too frequently 2021-10-23 22:00:32 +03:00
Anthony Minessale 128d4776f8 [core] some more hardening work 2021-10-23 22:00:32 +03:00
Anthony Minessale d3ca238b05 [core] some mods for file playback to get proper bitrate and timing 2021-10-23 22:00:31 +03:00
Anthony Minessale d2ccb93f3e [mod_sofia] don't auto unhold via media format for non-sip 2021-10-23 22:00:31 +03:00
Anthony Minessale 5111b6ef73 [core] don't decode strings with no encoding in them 2021-10-23 22:00:30 +03:00
Anthony Minessale a7c3c95bef [core] gen keyframe on new recording 2021-10-23 22:00:30 +03:00
Anthony Minessale 1c37daba4c [mod_video_filter] fix some keyframe stuff and add read:sound and write:sound options 2021-10-23 22:00:30 +03:00
Anthony Minessale 8a6a6fca47 [core] flush all the rtp on transfers 2021-10-23 22:00:29 +03:00
Anthony Minessale f8004e1d66 [core] fix possible looping recover 2021-10-23 22:00:29 +03:00
Anthony Minessale badd59d609 [core, mod_verto] remove CF_VIDEO_ONLY and pay attention to the streams instead and add CF_NO_RECOVER flag for verto 2021-10-23 22:00:28 +03:00
Anthony Minessale 3ce9a9a393 [core] fix long sql stmts may be skipped, introduced in 2e88c67c9d in 2009 2021-10-23 22:00:28 +03:00
Anthony Minessale 2bdefa3532 [core] add a flag to tell when video media bugs that touch the write stream are active 2021-10-23 22:00:28 +03:00
Anthony Minessale 8f26613c80 [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 2021-10-23 22:00:27 +03:00
Anthony Minessale 0d463a2b42 [core] expand vars on execute_on and api_on 2021-10-23 22:00:27 +03:00
Anthony Minessale 35f1afa144 [build] improve configure test for openal 2021-10-23 22:00:27 +03:00
Chris Rienzo 6b6b721c10 [core] allow external ID to be same as the session UUID 2021-10-23 22:00:26 +03:00
Chris Rienzo c2e240d6dc [core] Add switch_core_session_set_external_id() which lets you define an additional identifier that you can use in switch_core_session_locate(). 2021-10-23 22:00:26 +03:00
Andrey Volk 6da4f147de [Unit-Tests] Fix switch_core_video test to use temporary path for generated files and clean them up. Ignore test runtime dirs. 2021-10-23 22:00:25 +03:00
Anthony Minessale d197db0601 [mod_verto] verto.announce 2021-10-23 22:00:25 +03:00
Anthony Minessale 34fa5c7dfe [mod_verto] add subscribed channel in events so you can see what subscription string you used 2021-10-23 22:00:25 +03:00
Anthony Minessale d84bf06bb1 [mod_verto] send last known display info on re-attach 2021-10-23 22:00:24 +03:00
Anthony Minessale ce6426052b [mod_verto] add verto.ping 2021-10-23 22:00:24 +03:00
Anthony Minessale 3b26bc65ae [mod_verto] verto auth stuff 2021-10-23 22:00:24 +03:00
Anthony Minessale ebe1fb3874 [mod_verto] add verto perms commands 2021-10-23 22:00:23 +03:00
Anthony Minessale c20cffdf61 [mod_verto] add jsonlist 2021-10-23 22:00:23 +03:00
Anthony Minessale 249718e934 [mod_verto] add log line to detect incorrect login 2021-10-23 22:00:22 +03:00
Anthony Minessale 4220e4659a [mod_verto] make verto.attach always an answer and never an offer 2021-10-23 22:00:22 +03:00
Anthony Minessale 993e778fcc [mod_verto] fix reattach on reopen 2021-10-23 22:00:22 +03:00
Anthony Minessale 91c0379041 [mod_verto] get the conference to send a keyframe when you reload/attach so the video shows up faster 2021-10-23 22:00:21 +03:00
Anthony Minessale ff48868dc4 [mod_verto] add param to have verto send pass over xml_curl 2021-10-23 22:00:21 +03:00
Anthony Minessale 902fa2c3da [mod_verto] add debug controls for verto 2021-10-23 22:00:20 +03:00
Anthony Minessale fb2250df8e [mod_verto] indicate video fps and size of current layer to client 2021-10-23 22:00:20 +03:00
Anthony Minessale a33062c9d8 [mod_verto] verto re-invites part 1 2021-10-23 22:00:19 +03:00
Anthony Minessale 1793c8cb7a [mod_verto] add new verto command construct basics 2021-10-23 22:00:19 +03:00