Hi,<br><br>We have a bugged provider that send us throw RTP wrong DTMF 
during call. It seems that wrong DTMF are shorter than 1200ms (about 
90%) so I want to try to ignore them.<br>For the moment, FS catch them and send it back to the bridged side, boring user.<br><br>switch_rtp.c:3410 RTP RECV DTMF C:552<br><br><br><br>Does min-dtmf-duration will make FS ignore them and not RECV them ?<br>
I saw the DTMF in &quot;normal&quot; RTP packet, but no digit was pressed in user side.<br><br>It&#39;s commented in my FS switch.conf.xml, how can I see the current value ?<br>&lt;!--&lt;param name=&quot;min-dtmf-duration&quot; value=&quot;400&quot;/&gt;--&gt;<br>
<br><br>Any other idea ?<br><br>thanks