34815 Commits

Author SHA1 Message Date
Alexander Traud
d7c68893cc
[configuration] Copy TLS ciphers from vars.xml even in Vanilla External
Previously, the configuration file vars.xml set the TLS Cipher Suites only for internal SIP profiles. External SIP profiles used the 'DEFAULT' set of the underlying OpenSSL. Now, external SIP profiles copy to the general setting of vars.xml as well. Of course, you can overwrite this anytime, for example, to use different sets for internal and external.
2020-10-16 15:32:48 +02: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
Andrey Volk
be42709de6
Merge pull request #866 from signalwire/testframework
[Unit-Tests] Tweak test framework, fail loading unit test when out of memory.
2020-09-22 23:27:26 +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
e1879a8e74
Merge pull request #863 from cdosoftei/apr-ipv6-tweak
[apr] fix find_if_index for BSDs/mac
2020-09-22 22:25:09 +04:00
cdosoftei
611377d40b
[apr] fix find_if_index for BSDs/mac 2020-09-21 11:50:09 -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
Andrey Volk
344120d71f
Merge pull request #857 from lazedo/patch-6
[mod_expr] log errors
2020-09-16 18:13:28 +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
5db313de81
Merge pull request #851 from signalwire/DTLSv1_2
[Core] Enable use of DTLSv1_2 on Windows.
2020-09-15 20:03:19 +04:00
Andrey Volk
da278e0b44
Merge pull request #852 from signalwire/mod_signalwire_fix
[mod_signalwire] Fix build with newer signalwire-c v2.0
2020-09-15 19:36:00 +04: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
Andrey Volk
4aa693072e [Core] Enable use of DTLSv1_2 on Windows. 2020-09-14 15:02:50 +04:00
Mike Jerris
301f113037 [build] add addr sanitizer to out of tree mod stubs 2020-09-10 14:33:26 -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
b21eef3859
Merge pull request #791 from signalwire/move-verto-client
[verto-client] move verto client to github.com/freeswitch/verto-client
2020-09-08 16:27:10 +04:00
Donald Maxwell
b21dd4e7f3 [Default-Configuration] Force sip subscription requests to require authentication. 2020-09-03 21:27:02 +04:00
Andrey Volk
bb79c578cb [Packaging] fix debian/util.sh to work properly with new cowbuilder/pbuilder requirements for gpg keyfile formatting. add gpg to to Build-Depends as its needed to reformat the ascii armored key into the required binary format. 2020-09-03 20:49:09 +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
Andrey Volk
c12300ca52 version bump 2020-08-19 03:32:54 +04:00
Norm Brandinger
8beac6c39b
[Documentation] Fix parameter definitions in switch_core_media_bug_add() 2020-08-18 19:52:19 +04:00
Andrey Volk
aa07d53622
Merge pull request #6 from sergey-safarov/specUP4
[Build-System] Relocate modules deps in freeswitch.spec
2020-08-18 19:43:50 +04:00
Andrey Volk
3983799e06
Merge pull request #806 from signalwire/packaging
[Packaging] Change maintainer to SignalWire, Inc
2020-08-18 19:41:43 +04:00
Andrey Volk
8da10404eb [Packaging] Change maintainer to SignalWire, Inc 2020-08-18 19:38:44 +04:00
Michael Jerris
a0c0c1fa4a
[Build-System] Only link sofia-sip to core, not all binaries 2020-08-18 17:42:37 +04:00
Lin.Sun
2f84eced53 [mod_say_*] fix possible memory-leak in say_ip() 2020-08-18 14:53:02 +08:00
Andrey Volk
2b8fa12baa [Core] Fix hangup race in recording_follow_transfer. 2020-08-17 21:07:11 +04:00
Andrey Volk
aaa4c09204
Merge pull request #793 from signalwire/spandsp3
[Build-System] Use spandsp3 package
2020-08-15 02:57:19 +04:00
Andrey Volk
0f95e265d1 [Build-System] Use spandsp3 package 2020-08-15 01:46:47 +04:00
Andrey Volk
6d7272c78d
Merge pull request #797 from signalwire/fixcentos
[Build-System] Remove mod_freetdm from spec file, fix compile errors on CentOS
2020-08-14 19:26:04 +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
Chris Rienzo
fbd242b7ed [verto-client] move verto client to github.com/freeswitch/verto-client 2020-08-13 11:00:21 -04:00
Mike Jerris
4dd938f86a Revert "[build] add out of tree modules (mod_coreclr, mod_janus, and mod_mosquitto) to modules.conf. Uncomment their line(s) to include them in your build."
This reverts commit 6b39f3a3e2a697c64bb33cba9f95531bcf0d2b96.

Disabling until we can figure out the drone build issue
2020-08-13 10:47:26 -04:00
LordPinna
145377dd8e
[mod_verto] Fix modify attended transfer response 2020-08-12 21:08:07 +04:00
Chris Rienzo
6b39f3a3e2 [build] add out of tree modules (mod_coreclr, mod_janus, and mod_mosquitto) to modules.conf. Uncomment their line(s) to include them in your build. 2020-08-12 15:26:10 +00:00
Chris Rienzo
53c3850f97 Rename License.txt to LICENSE 2020-08-12 09:20:00 -04:00
Chris Rienzo
6c8546ac62
Add License.txt 2020-08-12 09:18:10 -04:00