Commit Graph

166 Commits (a16ae226b685a8c434ec4f7eecf4ee8864fde4c7)

Author SHA1 Message Date
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
Mark Spencer 8b7e1054fe Fix accidental RTCP/RTP linkage
20 years ago
Kevin P. Fleming ce7a1e4768 bridging code cleanups:
20 years ago
Mark Spencer a384e30271 Improve RTP comments (bug #4792 with mods)
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago
Kevin P. Fleming 990bba90a7 ensure we record the last seqno we transmitted (bug #4659)
20 years ago
Kevin P. Fleming 5b11473088 send final 3 RFC2833 packets with same seqno (bug #4659)
20 years ago
Mark Spencer 02998cb285 Revert silly "sipura fix" which breaks RFC compatibility (bug #4549)
20 years ago
Mark Spencer 01c96e65f6 Don't try to read from an rtcp if there isn't one
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
20 years ago
Jeremy McNamara 59e98b5540 fix wordwrap
20 years ago
Jeremy McNamara ed447c9cfe Spell noise correctly
20 years ago
Russell Bryant 0dc3f6ee76 add comments, fix typos, and add note on default values (bug #4284)
20 years ago
Kevin P. Fleming 5c88a00280 fix RTP DTMF for Sipura SPA-3000 (bug #3675, yet again)
20 years ago
Kevin P. Fleming 6cd4f9a8d3 correct some signed/unsigned issues found by GCC 4 (bug #4237)
20 years ago
Mark Spencer c936fc827c Add remainder of rtp fixes, iax2 patch (bug #3961)
20 years ago
Kevin P. Fleming 23d7376f4d properly strip incoming padded RTP frames (bug #4264)
20 years ago
Kevin P. Fleming 9bd5c1d95b don't report EAGAIN as an error (bug #4128)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Kevin P. Fleming 35f2e4b8ae ensure that sequential DTMF sent via RTP has some 'dead air' between digits (bug #3675)
20 years ago
Kevin P. Fleming 228f03ae87 use more efficient code to produce non-codec-capability list (bug #3960)
20 years ago
Kevin P. Fleming c7c20f8656 report non-codec capabilities in 'sip debug' properly (bug #3960)
20 years ago
Kevin P. Fleming bbc8c2ce6f fix breakage from slin endianness commit earlier today (sorry :-()
20 years ago
Kevin P. Fleming b96ae79baa handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)
20 years ago
Mark Spencer 1e477ed10f Fix RTP checksums config option (bug #3908 with minor mods)
20 years ago
Mark Spencer f966e5e186 Simplify endianness and fix for unaligned reads (bug #3867)
20 years ago