mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
duplicated some code from 4943~4953, but that code has it's own problem, it forget to reset *bytes results to larger frame->datalen could read beyond the buffer, and it also makes stats not accurate. But if we reset *bytes at that place, then later the switch_vb_put_packet has problem because it depends that *bytes. this patch should fix the datalen at least buf still leaves duplicated code and inaccurate stats.
…
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
173 MiB
Languages
C
64.4%
C++
21.8%
JavaScript
4.7%
Assembly
2%
Makefile
1%
Other
5.4%