Commit 2638739c authored by garciay's avatar garciay
Browse files

Add MSRP support

parent 75a3e028
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -140,6 +140,10 @@ module LibSip_SDPTypes //MRO
                charstring attr_value
            }

            type record SDP_attribute_msrp {
                charstring attr_value
            }

            type record SDP_attribute_unknown {
                charstring name,
                charstring attr_value optional
@@ -168,6 +172,7 @@ module LibSip_SDPTypes //MRO
                SDP_attribute_conf            conf,
                SDP_attribute_rtpmap          rtpmap,
                SDP_attribute_rtcp            rtcp,
                SDP_attribute_msrp            msrp,

                //*  unknown has to be the last else encoding/decoding won't work!
                SDP_attribute_unknown unknown