]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add initial SDP state code. 61/4961/5
authorMark Michelson <mmichelson@digium.com>
Wed, 15 Feb 2017 20:43:36 +0000 (14:43 -0600)
committerMark Michelson <mmichelson@digium.com>
Tue, 21 Feb 2017 21:14:34 +0000 (15:14 -0600)
commita738772edd5279b1d0bfd3b49bb4cc6c010db5d1
tree1e2a6126b11f500ab9dd1403a860924d1c5c7933
parent5a130b2e1730467cd209d3b3c929ff5f24a2aa02
Add initial SDP state code.

This establishes the basic allocation/destruction of an SDP state
object, plus some of the simpler getter methods involved. Subsequent
tasks will deal with adding a state machine, creating SDPs from
capabilities and options, and merging SDPs into a joint SDP.

Change-Id: Ie3757ce186f04b65e9d1883f5aace53f24e53709
include/asterisk/sdp_state.h [new file with mode: 0644]
main/sdp_state.c [new file with mode: 0644]