]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add extended properties to rtp_engine for RTP retransmission support.
authorBen Ford <bford@digium.com>
Thu, 22 Feb 2018 20:27:26 +0000 (14:27 -0600)
committerBen Ford <bford@digium.com>
Fri, 23 Feb 2018 18:55:54 +0000 (12:55 -0600)
commit8d707d33ab09736b1867a8ee977ab57f46e81bb8
tree6b6178ad60e15cae30ecec120b3f259f0a471615
parentaf12c03b6e8d2b5d5aa268f338c7bb9aead6073a
Add extended properties to rtp_engine for RTP retransmission support.

A couple of additional properties are needed in rtp_engine to enable
support for packet retransmission: AST_RTP_PROPERTY_RETRANS_RECV and
AST_RTP_PROPERTY_RETRANS_SEND. These will both be enabled automatically
if an endpoint has the webrtc option enabled. While this adds no
functionality currently, it will serve as a building block for future
changes for RTP retransmission support.

For more information, refer to the wiki page:
https://wiki.asterisk.org/wiki/display/AST/WebRTC+User+Experience+Improvements

Change-Id: Ic598acd042a045f9d10e5bdccb66f4efc9e587cc
include/asterisk/rtp_engine.h
res/res_pjsip_sdp_rtp.c