mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 10:26:41 +00:00
In commit 55d01d3defed4bfdc74704dbea0da9548a97a979 we set send_silence_when_idle to -1 rather than 400 when SRTP is engaged. But this left no way to enable white noise silence when desired. When SRTP is engaged we can't simply not send RTP because it breaks too many devices. So we need to prevent send_silence_when_idle from being unset or being set to zero. This change allows it to be set to other values so as to feed white noise rather than all zeros into the codec.
…
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
162 MiB
Languages
C
64.4%
C++
21.8%
JavaScript
4.7%
Assembly
2%
Makefile
1%
Other
5.4%