]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Fix autoframing=yes. 68/1468/1
authorAlexander Traud <pabstraud@compuserve.com>
Wed, 21 Oct 2015 14:51:11 +0000 (16:51 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Wed, 21 Oct 2015 14:54:15 +0000 (09:54 -0500)
commit869ef2a8ee4e4df271227d6b9b48470e44ad4831
tree176708b4a368a24ae22933a559166b2e79279029
parent7c560a9a31ce93ae35ac80ca7f098929fbc5c6d5
chan_sip: Fix autoframing=yes.

With Asterisk 13, the structures ast_format and ast_codec changed. Because of
that, the paketization timing (framing) of the RTP channel moved away from the
formats/codecs. In the course of that change, the ptime of the callee was not
honored anymore, when the optional autoframing was enabled.

ASTERISK-25484 #close

Change-Id: Ic600ccaa125e705922f89c72212c698215d239b4
channels/chan_sip.c