mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
rtp_secure_media=true --inbound: Accept the srongest supported offered crypto suite, MUST result in a negotiated crypto or aborts. --outbound: offer all supported crypto suites, MUST result in a negotiated crypto or aborts. rtp_secure_media=optional --inbound: Accept the srongest supported offered crypto suite, fall back to no crypto if no valid ones accepted. --outbound: offer all supported crypto suites, OPTIONAL result in a negotiated crypto falls back to no crypto. rtp_secure_media=<suite1>,<suiteN> --inbound: same behaviour as rtp_secure_media=true with smaller set of acceptable suites. --outbound: offer supplied crypto suites, same behaviour as rtp_secure_media=true with smaller set of suites.
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses
196 MiB
Languages
C
65.2%
C++
20.8%
JavaScript
4.8%
Assembly
2%
Makefile
1%
Other
5.4%