Merged revisions 105932 via svnmerge from
commitd404d8e0824bb3e1fcc50a90a58d774308d99b02
authorrussell <russell@614ede4d-c843-0410-af14-a771ab80d22e>
Wed, 5 Mar 2008 01:54:16 +0000 (5 01:54 +0000)
committerrussell <russell@614ede4d-c843-0410-af14-a771ab80d22e>
Wed, 5 Mar 2008 01:54:16 +0000 (5 01:54 +0000)
tree210032a142b3c0eb0ce597ad9a35516cd3754139
parent4d86fd77f83ea5d141910ebcffbac6bf13f75a05
Merged revisions 105932 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r105932 | russell | 2008-03-04 19:52:18 -0600 (Tue, 04 Mar 2008) | 5 lines

Fix a bug that I just noticed in the RTP code.  The calculation for setting the
len field in an ast_frame of audio was wrong when G.722 is in use.  The len field
represents the number of ms of audio that the frame contains.  It would have
set the value to be twice what it should be.

........

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@105933 614ede4d-c843-0410-af14-a771ab80d22e
include/asterisk/frame.h
main/rtp.c
main/translate.c