Commit Graph

204 Commits (d079b1c49f562afb40b8f19f582844471567d64d)

Author SHA1 Message Date
Russell Bryant ca9ba719b6 Merge a new implementation of ast_inet_ntoa, our thread safe replacement for
19 years ago
Kevin P. Fleming fd9c9ec28f allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has been requested (Sipura/Grandstream ATAs and others will need this)
19 years ago
Kevin P. Fleming ea1d0c4b33 G726-32 changes:
19 years ago
Joshua Colp a7d62fd60c Merged revisions 37307 via svnmerge from
19 years ago
Russell Bryant 833a8c825c resolve some pointer signedness warnings
19 years ago
Olle Johansson c011aa8630 Only delete scheduled item if it exists
19 years ago
Olle Johansson 6d4ab87321 - RTP debug message formatting
19 years ago
Olle Johansson 13a98f92fe Move payloadtype back home to rtp.c
19 years ago
Olle Johansson 9f5aa13142 Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.
19 years ago
Kevin P. Fleming 09778b268e move 'struct ast_rtp' back to rtp.c where it belongs
19 years ago
Olle Johansson e466f202b3 Avoid using the name "early media" for media that is not early
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Olle Johansson 479181951a Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of tests
19 years ago
Russell Bryant db528623ad clean up various formatting issues
19 years ago
Olle Johansson 4ab449be1b Move definition of RTP structure to rtp.h (preparing for future changes)
19 years ago
Olle Johansson 2dc6947144 Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)
19 years ago
Olle Johansson b42fbc09c3 - 5 is the highest used debug level, so let's stay there
19 years ago
Olle Johansson 0d6906e107 - Doxygen fix
19 years ago
Kevin P. Fleming 8dbcff6f21 Merged revisions 31161 via svnmerge from
19 years ago
Russell Bryant bb7dd96cfe Add support for using a jitterbuffer for RTP on bridged calls. This includes
19 years ago
Kevin P. Fleming c3dce57d95 mark RTP sessions that are not carrying DTMF
19 years ago
Kevin P. Fleming ca8f9083c0 clean up some compiler warnings (no reason to use signed integers for buffer lengths, ever)
19 years ago
Olle Johansson ea510a4cf9 - Format fixes
19 years ago
Luigi Rizzo 2b8bc286ef cast sockaddr_in to sockaddr because we need that.
19 years ago
Mark Spencer c696006923 Go ahead and merge STUN mods for RTP in preparation for some STUN
19 years ago
Mark Spencer dda130c334 Set "MARK" whenever SSRC changes (bug #6934)
19 years ago
Mark Spencer 8e9e1ac6bc Fix buglet on debug
19 years ago
Mark Spencer 9953f4f40e Make SIP early media work more efficiently without so many reinvites
19 years ago
Olle Johansson 7bbb6bd3aa - fix typo in rtp.c, devicestate.h
19 years ago
Joshua Colp 6016d3703d Change channel locking to API, nifty janitor project. (issue #7039 reported by Mithraen)
19 years ago
Luigi Rizzo 7c1b1cc29e - use '=' to copy struct sockaddr_in
19 years ago
Luigi Rizzo 1417b3498d - use '?' instead of if statements for assignment;
19 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
19 years ago
Russell Bryant a4bbb3ff90 make an error message more descriptive (issue #6855)
19 years ago
Russell Bryant f0a0c8eb29 convert malloc+memset to ast_calloc
19 years ago
Tilghman Lesher cb73379319 Merged revisions 13095 via svnmerge from
19 years ago
Tilghman Lesher fcc0ca8627 Merged revisions 12792 via svnmerge from
19 years ago
Tilghman Lesher f1209276fd Bug 4377 - Initial round of loader changes
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Russell Bryant e01861fafd define a global null_frame object so when queueing a null frame, you don't
20 years ago
Olle Johansson 9863ed4624 Whitespace change, extra <tab> added from my tab storage.
20 years ago
Kevin P. Fleming 21347757ef don't generate any message for native bridge attempts unless all the basic checks have passed and we're actually going to try it
20 years ago
Mark Spencer e2ef61814f Add support for H.264 with SIP and recording
20 years ago
Kevin P. Fleming a4f8d466e8 update copyright headers for files changed this year
20 years ago
Kevin P. Fleming 815d2413ff fix breakage from rev 7730 (failure to unlock list in get_proto)
20 years ago
Olle Johansson 715a220850 Bug #6109: Fix unprotected list in RTP, implement AST_LIST macros, update doxygen docs
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Mark Spencer 0d32a85be1 Major RTP fixes for using inbound SDP on outbound connection, get rid of
20 years ago
Russell Bryant 68fa778314 do not allow an rtp message with zero type (issue #5749)
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago