mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-08 13:21:51 +00:00
69cda3d7cc66e6cd2372c8e03539167354e4583a
libzrtp strings are weird, and we were previously misusing the function zrtp_zstrcpyc. We can't use ZSTR_GV because it does insane things and causes an array-bounds warning on gcc 4.7. So we have to take matters into our own hands and setup the string correctly and copy data into it. Because we were doing it wrong, people would get weird pseudo-random single-character names for the zrtp cache file, and the file would end up in the wrong place. Now that this is fixed, users will need to locate and move their zrtp cache file to their db_dir and name it "zrtp.dat" if they wish to keep their current ZRTP cache. FS-4344 --resolve
Simple perl script to colorize an existing FreeSWITCH log file; requires CPAN module Term::ANSIColor
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 unlock the telecommunications potential of any device.
Multiple Licenses
219 MiB
Languages
C
64.6%
C++
21.1%
JavaScript
4.8%
Assembly
2%
Makefile
1.1%
Other
5.6%