<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I&#39;d like to configure FreeSWITCH in such a way that it does actual real silence suppression and reduce the used network bandwidth during silence periods.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">By actual real silence suppression I mean that it uses one of the two options described in RFC 3389 chapter 5, so either</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">1) Sending RTP packets with payload 13 that carry CNG description instead of PCMU RTP packets during silence periods, and send those RTP payload 13 packets much less often than every 20 milliseconds, or</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">2) Use discontinuous RTP transmission during silence periods, or in other words send PCMU RTP packets much less often than every 20 milliseconds.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">So my questions:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">1) Does FreeSWITCH support on of those two options described above?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">2) If yes, how do I configure FreeSWITCH to actually do it?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Btw: I do know about <a href="https://freeswitch.org/confluence/display/FREESWITCH/VAD+and+CNG">https://freeswitch.org/confluence/display/FREESWITCH/VAD+and+CNG</a>, and I have tried most of the things described there. What I found (by using Wireshark) is that FreeSWITCH does indeed support VAD and CNG, but that the FreeSWITCH does not use that information to send RTP payload 13 CNG packets nor to do discontinuous RTP transmission, but instead the FreeSWITCH continues to send PCMU RTP packets every 20 milliseconds and puts the CNG audio inside these PCMU packets. This &quot;works&quot; in the way that the remote party hears CNG, but this is not silence suppression as it does not reduce the network bandwidth.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks a lot,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Markus</div></div>