aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-21Only delete scheduled item if it existsoej1-7/+11
2006-06-09- RTP debug message formattingoej1-4/+4
2006-06-09Move payloadtype back home to rtp.c oej1-0/+13
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.oej1-1/+1
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongskpfleming1-3/+62
2006-06-08Avoid using the name "early media" for media that is not earlyoej1-5/+6
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsoej1-4/+3
2006-06-05clean up various formatting issuesrussell1-106/+106
2006-06-05Move definition of RTP structure to rtp.h (preparing for future changes)oej1-62/+0
2006-06-05Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)oej1-26/+707
2006-06-04- 5 is the highest used debug level, so let's stay thereoej1-4/+4
2006-06-04- Doxygen fixoej1-3/+3
2006-05-31Merged revisions 31161 via svnmerge from kpfleming1-1/+2
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-12/+8
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