Skip to content
Snippets Groups Projects
Commit f0380197 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix jitter buffer for call recording (bug #3826)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6ea8bf36
No related branches found
No related tags found
No related merge requests found
......@@ -659,6 +659,7 @@ int jb_get(jitterbuf *jb, jb_frame *frameout, long now)
if(thists && thists < lastts) jb_warn("XXXX timestamp roll-back!!!\n");
lastts = thists;
#endif
if(ret == JB_INTERP) frameout->ms = jb->info.last_voice_ms;
return ret;
}
......
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