Commit Graph

192 Commits (503f99e2e86cb27725f0dba8fc662b364088fa70)

Author SHA1 Message Date
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
Mark Spencer 4606d74a66 Fix wrap around for rtp (bug #5595)
20 years ago
Kevin P. Fleming be7cdd4cd1 issue #5595
20 years ago
Kevin P. Fleming cb28ef70bc allow DTMF timeout to be configurable (issue #5160)
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer 141d9f7156 Make sure when the timeout occurs that we actually break the bridge (bug #5252)
20 years ago
Kevin P. Fleming 1e21c56426 use existing sample size in frame instead of recalculating it (issue #5390)
20 years ago
Mark Spencer dd11afca42 Fix call timeouts with rtp bridge etc (bug #5252)
20 years ago
Russell Bryant 8e5d45f3ac fix some formatting and add some comments (issue #5403)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 60ffafcc39 allow users of RTP to know when the peer endpoint is (apparently) behind a NAT
20 years ago
Kevin P. Fleming 19a4e8fe6d clarify transmission failure message when RTP peer is behind NAT (issue #5136 with mods to use flag bits instead of new variable)
20 years ago
Mark Spencer 5d4d2fdfd4 Add SIP video fixes
20 years ago