Skip to content
Snippets Groups Projects
Commit 4fa28c4e authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #29024: dtmf over rtp: only increment timestep for new events

parent 35bbb8e5
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ void AudioRtpSession::sendDtmfEvent()
DEBUG("Send RTP Dtmf (%d)", dtmf.payload.event);
const int increment = getIncrementForDTMF();
if (dtmf.newevent)
timestamp_ += increment;
// discard equivalent size of audio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment