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
Andrey Volk
3e7ba04cbe
[mod_curl] Avoid passing null pointer value via data parameter of do_lookup_url()
2021-03-17 18:55:40 +03:00
Andrey Volk
90c35685c3
[mod_mongo, mod_redis, mod_voicemail] Fix leaking hash iterators.
2021-03-17 18:29:20 +03:00
surendrasignalwire
dbc894d959
[Core] Reuse caller profile
2021-03-17 00:52:36 +03:00
Seven Du
b5459fb5f5
[mod_av] remove extra space
2021-03-16 20:44:31 +03:00
Seven Du
9875e190aa
[mod_av] enable resampler when sample rate mismatch ( #153 )
2021-03-16 20:21:10 +03:00
Seven Du
21a536e774
[mod_video_filter] Disable waiting video ready which blocks the channel 10 seconds in early media
2021-03-16 20:16:06 +03:00
Dragos Oancea
b775c1f91a
[mod_enum] fix mem leak - ldns_resolver_new() - vanilla cfg.
2021-03-16 14:46:39 +00:00
Seven Du
a6a5784871
[mod_callcenter] fix leak ( #1050 )
...
[mod_callcenter] Fix small leak in cc-instance-id configuration parameter.
2021-02-13 12:34:54 -05:00
Chris Rienzo
806c0583d5
Merge pull request #995 from seven1240/final-chat
...
[mod_sms] add final chat function
2021-02-13 11:40:18 -05:00
Taner Mansur
f5388e444c
[mod_http_cache] Generic HTTP API Authorization header support ( #1048 )
...
[mod_http_cache] Generic HTTP API Authorization header support
2021-02-13 11:32:43 -05:00
mangshe0
fb0c46e5af
[mod_av] fix record crash bug
2020-12-23 20:15:41 +04:00
Andrey Volk
940d82ef9b
[Build-System] Fix build with MSBuild.
2020-12-23 00:11:37 +04:00
Andrey Volk
7345c77f96
Merge pull request #985 from seven1240/mock-tts
...
[mod_test] add tts mock
2020-12-17 21:54:16 +04:00
Andrey Volk
6b020ef17a
Merge pull request #1000 from signalwire/http-cache-windows-binary
...
[mod_http_cache] Set binary mode when downloading files in Windows
2020-12-17 21:51:44 +04:00
Andrey Volk
9368ed0d1f
Merge pull request #997 from seven1240/answer-decode-debug-video
...
[mod_dptools] early video decode and debug
2020-12-17 21:26:45 +04:00
Seven Du
25edcd6ccd
[mod_dptools] remove duplicated code
2020-12-17 22:54:25 +08:00
Chris Rienzo
243421c8fe
[mod_http_cache] Set binary mode when downloading files in Windows
2020-12-17 09:46:13 -05:00
Alexander Udovichenko
040416b8db
[mod_httpapi] Fix abs-file-cache-ttl typo
2020-12-17 15:52:24 +04:00
Seven Du
c1837909b1
[mod_dptools] early video decode and debug
2020-12-16 23:10:52 +08:00
Seven Du
97676a9b50
[mod_sms] add final chat function
2020-12-16 23:03:03 +08:00
Martin Paterson
d28dbd1cd6
[mod_voicemail] Fix error-case return in vm_fsdb_pref_greeting_set_function
2020-12-16 18:22:46 +04:00