Seven Du
e237d08073
[mod_dptools] add debug_media app
2021-10-23 22:00:17 +03:00
Mike Jerris
fc8d431879
[mod_av] dont leak avformat context in error cases
2021-10-23 22:00:16 +03:00
wangxiaoli
1cbb2e6fc3
[mod_openh264, mod_av] add avcodec and openh264 debug
2021-10-23 22:00:13 +03:00
Anthony Minessale
e2a53bdcb8
[mod_signalwire] add configurable stun port
2021-10-23 22:00:12 +03:00
Anthony Minessale
243fc44f45
[mod_httapi, mod_http_cache] pass through seek values tracked in handle on proxy file handles
2021-10-23 22:00:12 +03:00
wangxiaoli
2ceec0b7f8
[mod_av] print I-frame
2021-10-23 22:00:11 +03:00
Anthony Minessale
fd747684a4
[mod_av] fix interrupt callback is not passed down to the hls context in the first open_input
2021-10-23 22:00:11 +03:00
Andrey Volk
07884e20a2
[Build-System] Fix switch_packetizer headers and add it to the build.
2021-10-23 22:00:08 +03:00
Mike Jerris
465344e8e3
[mod_fsv] fix leak in read failure scenario
2021-10-23 22:00:08 +03:00
Seven Du
97276035dc
[mod_av] fix leak ( #211 )
2021-10-23 22:00:06 +03:00
Seven Du
5243fbd3c5
[core, mod_av] move switch_packetizer to core
2021-10-23 22:00:06 +03:00
Seven Du
23640d06b1
[mod_av] fix value never read
2021-10-23 22:00:04 +03:00
Seven Du
9d2cb8b190
[mod_av] play video without decode
2021-10-23 22:00:02 +03:00
Seven Du
0db19ecdf8
[mod_fsv] add no_video_decode to support read video rtp packets without decode
2021-10-23 22:00:02 +03:00
Seven Du
3a1a2b3831
[mod_fsv] fix channels regression from 94eb8ac0a
2021-10-23 22:00:02 +03:00
Seven Du
7b46c01e9e
[mod_fsv] add video read support to fsv file format
2021-10-23 22:00:01 +03:00
Chris Rienzo
6a2661b608
[mod_conference] Members are searchable by var in more APIs
2021-10-23 21:59:57 +03:00
phonecomwire
885c05f01b
[mod_fifo] adding 'noans' and 'early' call status options and dtmf '0' disable config settings option
2021-10-23 21:59:56 +03:00
Chris Rienzo
3fca63e821
[mod_conference] Add conference::maintenance conference-heartbeat. Enable with heartbeat-period-sec configuration, minimum 20 seconds, 0 to disable.
2021-10-23 21:59:55 +03:00
phonecomwire
e8bbe933ac
[mod_valet_parking] Add valet_parking_orbit_exit_key option
2021-10-23 21:59:54 +03:00
Chris Rienzo
7770359e8a
[mod_av] Don't require .ext for streaming rtmp:// and rtsp:// formats
2021-10-23 21:59:54 +03:00
Michael Jerris
53b459a687
[core] add support for resolving (and ignoring) mdns style .local addresses in ice candidates
2021-10-23 21:59:54 +03:00
Chris Rienzo
6a099f74f9
[mod_spandsp] Protect spandsp data from t38 timer thread and call session thread simultaneous access.
2021-10-23 21:59:53 +03:00
Chris Rienzo
205bf55c8f
[mod_spandsp] Use single log for fax negotiation and page reports.
2021-10-23 21:59:50 +03:00
Andrey Volk
e51bbea7ca
[mod_dptools]: wait_for_silence does not allow the listen_hits parameter to be a value of 0
2021-10-23 21:59:49 +03:00
Seven Du
623fecd599
[Core] Add partial Asr support
2021-10-23 21:59:49 +03:00
Seven Du
8e2bba1d9d
[mod_conference] make conference breakable
2021-10-23 21:59:48 +03:00
Andrey Volk
b8be418fb8
[Core, mod_commands] Implement memory allocation statistics by adding the "memory" API command.
2021-10-20 17:53:18 +03:00
Andrey Volk
1b048a8a97
[Core, mod_hash] Add two APIs switch_core_hash_insert_alloc_destructor and switch_core_hash_insert_dup_destructor. Code cleanup in mod_hash. Add unit-tests.
2021-10-19 20:26:50 +03:00
Andrey Volk
bb150bc486
[mod_spandsp] scan-build: Argument with 'nonnull' attribute passed null in udptl_rx_packet()
2021-10-19 20:15:59 +03:00
Andrey Volk
e4ec2e1043
[mod_spandsp] scan-build: Argument with 'nonnull' attribute passed null in modem_init()
2021-10-19 20:15:58 +03:00
Andrey Volk
e9fde845de
[mod_cv] Replace deprecated definitions and update configure.ac to check renamed opencv4.pc on Debian Bullseye.
2021-10-14 23:29:30 +03:00
Sharath K Shetty
ee9214c6fb
[mod_dptools] Fix silence_ms misspelling typo in vad_test command
2021-09-01 17:48:42 +03:00
dhruvecosmob
d2981ec0c8
[mod_signalwire] add token-reset subcommand to the signalwire api.
2021-08-20 20:20:26 +03:00
tomeeo
dd1e0c1605
[mod_http_cache] Fix the query string not included for HTTP PUT requests to s3
2021-07-24 00:04:59 +03:00
Andrey Volk
1311a84ee2
[mod_signalwire] When SignalWire SIP Gateway is in unregistered state it's DOWN and can not be NOREG.
2021-07-20 20:41:08 +03:00
nrensen
ba8aff571e
[mod_commands] OpenBSD compat
2021-07-19 18:57:13 +03:00
Chris Rienzo
311e932df5
[core, mod_commands] Execute command under shell when using spawn in switch_system().
2021-07-16 17:34:53 +03:00
Andrey Volk
9aee9b8e24
[Core, mod_commands] Add posix_spawn replacement for the system call. Add unit-tests.
2021-07-16 17:34:42 +03:00
Anthony Minessale
21c113ba2c
[mod_curl] look for cacert in certs dir
2021-05-11 01:23:20 +03:00
Aron Podrigal
954056c009
[mod_curl] Added PATCH method, add insecure and secure options to verify SSL certs, add proxy option.
...
* mod_curl: hanlde PATCH method
* mod_curl: verify ssl with an option `insecure` to not verify
* mod_curl: added option to use proxy
* mod_curl: use assert(options)
* [mod_curl] default certificate validation secure/insecure controlled by `validate-certs` config option.
* [mod_curl] Added option secure to force https certs validation
2021-05-10 22:32:48 +03:00
figaro2015
ec1a0215fe
[Core, mod_conference] Fixed oscillation in conference AGC processing. Especially during volume reduction processing ( #1064 )
...
* Fixed oscillation in conference AGC processing. Especially during volume reduction processing
* Re-scaled granular volume to +/- 50 dB level change. 10 = double loudness, -10 = half loudness, 0 = no change
Co-authored-by: Chris Rienzo <chris@signalwire.com>
2021-04-02 22:18:16 +03:00
Christian Glombek
513b0fbf00
[mod_avmd, esl/python] Two build fixups ( #611 )
2021-03-24 19:30:52 +03:00
Dragos Oancea
dd39997588
[mod_av] fix memory leak on file playing
2021-03-22 18:49:13 +03:00
Andrey Volk
af272f5179
[mod_conference] Bridged conference did not wait it's last member before destroy and crashed.
2021-03-19 23:31:46 +03:00
Andrey Volk
3134c9aa57
[mod_callcenter] Fix use of uninitialized res variable in cc_agent_update()
2021-03-17 19:38:10 +03:00
Andrey Volk
cfdd1d9be8
[mod_http_cache] Handle error cases to avoid using uninitialized variables in aws logic.
2021-03-17 19:35:37 +03:00
Andrey Volk
d127eeeecc
[mod_snom, mod_snmp] Replace strncpy with snprintf
2021-03-17 19:25:46 +03:00
Andrey Volk
be6b40b024
[mod_lcr] Fix order_by and sql_stream streams leaking in the case of a DB error in lcr_load_config()
2021-03-17 19:20:41 +03:00
Andrey Volk
e614f08c93
[mod_httapi] Fix memory leak of dup_creds in httapi_sync()
2021-03-17 19:18:33 +03:00