summaryrefslogtreecommitdiff
path: root/res/res_rtp_asterisk.c
AgeCommit message (Expand)Author
2014-07-31res_hep_rtcp: Add module that sends RTCP information to a Homer ServerMatthew Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-08res_rtp_asterisk: Fix undefined function when PJPROJECT is not installedMatthew Jordan
2014-07-01res_rtp_asterisk: Don't leak memory or reset state if DTLS configuration is s...Joshua Colp
2014-06-30Recorded merge of revisions 417677 from http://svn.asterisk.org/svn/asterisk/...Joshua Colp
2014-06-23res_rtp_asterisk: Return the length of data written when sending via ICE inst...Joshua Colp
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-25res_rtp_asterisk: Add support for DTLS handshake retransmissionsMatthew Jordan
2014-03-04res_rtp_asterisk: Fix one way audio problems with hold/unhold when using ICEJonathan Rose
2014-02-27Multiple revisions 409129-409130Jonathan Rose
2014-01-30res_rtp_asterisk & udptl: fix port selection to work with SELinux restrictionsCorey Farrell
2014-01-09res_rtp_asterisk: Fails to resume WebRTC call from holdKevin Harwell
2013-11-01chan_sip: Fix RTCP port for SRFLX ICE candidatesKinsey Moore
2013-10-23res_rtp_asterisk: Address jittery DTMF events in RTP streamsJonathan Rose
2013-10-22res_rtp_asterisk: Fix crash when RTCP is not available during SSRC changeMatthew Jordan
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