6307891557
Mon Feb 25 09:49:39 EST 2008 Pekka.Pessi@nokia.com * nua_subnotref.c: fixed problems re-calculating the subscription duration upon NOTIFY Thanks for Colin Whittaker for reporting this problem. Wed Feb 6 12:05:13 EST 2008 Pekka.Pessi@nokia.com * nua_stack.c: pass events while in shutdown if NUTAG_SHUTDOWN_EVENTS(1) has been set Wed Feb 6 12:05:46 EST 2008 Pekka.Pessi@nokia.com * nua: using global preferences. Added NUTAG_SHUTDOWN_EVENTS(). Mon Feb 25 12:10:31 EST 2008 Pekka.Pessi@nokia.com * nua: renamed crm_deinit as crm_complete, commented nua_client_methods_t initializers Mon Feb 25 14:14:15 EST 2008 Pekka.Pessi@nokia.com * nua: added NUTAG_SUB_EXPIRES() Tue Feb 26 11:09:37 EST 2008 Pekka.Pessi@nokia.com * nua: initial fix for sf.net bug #1827511 BYE can now be challenged. Tue Feb 26 11:19:40 EST 2008 Pekka.Pessi@nokia.com * nua_session.c: ensure correct call state Avoid assert() on bad input from network - crash reported by Michael Jerris. Also if calls are being terminated, reject new INVITE/UPDATE/PRACK requests with 481. Tue Feb 26 11:33:19 EST 2008 Pekka.Pessi@nokia.com * sdp_print.c: pt 9 is, like, g722. 19 is used by nobody, so it can be used as filler? Tue Feb 26 11:40:00 EST 2008 Pekka.Pessi@nokia.com * nua_session.c: fixed non-compiling fix on session state check git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7738 d0543943-73ff-0310-b7d9-9358b9ac24b2 |
||
---|---|---|
.. | ||
sofia-sip | ||
tests | ||
ChangeLog | ||
Doxyfile.in | ||
Makefile.am | ||
README | ||
errata | ||
rfc2327.txt | ||
run_test_sdp | ||
sdp.bnf | ||
sdp.c | ||
sdp.docs | ||
sdp_parse.c | ||
sdp_print.c | ||
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.