mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-22 19:29:54 +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
206 MiB
Languages
C
65.2%
C++
20.8%
JavaScript
4.8%
Assembly
2%
Makefile
1%
Other
5.4%