ovadbar
855d8bd3e4
[mod_http_cache] Remove duplicate include statements
2020-12-16 18:19:49 +04:00
Andrey Volk
2ec89f19d9
Merge pull request #874 from traud/patch-1
...
[mod_spandsp] Fix two white-space errors
2020-12-16 18:15:06 +04:00
Andrey Volk
e43b192f70
Merge pull request #877 from traud/patch-3
...
[mod_av] Update error message
2020-12-16 18:12:51 +04:00
Seven Du
70571a440a
[mod_test] add tts mock
2020-12-14 13:24:26 +08:00
Chris Rienzo
0f7ba14333
[mod_http_cache] Crash on HTTP GET with generated AWS v4 signature
...
Co-authored-by: Miguel Gonzalez <maggonzz@gmail.com>
2020-11-09 23:08:05 +04:00
agree
b7b83db66d
[mod_conference] Fix conference api saymember wrong output message
2020-11-06 00:35:45 +04:00
Alexander Traud
828811501c
[mod_av] Update error message
...
Five years ago, commit b29174e added the scale/conversion library of
FFmpeg. However, that library is not part of libavformat-dev and added
an additional requirement. That was not reflected in the error message,
when FFmpeg libraries are missing.
2020-09-29 10:30:56 +02:00
Alexander Traud
5aaf2eb3df
[mod_spandsp] Fix two white-space errors
...
Seven years ago, commit eee96c6 introduced two white-space errors. The
compiler Clang 10 errors: misleading indentation; statement is not
part of the previous 'if'. Now, Clang compiles successfully.
2020-09-27 11:45:17 +02:00
lazedo
da4fa9bac7
[mod_expr] log errors
2020-09-16 02:13:52 +01:00
Andrey Volk
7c0062938f
[mod_signalwire] Fix build with newer signalwire-c v2.0
2020-09-15 19:14:48 +04:00
Andrey Volk
be5757d93b
Merge pull request #812 from micmac1/spandsp3-fixes
...
[mod_spandsp, mod_gsmopen] Fix typo and build with external spandsp
2020-09-01 21:13:32 +04:00
Andrey Volk
850b10a864
Merge pull request #749 from signalwire/mod_signalwire_upgrade
...
[mod_signalwire] Upgrade code to be able to work on newer libks and signalwire-c v2.0 when released
2020-08-25 22:17:29 +04:00
Sebastian Kemper
61368b24c1
[mod_spandsp] Fix typo
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-08-19 22:25:01 +02:00
Mike Jerris
cdb4810f8a
[Build-System] Remove mod_freetdm from spec file, fix compile errors on CentOS
2020-08-14 18:49:39 +04:00
Andrey Volk
231d5e6494
[Build-System] Remove SpanDSP library from the FreeSWITCH tree and use packages instead.
2020-08-04 19:15:28 -04:00
Andrey Volk
3d74cf1379
[mod_signalwire] Upgrade code to be able to work on newer libks and signalwire-c v2.0 when released
2020-07-22 20:47:53 +04:00
Andrey Volk
64646a3448
[mod_http_cache] Fix Windows build
2020-07-21 01:51:47 +04:00
Chris Rienzo
17ebce7e3b
Add v4 sig to http cache ( #741 )
...
* FS-9676 [mod_http_cache] Support for AWS Signature version 4 and drop support for version 2
Co-authored-by: baonq-me <quocbao747@gmail.com>
2020-07-20 15:34:55 -04:00
Andrey Volk
0275ea1eb4
[Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions.
2020-05-25 14:18:25 +04:00
Andrey Volk
eba009868e
Merge pull request #474 from dragos-oancea/mod_cv-nullptr-passed
...
[mod_cv] scan-build: Null pointer passed as an argument to a 'nonnull' parameter.
2020-05-15 20:28:51 +04:00
windy-wang
120132b190
[mod_av] Break packets evenly
2020-05-14 01:45:48 +04:00
Andrey Volk
d9d49920cb
[mod_httapi] Fix leak of context->url_params
2020-05-07 03:16:58 +04:00
Mike Jerris
3089e8e548
[mod_av] reduce some errors to warnings in logs
2020-05-07 03:08:42 +04:00
Andrey Volk
96c615e353
[mod_av] Reduce error level to warning for "Could not decode frame".
2020-05-07 02:47:19 +04:00
Andrey Volk
a198e765fe
[mod_conference] Fix memory leaks and a possible deadlock in chat_send();
2020-05-07 02:40:41 +04:00
Andrey Volk
51cc971d45
Merge pull request #478 from dragos-oancea/mod_redis-undefined-val
...
[mod_redis] scan-build: Assigned value is garbage or undefined
2020-03-12 20:22:43 +04:00
Dragos Oancea
389a917998
[mod_redis] scan-build: Assigned value is garbage or undefined
2020-03-06 11:17:03 +00:00
Dragos Oancea
3e3445d06c
[mod_cv] scan-build: Null pointer passed as an argument to a 'nonnull' parameter.
...
Access to field 'shape_scale' results in a dereference of a null pointer.
Dead assignments.
2020-03-05 23:42:50 +00:00
Andrey Volk
90a7fc7125
Merge pull request #464 from dragos-oancea/mod_fifo-uninitialized-value
...
[mod_fifo] scan-build: Function call argument is an uninitialized value, fix dead assignments
2020-03-06 00:58:05 +04:00
Andrey Volk
6f24d9b489
Merge pull request #436 from dragos-oancea/mod_redis-potential-memleak
...
[mod_redis] scan-build: Potential leak of memory pointed to by 'cptr' - cr_morebulk()
2020-03-06 00:40:57 +04:00
Dragos Oancea
a6d5f46e4a
[mod_fifo] scan-build: Function call argument is an uninitialized value, fix dead assignments
2020-02-28 14:55:48 +00:00
Andrey Volk
0f96cae9ac
Merge pull request #450 from dragos-oancea/mod_fifo-val-never-read
...
[mod_fifo] scan-build: Value stored to 'arg' is never read - xml_callback()
2020-02-28 00:39:39 +04:00
Andrey Volk
0594177ee0
Merge pull request #454 from dragos-oancea/mod_redis-nullptr-deref
...
[mod_redis] scan-build: Dereference of null pointer - cr_delete()
2020-02-28 00:35:51 +04:00
Dragos Oancea
68e3b52828
[mod_voicemail_ivr] scan-build: Value stored to 'previous_msg' during its initialization is never read - vmivr_menu_navigator()
2020-02-27 13:52:05 +00:00
Dragos Oancea
40745503a1
[mod_redis] scan-build: Dereference of null pointer - cr_delete()
2020-02-27 12:48:35 +00:00
Dragos Oancea
623b9f60e0
[mod_fifo] scan-build: Value stored to 'arg' is never read - xml_callback()
2020-02-27 12:11:16 +00:00
Andrey Volk
2d727b7b31
Merge pull request #444 from signalwire/mod_abstraction
...
[mod_abstraction] scan-build: Fix dead assignment.
2020-02-27 00:09:12 +04:00
Andrey Volk
f90c4b411e
Merge pull request #443 from signalwire/mod_callcenter
...
[mod_callcenter] scan-build: Fix dead initialization.
2020-02-27 00:07:37 +04:00
Andrey Volk
776ae387ae
Merge pull request #442 from signalwire/mod_cidlookup
...
[mod_cidlookup] Fix dereference of null pointer and optimize use of pool's memory avoiding double-allocations.
2020-02-27 00:06:27 +04:00
Andrey Volk
b0d2ffcaec
Merge pull request #440 from signalwire/mod_rss
...
[mod_rss] scan-build: Fix dead assignments.
2020-02-27 00:05:05 +04:00
Andrey Volk
b099d0383d
Merge pull request #441 from signalwire/mod_memcache
...
[mod_memcache] scan-build: Fix "Uninitialized argument value"
2020-02-26 23:59:24 +04:00
Andrey Volk
0970e392c9
Merge pull request #435 from dragos-oancea/mod_voicemail_ivr-nullptr-arg
...
[mod_voicemail_ivr] scan-build: Null pointer passed as an argument to a 'nonnull' parameter - SWITCH_STANDARD_APP(voicemail_ivr_function)
2020-02-26 23:57:39 +04:00
Andrey Volk
caec8a3054
Merge pull request #431 from dragos-oancea/mod_oreka-linear-frame--val-never-read
...
[mod_oreka] scan-build: Value stored to 'linear_frame' is never read oreka_audio_callback()
2020-02-26 23:51:50 +04:00
Saurabh
26b95eea75
[mod_httapi] Introduction of connect-timeout param
2020-02-26 23:08:21 +04:00
Andrey Volk
c6d050d87d
[mod_abstraction] scan-build: Fix dead assignment.
2020-02-26 17:02:26 +04:00
Andrey Volk
f113efd7ae
[mod_callcenter] scan-build: Fix dead initialization.
2020-02-26 16:53:21 +04:00
Andrey Volk
949fcbabe1
[mod_cidlookup] Fix dereference of null pointer and optimize use of pool's memory avoiding double-allocations.
2020-02-26 16:12:32 +04:00
Andrey Volk
69c8b06112
[mod_memcache] scan-build: Fix "Uninitialized argument value"
2020-02-26 15:26:25 +04:00
Andrey Volk
0e8e4fff7d
[mod_rss] scan-build: Fix dead assignments.
2020-02-26 14:48:30 +04:00
Dragos Oancea
b53274276f
[mod_redis] scan-build: Potential leak of memory pointed to by 'cptr' - cr_morebulk()
2020-02-25 22:04:01 +00:00