]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 297310 via svnmerge from
authorTerry Wilson <twilson@digium.com>
Thu, 2 Dec 2010 18:07:39 +0000 (18:07 +0000)
committerTerry Wilson <twilson@digium.com>
Thu, 2 Dec 2010 18:07:39 +0000 (18:07 +0000)
commitc81f9d0fdaf97791751b2acaa2ea9f0c96c96c23
treed07a86713078f3c289a29f61e5eff089f9e27a3c
parent2b8d1baccfb6970a4350a95a3e4fbcb9b7d6ec02
Merged revisions 297310 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r297310 | twilson | 2010-12-02 12:00:27 -0600 (Thu, 02 Dec 2010) | 12 lines

  Initialize offset for adaptive jitter buffer

  When the adaptive jitter buffer is enabled in sip.conf, the first frame placed
  in the jitter buffer fails with something like:

  jb_warning_output: Resyncing the jb. last_delay 0, this delay -215886466,
  threshold 1000, new offset 215886466

  This happens because the offset is not initialized before calling jb_put(). This
  patch modifies jb_put_first_adaptive() to set the offset to the frame's
  timestamp.

  Review: https://reviewboard.asterisk.org/r/1041/
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@297311 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/abstract_jb.c