summaryrefslogtreecommitdiff
path: root/res/res_rtp_asterisk.c
AgeCommit message (Expand)Author
2013-05-09Fix The Payload Being Set On CN Packets And Do Not Set Marker BitMichael L. Young
2013-05-01Clear the DTMF sending digit tracking on off nominal pathsMatthew Jordan
2013-03-27Fix white noise on SRTP decryptionKinsey Moore
2013-03-13Always set the RTP instance data in the RTP engineMatthew Jordan
2013-03-12Switch to using external pjproject libraries.Jason Parker
2013-03-07Add a 'secret' probation strictrtp mode to handle delayed changes in RTP sourceMatthew Jordan
2013-02-28While the ICE negotiation is occurring leave strictrtp in an open state, medi...Joshua Colp
2013-02-28Fix a bug with ICE and strictrtp where media could get dropped.Joshua Colp
2013-02-28Don't undefine bzero()/bcopy().Jason Parker
2013-01-13Reset RTP timestamp; sequence number on SSRC changeMatthew Jordan
2013-01-04Don't pass STUN packets through the SRTP unprotect function.Joshua Colp
2012-12-03Formatting fixesOlle Johansson
2012-12-03Formatting changesOlle Johansson
2012-11-11Remove a fixed size limitation for producing SDP and change how ICE support i...Joshua Colp
2012-10-17Change a few warnings to debug and the inverse.Walter Doekes
2012-10-08Disable ICE support by defaultMatthew Jordan
2012-09-24res_rtp_asterisk: Make TURN and STUN server configurations consistent.Brent Eagles
2012-09-20Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.Joshua Colp
2012-09-10res_rtp_asterisk: Eliminate "type-punned pointer" build warning.David M. Lee
2012-09-05Multiple revisions 372327-372328Richard Mudgett
2012-09-05Re-fix sending unnegotiated payloads during a P2P RTP bridge.Mark Michelson
2012-09-05Fix breakage caused by last merge. Missing a variable for 11 and trunk.Michael L. Young
2012-09-05Fix Incrementing Sequence Number For Retransmitted DTMF End PacketsMichael L. Young
2012-08-31Prevent local RTP bridges from sending inappropriate formats to participants.Mark Michelson
2012-08-20Use thread-local storage to store pj_thread_descs.Mark Michelson
2012-08-17rtp: Ensure defaults are set without rtp.conf.Russell Bryant
2012-08-07Reduce memory consumption significantly for users of the RTP engine API by st...Joshua Colp
2012-07-24Build is underway so logging can go away.Joshua Colp
2012-07-24Temporarily enable pj logging to console for debugging pjnath issue exposed b...Joshua Colp
2012-07-22Prevent multiple local candidates from being added with the same information ...Joshua Colp
2012-07-19Handle extremely out of order RFC 2833 DTMFMatthew Jordan
2012-07-18Fix a crash in pjnath when starting an ICE connectivity check and immediately...Joshua Colp
2012-07-10Add required items for Google video support.Joshua Colp
2012-07-09Fix an issue where media would not flow for situations where the legacy STUN ...Joshua Colp
2012-07-02Ensure the timer heap is protected by a lock.Joshua Colp
2012-07-01Don't try to send connectivity checks on RTCP if RTCP is no longer present an...Joshua Colp
2012-07-01Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.Joshua Colp
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-04Fix core FINDING 2, FINDING 3, and FINDING 4 from Coverity's CONSTANT_EXPRESS...Mark Michelson
2012-04-17Fix places in resources where a negative return value could impact executionMatthew Jordan
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-19Correct output of RTCP jitter statistics in SR and RR reportsKinsey Moore
2012-01-17Eliminate odd initialization of probation variable.Mark Michelson
2012-01-17Adds pjmedia probation concepts to res_rtp_asterisk's learning mode.Jonathan Rose
2011-11-28Fix regression that 'rtp/rtcp set debup ip' only works when also a port was s...Stefan Schmidt
2011-11-10only attempt to do stun handling on ipv4 or ipv4 mapped to ipv6 addressesMatthew Nicholson
2011-10-14Merged revisions 340971 via svnmerge from Kinsey Moore
2011-09-21Merged revisions 337178 via svnmerge from Olle Johansson
2011-09-20Merged revisions 336878 via svnmerge from Russell Bryant
2011-07-19Merged revisions 328824 via svnmerge from Kinsey Moore