aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-31Use the proper format string to print unsigned values in the rtp debug output.russell1-1/+1
2006-11-29If the frame was duplicated before writing out then we need to free it. (issu...file1-0/+2
2006-10-30Bind rtcp to proper IP addressoej1-1/+3
2006-09-01put in proper fix for issue #7294 instead of the broken partial fix that was ...kpfleming1-4/+10
2006-07-13yeah, ummm... This frame pointer should not be static. This situation onlyrussell1-1/+2
2006-07-07Change message regarding marker bit forcing when SSRC changes to be shown onl...file1-2/+2
2006-05-31silence a warning message that is not a warningkpfleming1-1/+2
2006-05-11backport fix from trunk for bug #6934, ensuring that RTP mark bit is changed ...kpfleming1-0/+10
2006-03-15Reverting patch from bug 6667tilghman1-36/+21
2006-03-13Bug 6667 - Fix for RFC2833 issuestilghman1-21/+36
2006-02-14revert yesterday's temporary fix for issue #6052kpfleming1-1/+12
2006-02-14don't try to use peer's dynamic codec numbers, it leads to duplication (issue...kpfleming1-12/+1
2005-11-30do not allow an rtp message with zero type (issue #5749)russell1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-11Fix wrap around for rtp (bug #5595)markster1-2/+4
2005-11-08issue #5595kpfleming1-2/+2
2005-11-01allow DTMF timeout to be configurable (issue #5160)kpfleming1-1/+12
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-1/+1
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)markster1-0/+2
2005-10-14use existing sample size in frame instead of recalculating it (issue #5390)kpfleming1-1/+1
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster1-4/+2
2005-10-12fix some formatting and add some comments (issue #5403)russell1-37/+81
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATkpfleming1-9/+9
2005-09-07clarify transmission failure message when RTP peer is behind NAT (issue #5136...kpfleming1-10/+30
2005-08-30Add SIP video fixesmarkster1-1/+12
2005-08-12Fix accidental RTCP/RTP linkagemarkster1-2/+1
2005-08-09bridging code cleanups:kpfleming1-11/+9
2005-08-03Improve RTP comments (bug #4792 with mods)markster1-8/+29
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-53/+22
2005-07-14ensure we record the last seqno we transmitted (bug #4659)kpfleming1-0/+4
2005-07-12send final 3 RFC2833 packets with same seqno (bug #4659)kpfleming1-9/+32
2005-06-18Revert silly "sipura fix" which breaks RFC compatibility (bug #4549)markster1-0/+4
2005-06-18Don't try to read from an rtcp if there isn't onemarkster1-1/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-0/+4
2005-06-02fix wordwrapjeremy1-2/+1
2005-06-02Spell noise correctlyjeremy1-4/+5
2005-05-16add comments, fix typos, and add note on default values (bug #4284)russell1-20/+27
2005-05-15fix RTP DTMF for Sipura SPA-3000 (bug #3675, yet again)kpfleming1-8/+12
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-2/+2
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)markster1-117/+4
2005-05-14properly strip incoming padded RTP frames (bug #4264)kpfleming1-0/+8
2005-05-04don't report EAGAIN as an error (bug #4128)kpfleming1-6/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-12/+12
2005-04-20ensure that sequential DTMF sent via RTP has some 'dead air' between digits (...kpfleming1-3/+4
2005-04-06use more efficient code to produce non-codec-capability list (bug #3960)kpfleming1-4/+18
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)kpfleming1-2/+23
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming1-7/+19
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-0/+14