summaryrefslogtreecommitdiff
path: root/res/res_rtp_asterisk.c
AgeCommit message (Expand)Author
2016-10-10res_rtp_asterisk: Fix infinite DTMF issue when switching to P2P bridgeTorrey Searle
2016-09-14rtp: Preserve timestamps on video frames.Joshua Colp
2016-08-09res_rtp_asterisk: Cache local RTCP address.Mark Michelson
2016-07-18res_rtp_asterisk: Count a roll-over of the sequence number even on lost packets.Alexander Traud
2016-07-13res_rtp_asterisk: Enable Forward Secrecy (PFS) for DTLS.Alexander Traud
2016-06-22res_rtp_asterisk: Fix a self-comparison identified by gcc 6George Joseph
2016-06-22res_rtp_asterisk: fix memory leak in dtlsTorrey Searle
2016-06-21res_rtp_asterisk: Use latest DTLS version available by underlying platform.Alexander Traud
2016-04-05Merge "res_rtp_asterisk: Use separate SRTP session for RTCP with DTLS" into 13Joshua Colp
2016-03-30res_rtp_asterisk: Fix placement of txcount incrementGeorge Joseph
2016-03-29res_rtp_asterisk: Use separate SRTP session for RTCP with DTLSJacek Konieczny
2016-03-28res_rtp_asterisk: Fix packet stats on bridged connectionGeorge Joseph
2016-02-03res_rtp_asterisk: Allow ICE host candidates to be overridenSean Bright
2016-01-09res_rtp_asterisk: Revert DTLS negotiation changes.Joshua Colp
2015-12-24res_rtp_asterisk: rtp->ice check not wrapped in HAVE_PJPROJECT ifdefKevin Harwell
2015-12-21res_rtp_asterisk: Resolve further timing issues with DTLS negotiationDade Brandon
2015-12-15res_rtp_asterisk.c: Fix DTLS negotiation delays.server-pandora
2015-11-12Further fixes to improper usage of schedulerSteve Davies
2015-10-07res/res_rtp_asterisk.c: Fix incorrect assignment of frame->subclass.frame_endingStefanEng86
2015-10-06res/res_rtp_asterisk: Fix assignment after ao2 decrementMatt Jordan
2015-10-06Fix improper usage of scheduler exposed by 5c713fdf18fMatt Jordan
2015-09-30res_rtp_asterisk: Move "Set role" warning to be debug.Joshua Colp
2015-09-08res_rtp_asterisk: Add more ICE debuggingDavid M. Lee
2015-09-04Fix when remote candidates exceed PJ_ICE_MAX_CANDDavid M. Lee
2015-08-06Merge "res_rtp_asterisk.c: Fix off-nominal crash potential." into 13Joshua Colp
2015-08-05res_rtp_asterisk: Don't leak temporary key when enabling PFS.Joshua Colp
2015-08-03res/res_rtp_asterisk: Add ECDH supportMark Duncan
2015-07-30res_rtp_asterisk.c: Fix off-nominal crash potential.Richard Mudgett
2015-07-20res_pjsip: Add rtp_keepalive endpoint option.Mark Michelson
2015-07-08res_rtp_asterisk: Ensure DTLS timeout timer is -1 if DTLS is not used.Joshua Colp
2015-07-07res_rtp_asterisk: Prevent simultaneous access to DTLS SSL context.Joshua Colp
2015-05-13res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS.Yousf Ateya
2015-05-08res_rtp_asterisk: Issue ERROR if res_srtp is not found.Sean Bright
2015-04-28res_rtp_asterisk: Resolve 2 discrete memory leaks in DTLSSteve Davies
2015-03-30clang compiler warnings: Fix -Wabsolute-value warningsMatthew Jordan
2015-03-08res_rtp_asterisk: Fix wrongful use of USE_PJPROJECT define.Joshua Colp
2015-02-16res/res_rtp_asterisk: Fix crash in debug from RTCP reports without report blockMatthew Jordan
2015-01-29res_rtp_asterisk: Fix DTLS when used with OpenSSL 1.0.1kJoshua Colp
2014-12-18chan_dahdi.c, res_rtp_asterisk.c: Change some spammy debug messages to level 5.Richard Mudgett
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-12-09Direct Media calls within private network sometimes get one way audioKevin Harwell
2014-10-16res_rtp_asterisk: Fix a bug where ICE state would get reset when it shouldn't.Joshua Colp
2014-10-12res_rtp_asterisk: Make the ICE transport check case insensitive as some imple...Joshua Colp
2014-10-09res_rtp_asterisk: Crash if no candidates received for componentKevin Harwell
2014-10-08res_rtp_asterisk: Allow only UDP ICE candidates.Joshua Colp
2014-09-30res_rtp_asterisk: Ensure that the base and mapped address for candidates is p...Joshua Colp
2014-09-17res_rtp_asterisk: Ensure that the thread terminating pj stuff is registered.Joshua Colp
2014-09-16res_rtp_asterisk: Fix 100% CPU usage due to timer heap thread spinning.Joshua Colp
2014-09-16res_rtp_asterisk: Fix building when pjproject is not used.Joshua Colp
2014-09-16res_rtp_asterisk: Fix a myriad of TURN client issues.Joshua Colp