mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-09 16:09:44 +00:00
* sdp_parse.c: use lower-case udptl According to T.38 V3.4 some implementations are case-sensitive when checking transport protocol name. Thanks to Timo Bruhn for the hint. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10816 d0543943-73ff-0310-b7d9-9358b9ac24b2
SDP Parser and Printer ====================== This directory contains SDP parser and printer code. Parser takes an message and returns a corresponding C structure. Printer takes a C structure and returns a SDP message. There is an incomplete documentation in sdp.html on usage of parser and printer. Please refer to RFC 2327 for further information.