Piotr b0106ac17f FS-10778: Fix compilation and refactor code
Prefer break over indent.

if (!p) {
    break;
}

// the code...

over

if (p) {
    // the
    // code
    // ...
}
2018-07-24 07:21:34 +00:00
2017-06-05 15:11:52 -05:00
2017-11-20 11:30:50 -05:00
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 355 MiB
Languages
C 65.2%
C++ 20.8%
JavaScript 4.7%
Assembly 2%
Makefile 1.1%
Other 5.4%