mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-10 01:40:26 +00:00
Example configuration: <profiles> <profile name="s3"> <!-- Credentials for AWS account. --> <aws-s3> <!-- 20 character key identifier --> <access-key-id><![CDATA[AKIAIOSFODNN7EXAMPLE]]></access-key-id> <!-- 40 character secret --> <secret-access-key><![CDATA[wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY]]></secret-access-key> <base-domain><![CDATA[example.com]]></base-domain> </aws-s3> <!-- Domains that this profile applies to --> <domains> <domain name="bucket.example.com"/> <domain name="bucket2.example.com"/> </domains> </profile> </profiles>
…
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
268 MiB
Languages
C
64.4%
C++
21.8%
JavaScript
4.7%
Assembly
2%
Makefile
1%
Other
5.4%