Alexander Udovichenko
040416b8db
[mod_httpapi] Fix abs-file-cache-ttl typo
2020-12-17 15:52:24 +04:00
Norm Brandinger
7b841c048a
[mod_v8] Fix C++ compile warning
2020-12-17 00:48:03 +04:00
Andrey Volk
39fc5d4123
Merge pull request #982 from italorossi/bugfix/opus-donot-drop-call-corrupted-stream
...
[mod_opus] Do not hangup call on decode error - fix 86a5ee3509
2020-12-16 22:54:04 +04:00
Seven Du
55d8edf846
[core] support convert to ARGB_LE video format
2020-12-16 23:14:42 +08:00
Timothy Vanderaerden
aae2e08cca
[Core] Databases: Fix duplicate key name 'recovery3'
...
Fixes: (create index recovery3 on recovery(runtime_uuid)) to database: Duplicate key name 'recovery3'
2020-12-16 18:31:47 +04: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
ovadbar
855d8bd3e4
[mod_http_cache] Remove duplicate include statements
2020-12-16 18:19:49 +04:00
Rosen Penev
aa71d87528
[build] fix compilation under musl 1.2
...
musl 1.2 defaults to 64-bit time_t, causing a compile failure under 32-bit platforms.
2020-12-16 18:17:24 +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
Ítalo Rossi
6ddb61fd4e
[mod_opus] Do not hangup call on decode error - fix 86a5ee3509
2020-12-11 14:44:02 -03:00
Andrey Volk
8045c96458
[mod_gsmopen] Fix build on Visual Studio 2019
2020-11-20 18:29:52 +04:00
Norm Brandinger
68855f6acc
[Core] Fix XML generation
2020-11-17 22:23:21 +04:00
ajay-sabat
73d6da1342
[Core] switch_core_media: Correct srtp_remote_audio_crypto_key variable
2020-11-12 01:29:48 +04: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
Andrey Volk
1010c6c55c
Merge pull request #875 from traud/patch-2
...
[core] Fix ICE candidate priorities
2020-10-08 20:25:54 +04:00
Andrey Volk
6c24133ea7
Merge pull request #802 from signalwire/recording_follow_transfer
...
[Core] Fix hangup race in recording_follow_transfer.
2020-10-05 20:32:29 +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
ac8ef6ba1e
[core] Fix ICE candidate priorities
...
Seven years ago, commit cb076e6 used xor as pow. The compiler Clang 10
errors about this copy-paste-error from RFC 5245 section 4.1.2.1. Now,
Clang compiles successfully.
2020-09-27 13:04:31 +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
FredWemyss
e10126942e
[mod_sofia] Add back sip Identity header into sip_i_identity variables in sofia_parse_all_invite_headers
2020-09-23 21:58:36 +04:00
Mike Jerris
28c170fda1
[Unit-Tests] Tweak test framework, fail loading unit test when out of memory.
2020-09-22 22:56:54 +04:00
Andrey Volk
89c7f88656
Merge pull request #856 from lazedo/patch-5
...
[mod_kazoo] add kz_contact api
2020-09-16 18:15:27 +04:00
lazedo
da4fa9bac7
[mod_expr] log errors
2020-09-16 02:13:52 +01:00
lazedo
43e0d21534
[mod_kazoo] add kz_contact api
2020-09-16 02:11:09 +01:00
Andrey Volk
7c0062938f
[mod_signalwire] Fix build with newer signalwire-c v2.0
2020-09-15 19:14:48 +04:00
Ciprian
5ce4855a1e
[core] Enable MSRP over IPv6
...
* [core] Enable MSRP over IPv6
* [core] SWITCH_SO_IPV6_V6ONLY socket option
2020-09-15 13:42:22 +04:00
Ciprian
60073ad431
[core] DTLS PEM validation/creation tweaks and fix leaks in fixed pem path.
2020-09-10 21:56:25 +04:00
Philipp Hancke
7bd59f6440
[Core] Create x509v3 certificates
2020-09-08 23:42:38 +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
windy-wang
1d2a1057f8
[Core] Fix the null char in truncated value returned by switch_b64_decode
2020-09-01 21:04:49 +04:00
Ciprian
9c01bd4c78
[mod_rayo] Enable -fno-common compilation
2020-09-01 20:13:28 +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
51fba83ed3
[mod_gsmopen] Fix build with external spandsp
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-08-19 22:26:04 +02: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
Norm Brandinger
8beac6c39b
[Documentation] Fix parameter definitions in switch_core_media_bug_add()
2020-08-18 19:52:19 +04:00
Andrey Volk
2b8fa12baa
[Core] Fix hangup race in recording_follow_transfer.
2020-08-17 21:07:11 +04: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
LordPinna
145377dd8e
[mod_verto] Fix modify attended transfer response
2020-08-12 21:08:07 +04:00
Chris Rienzo
e82e68d182
Merge pull request #66 from micmac1/t38-reinv-fix
...
[mod-sofia] Fix reINVITE after T38 is rejected
2020-08-10 11:03:08 -04:00
Andrey Volk
242ab078f0
swigall
2020-08-05 08:16:54 +00:00
jelmd
466a455286
[mod_opusfile] Fix compiling write file support
2020-08-05 03:29:04 +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
5211c9bb43
Merge pull request #759 from signalwire/sofia
...
[Build-System] Remove Sofia-Sip library from the FreeSWITCH tree and use packages instead.
2020-08-04 02:34:25 +04:00
Andrey Volk
2fc0e3b80a
[Build-System] Remove Sofia-Sip library from the FreeSWITCH tree and use packages instead.
2020-08-03 23:46:45 +04:00
Mike Jerris
546bebbe5e
[core] fix build with newer build tools against openssl 1.1
2020-08-03 15:29:35 -04:00
Andrey Volk
b06036e30f
[mod_sofia] Cleanup usage of sofia-sip headers.
2020-08-03 22:15:19 +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