]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: timestamp should be unsigned instead of signed int
authorMorten Tryfoss <morten@tryfoss.no>
Tue, 21 May 2019 16:29:05 +0000 (18:29 +0200)
committerJoshua Colp <jcolp@digium.com>
Wed, 22 May 2019 14:46:55 +0000 (08:46 -0600)
commit9351aa3f0e2c45db7c2379a94688531b6e674765
treed148030305b90669bf410ca515fe156c3eaebf29
parent2aa9bc6d2cf655fc8d12072922b897f4dd00c0e8
res_rtp_asterisk: timestamp should be unsigned instead of signed int

Using timestamp with signed int will cause timestamps exceeding max value
to be negative.
This causes the jitterbuffer to do passthrough of the packet.

ASTERISK-28421

Change-Id: I9dabd0718180f2978856c50f43aac4e52dc3cde9
res/res_rtp_asterisk.c