freeswitch/libs/sofia-sip/libsofia-sip-ua/sdp
Anthony Minessale 7ca4ac566c FS-5949 FS-6945 #comment this change should be relevant to both of these issues, please test. This patch improves the hold parsing and ignores connection address of 0 implying hold when ice is present and disables the auto interpretation by the lower level stack of 0.0.0.0 to automatically imply sendonly to allow FS to decide on its own 2014-10-31 13:49:39 -05:00
..
sofia-sip add support for RTP/SAVPF to sofia stack 2013-01-14 08:31:10 -05:00
tests
ChangeLog
Doxyfile.in
Makefile.am clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
README
errata
rfc2327.txt
run_test_sdp
sdp.bnf
sdp.c add support for RTP/SAVPF to sofia stack 2013-01-14 08:31:10 -05:00
sdp.docs
sdp_parse.c FS-5949 FS-6945 #comment this change should be relevant to both of these issues, please test. This patch improves the hold parsing and ignores connection address of 0 implying hold when ice is present and disables the auto interpretation by the lower level stack of 0.0.0.0 to automatically imply sendonly to allow FS to decide on its own 2014-10-31 13:49:39 -05:00
sdp_print.c FS-5855 please try lastest HEAD 2013-10-08 12:10:36 -05:00
sdp_tag.c
test_sdp.c
torture_sdp.c

README

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.