summaryrefslogtreecommitdiff
path: root/rtp.c
AgeCommit message (Expand)Author
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-20ensure that sequential DTMF sent via RTP has some 'dead air' between digits (...Kevin P. Fleming
2005-04-06use more efficient code to produce non-codec-capability list (bug #3960)Kevin P. Fleming
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)Kevin P. Fleming
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()Kevin P. Fleming
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)Kevin P. Fleming
2005-03-31Fix RTP checksums config option (bug #3908 with minor mods)Mark Spencer
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)Mark Spencer
2005-03-25Don't use deprecated "2" location for G.726 (rfc3551)Mark Spencer
2005-03-24show correct seq no in debug output (bug #3849)Russell Bryant
2005-03-17Add support for Solaris/x86 (bug #3064)Mark Spencer
2005-03-05Merge H.263+ support (bug #3709)Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-27Revert earlier timestamp stuff pending contact with Intel over apparent HMP b...Mark Spencer
2005-02-27Make sure we increase the timestamp between digits (bug #3675)Mark Spencer
2005-02-15Fix message from WARNING to DEBUG.Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-18Send a few more rfc2833 events on hte "down" (bug #3339)Mark Spencer
2005-01-07Support CNG transmission when on hold (bug #2904)Mark Spencer
2004-12-28Ignore invalid RTP packets (bug #3030)Mark Spencer
2004-12-28Various and assundary formatting fixes (bug #3174)Mark Spencer
2004-12-28Permit RTP to be resetMark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-12-09Update comment for fmtp 16, implement in RTP (bug #2999)Mark Spencer
2004-11-24Don't increment RTP timestmap on sending of DTMF (bug #2928)Mark Spencer
2004-11-19Increment seqno in RTP in RFC2833 (bug #2902)Mark Spencer
2004-11-17Revised seqno fix (bug #2887)Mark Spencer
2004-11-17Fix rollover with DTMF (bug #2887)Mark Spencer
2004-11-11Fix segfaultMark Spencer
2004-10-30Add RTP debug support (bug #2570)Mark Spencer
2004-10-19Send empty frames when missing frames arrive (hope this doesn't break anything)Mark Spencer
2004-09-18LPC fixMark Spencer
2004-09-15First pass at LPC10Mark Spencer
2004-09-09Make sure rtp->f.data is initialized properly for 3389 (asterisk dev mailing ...Mark Spencer
2004-08-31Grab each lock individually...Mark Spencer
2004-08-31Be sure to do ntohl before considering extended fieldMark Spencer
2004-08-31Be sure we still check for proper buffer lengthMark Spencer
2004-08-31First pass at handling RTP header extension bitMark Spencer
2004-08-26Repair offer/answer model (bug #2293), initial CNG work for new frametypeMark Spencer
2004-08-07Wait for command to complete (bug #1733) and take RTP 19 as CN too...Mark Spencer
2004-07-31Get other instance of 101 changed to "payload" (bug #2191)Mark Spencer
2004-07-31Don't hard code the RTP payload type to 101 (bug #2192)Mark Spencer
2004-07-19Don't copmile in the no-RTP checksum stuff for non-Linux (bug #2089)Mark Spencer
2004-07-17Add option to disable checksums on RTP UDP ports (bug #2068)Mark Spencer
2004-07-08Extend bindaddr to RTP connections on SIP (bug #1989 et al)Mark Spencer
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-30Merge Steven Davie's timestamp improvementsMark Spencer
2004-06-29Formatting fixes (bug #1951)Mark Spencer
2004-06-29Report checksum failures as such (bug #1942)Mark Spencer