aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-16mark RTP sessions that are not carrying DTMFkpfleming1-4/+26
2006-05-16clean up some compiler warnings (no reason to use signed integers for buffer ...kpfleming1-5/+5
2006-05-16- Format fixesoej1-14/+19
2006-05-11cast sockaddr_in to sockaddr because we need that.rizzo1-1/+2
2006-05-11Go ahead and merge STUN mods for RTP in preparation for some STUN markster1-9/+307
2006-05-11Set "MARK" whenever SSRC changes (bug #6934)markster1-0/+10
2006-05-10Fix buglet on debugmarkster1-1/+1
2006-05-09Make SIP early media work more efficiently without so many reinvitesmarkster1-5/+92
2006-05-02- fix typo in rtp.c, devicestate.hoej1-1/+1
2006-04-27Change channel locking to API, nifty janitor project. (issue #7039 reported b...file1-26/+26
2006-04-15- use '=' to copy struct sockaddr_inrizzo1-25/+8
2006-04-14- use '?' instead of if statements for assignment;rizzo1-37/+16
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-3/+3
2006-03-31make an error message more descriptive (issue #6855)russell1-2/+2
2006-03-18convert malloc+memset to ast_callocrussell1-6/+5
2006-03-15Merged revisions 13095 via svnmerge from tilghman1-36/+21
2006-03-13Merged revisions 12792 via svnmerge from tilghman1-21/+36
2006-02-14Bug 4377 - Initial round of loader changestilghman1-2/+2
2006-02-01use string fields for some stuff in ast_channelkpfleming1-1/+1
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-17/+15
2006-01-24Whitespace change, extra <tab> added from my tab storage.oej1-1/+1
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...kpfleming1-0/+3
2006-01-07Add support for H.264 with SIP and recordingmarkster1-0/+3
2006-01-03update copyright headers for files changed this yearkpfleming1-1/+1
2006-01-03fix breakage from rev 7730 (failure to unlock list in get_proto)kpfleming1-13/+5
2006-01-03Bug #6109: Fix unprotected list in RTP, implement AST_LIST macros, update dox...oej1-113/+108
2005-12-30update doxygen docs to specify authorsrussell1-1/+4
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of markster1-30/+97
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/trunk@7221 f38db490-d61c-443f-...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