mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-10 18:57:45 +00:00
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 unl
Multiple Licenses
268 MiB
Languages
C
64.4%
C++
21.8%
JavaScript
4.7%
Assembly
2%
Makefile
1%
Other
5.4%