summaryrefslogtreecommitdiff
path: root/res/res_rtp_asterisk.c
AgeCommit message (Expand)Author
2013-10-08Fix STUN crash when using IPv6 any addressKinsey Moore
2013-09-28res_rtp_asterisk: Correct erroneous lost packet information in RTCP reportsMatthew Jordan
2013-09-21res_rtp_asterisk: Fix ref leaks in ast_rtcp_read().Richard Mudgett
2013-09-13res_pjsip: Forward PJSIP logging to Asterisk loggingDavid M. Lee
2013-08-23Add pass through support for Opus and VP8; Opus format attribute negotiationMatthew Jordan
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
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