Fix jitter buffer for call recording (bug #3826)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-03-31 21:52:17 +00:00
parent 6ea8bf36f8
commit f0380197a9

View File

@@ -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;
}