Commit graph

17 commits

Author SHA1 Message Date
Alfred E. Heggestad
88e8339947 patch: add sdp_media_session_rattr() 2014-10-08 11:21:31 +00:00
Alfred E. Heggestad
fc306d1577 sdp: add decode function for RTP Extensions map (RFC 5285)
thanks to Jose Carlos Pujol
2014-08-15 10:59:05 +00:00
Alfred E. Heggestad
47c951506d this patch improves handling of SDP protocol/transport change
for established media sessions. Instead of aborting SDP decode with
an error (ENOTSUP) if transport is not supported, this scenario is
handled gracefully, and the media lines in question are disabled in
the SDP answer, and disabled from the app's perspective (remote port set to 0).
2014-06-03 11:39:20 +00:00
Richard Aas
679e061ff1 sdp: add sdp_media_laddr() 2014-02-22 11:17:20 +00:00
Alfred E. Heggestad
2818fe8c1b patch: add alternative protocols to sdp
- sdp_media_set_alt_protos() and accessor function


Example usage:

	err = sdp_media_set_alt_protos(m->sdp, 4,
				       "RTP/AVP",
       				       "RTP/AVPF",
       				       "RTP/SAVP",
       				       "RTP/SAVPF");
2013-06-24 20:13:42 +00:00
Alfred E. Heggestad
7f08d0c8b4 patch:
set SDP media encode-handler to NULL on deref

adds a function to make SDP media ignore formats. This is useful
for example with BFCP where the format list is to be ignored.
2013-02-28 21:38:30 +00:00
Richard Aas
d29d6d6142 sdp: added accessor function sdp_session_lbandwidth() 2012-10-18 09:16:11 +00:00
Alfred E. Heggestad
c7629d930b patch: remove usage of strerror(), use %m instead 2012-08-09 15:30:41 +00:00
Alfred E. Heggestad
48d51ab9a9 patch: add optional SDP media encode handler 2012-07-13 14:43:37 +00:00
Richard Aas
2c1b4c94d9 sipsess: doxygen comments 2012-05-21 06:19:38 +00:00
Alfred E. Heggestad
3e377be209 patch: add sdp format dynamic encode handler. add remote params to local format 2012-05-08 19:33:18 +00:00
Richard Aas
78241d4a60 doxygen comments for SDP and TLS 2012-04-11 13:24:07 +00:00
Richard Aas
0f4e572462 use str_isset() 2012-04-10 09:32:34 +00:00
Alfred E. Heggestad
5b86cffba3 patch: move unsupported codecs to the end of the list 2012-02-15 23:05:11 +00:00
Alfred E. Heggestad
68f35e1fb2 patch: set RTCP port only if RTP port is also set 2011-04-27 14:28:08 +00:00
Richard Aas
198703c7a0 update docs/dox for >= testing modules 2011-03-01 11:11:08 +00:00
Alfred E. Heggestad
6648fd2393 update splash 2010-11-03 11:34:14 +00:00