Skip to content
Snippets Groups Projects
Commit a8b0348f authored by Damian Minkov's avatar Damian Minkov
Browse files

Reverts previous commit for min dtmf duration.

parent c3ca1cde
No related branches found
No related tags found
No related merge requests found
......@@ -371,14 +371,6 @@ else if(toneTransmissionState
}
}
// skip packets before reaching minimal duration
if(minimalToneDuration != -1
&& currentDuration < minimalToneDuration)
{
// do not send packets
return null;
}
dtmfPkt.init(
toneCode,
pktEnd,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment