35223 Commits

Author SHA1 Message Date
Chris Rienzo
a09f09fb1b [core] Add switch_ivr_record_file_event() and handle execute_on_record_start/execute_on_record_stop 2021-10-23 01:21:25 +03:00
Chris Rienzo
75223dc44a [core] Update switch_ivr_record_session_event() to check event vars for RECORD_STEREO, etc 2021-10-23 01:21:24 +03:00
Andrey Volk
caa428aa16 [Core] Prevent write after free into heap when calling switch_core_destroy_memory_pool() 2021-10-23 01:21:23 +03:00
Seven Du
7b873a2dc3 [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 01:21:22 +03:00
Chris Rienzo
5e7db8fdb5 [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 01:21:21 +03:00
Andrey Volk
0867950a1a [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 01:21:20 +03:00
Andrey Volk
3a16866201 [mod_sofia] Set sip_100_uepoch channel variable on initial 100 trying response. 2021-10-23 01:21:19 +03:00
Andrey Volk
4abc58c396 [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 01:21:18 +03:00
Andrey Volk
4893572069 [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 01:21:18 +03:00
Seven Du
a7a497810d [mod_av] support rtmps 2021-10-23 01:21:17 +03:00
Chris Rienzo
235dbf5f57 [mod_spandsp] set fax_trace_file channel var if a trace file is opened 2021-10-23 01:21:16 +03:00
Chris Rienzo
3a0f3686ae [mod_spandsp] add fax_trace_dir channel variable. When set, it will write spandsp fax trace to one file per fax. 2021-10-23 01:21:15 +03:00
Chris Rienzo
39793617c8 [core, mod_console, mod_graylog2] Add sequence to logs to preserve order when timestamp is not precise enough. 2021-10-23 01:21:14 +03:00
Chris Rienzo
3e3200db89 [mod_spandsp] Add verbose-log-level configuration. 2021-10-23 01:21:14 +03:00
Chris Rienzo
b52a3f95a0 [core] Do not log ERROR in switch_ivr_record_session() if media bug failed due to hangup 2021-10-23 01:21:13 +03:00
Andrey Volk
60ce1f5603 [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 01:21:12 +03:00
Anthony Minessale
708944fad1 [mod_av] don't exit on decode errs just continue 2021-10-23 01:21:11 +03:00
Seven Du
d9cd35455e [mod_av] fix interrupt callback is not passed down to the hls context in the first open_input 2021-10-23 01:21:10 +03:00
Seven Du
c14191e09e [mod_av] make key_frame_min_freq work to prevent generate key frames too frequently 2021-10-23 01:21:09 +03:00
Anthony Minessale
9f9d54a22e [core] some more hardening work 2021-10-23 01:21:08 +03:00
Anthony Minessale
c31a6e0bcb [core] some mods for file playback to get proper bitrate and timing 2021-10-23 01:21:08 +03:00
Anthony Minessale
415b0b74bb [mod_sofia] don't auto unhold via media format for non-sip 2021-10-23 01:21:07 +03:00
Anthony Minessale
735637fa4d [core] don't decode strings with no encoding in them 2021-10-23 01:21:06 +03:00
Anthony Minessale
f3f757072d [core] gen keyframe on new recording 2021-10-23 01:21:05 +03:00
Anthony Minessale
ae85190e0f [mod_video_filter] fix some keyframe stuff and add read:sound and write:sound options 2021-10-23 01:21:05 +03:00
Anthony Minessale
50fea65c34 [core] flush all the rtp on transfers 2021-10-23 01:21:04 +03:00
Anthony Minessale
280ffbc155 [core] fix possible looping recover 2021-10-23 01:21:03 +03:00
Anthony Minessale
9457bf9082 [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 01:21:02 +03:00
Anthony Minessale
55922ac6d0 [core] fix long sql stmts may be skipped, introduced in 2e88c67c9de5452c7e442d8e7fd35ca0172ad569 in 2009 2021-10-23 01:21:02 +03:00
Anthony Minessale
79586ea218 [core] add a flag to tell when video media bugs that touch the write stream are active 2021-10-23 01:21:01 +03:00
Anthony Minessale
b438adc861 [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 01:21:01 +03:00
Anthony Minessale
a6095a6e2f [core] expand vars on execute_on and api_on 2021-10-23 01:21:00 +03:00
Anthony Minessale
a5b1c7a93b [build] improve configure test for openal 2021-10-23 01:20:59 +03:00
Chris Rienzo
14067512e2 [core] allow external ID to be same as the session UUID 2021-10-23 01:20:59 +03:00
Chris Rienzo
9a4c43fa16 [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 01:20:58 +03:00
Andrey Volk
f89620fb5a [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 01:20:57 +03:00
Anthony Minessale
1c60b57449 [mod_verto] verto.announce 2021-10-23 01:20:56 +03:00
Anthony Minessale
48a4a40b90 [mod_verto] add subscribed channel in events so you can see what subscription string you used 2021-10-23 01:20:55 +03:00
Anthony Minessale
b2bc8d56e5 [mod_verto] send last known display info on re-attach 2021-10-23 01:20:55 +03:00
Anthony Minessale
f8af9ec13c [mod_verto] add verto.ping 2021-10-23 01:20:55 +03:00
Anthony Minessale
c3107de609 [mod_verto] verto auth stuff 2021-10-23 01:20:54 +03:00
Anthony Minessale
e8e5cae7fe [mod_verto] add verto perms commands 2021-10-23 01:20:54 +03:00
Anthony Minessale
931d23537e [mod_verto] add jsonlist 2021-10-23 01:20:53 +03:00
Anthony Minessale
3996af6497 [mod_verto] add log line to detect incorrect login 2021-10-23 01:20:53 +03:00
Anthony Minessale
eb6f419054 [mod_verto] make verto.attach always an answer and never an offer 2021-10-23 01:20:53 +03:00
Anthony Minessale
a82f0ee449 [mod_verto] fix reattach on reopen 2021-10-23 01:20:52 +03:00
Anthony Minessale
a8899b9c75 [mod_verto] get the conference to send a keyframe when you reload/attach so the video shows up faster 2021-10-23 01:20:52 +03:00
Anthony Minessale
dc46ac4170 [mod_verto] add param to have verto send pass over xml_curl 2021-10-23 01:20:51 +03:00
Anthony Minessale
d843d4dd89 [mod_verto] add debug controls for verto 2021-10-23 01:20:51 +03:00
Anthony Minessale
a6463cbeeb [mod_verto] indicate video fps and size of current layer to client 2021-10-23 01:20:51 +03:00