Commit Graph

143 Commits (5e6b1476a087407a052f007d326c504cfeefebe7)

Author SHA1 Message Date
server-pandora 5e6b1476a0 res_rtp_asterisk.c: Fix DTLS negotiation delays.
10 years ago
Steve Davies e74110188d Further fixes to improper usage of scheduler
10 years ago
Matt Jordan 44efdbd2de res/res_rtp_asterisk: Fix assignment after ao2 decrement
10 years ago
Matt Jordan 60a9172d7e Fix improper usage of scheduler exposed by 5c713fdf18
10 years ago
Joshua Colp fa0985851a res_rtp_asterisk: Move "Set role" warning to be debug.
10 years ago
David M. Lee 819760baec res_rtp_asterisk: Add more ICE debugging
10 years ago
David M. Lee 94b764c8f3 Fix when remote candidates exceed PJ_ICE_MAX_CAND
10 years ago
Joshua Colp c7a1dca4ba res_rtp_asterisk: Don't leak temporary key when enabling PFS.
10 years ago
Mark Duncan 2d2e741905 res/res_rtp_asterisk: Add ECDH support
10 years ago
Joshua Colp 47ebab959e res_rtp_asterisk: Ensure DTLS timeout timer is -1 if DTLS is not used.
10 years ago
Joshua Colp 1ad827327a res_rtp_asterisk: Prevent simultaneous access to DTLS SSL context.
10 years ago
Yousf Ateya e3129b84b1 res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS.
10 years ago
Sean Bright 151c3316d5 res_rtp_asterisk: Issue ERROR if res_srtp is not found.
10 years ago
Steve Davies a9b25f035e res_rtp_asterisk: Resolve 2 discrete memory leaks in DTLS
10 years ago
Matthew Jordan 297b8df31b clang compiler warnings: Fix -Wabsolute-value warnings
10 years ago
Joshua Colp 9fe6588349 res_rtp_asterisk: Fix DTLS when used with OpenSSL 1.0.1k
11 years ago
Richard Mudgett c0c395514c chan_dahdi.c, res_rtp_asterisk.c: Change some spammy debug messages to level 5.
11 years ago
Walter Doekes 822abf9e9b Fix printf problems with high ascii characters after r413586 (1.8).
11 years ago
Joshua Colp 6c969a115c res_rtp_asterisk: Fix a bug where ICE state would get reset when it shouldn't.
11 years ago
Joshua Colp b69057cd76 res_rtp_asterisk: Make the ICE transport check case insensitive as some implementations use 'udp'.
11 years ago
Kevin Harwell 6b2ee3002f res_rtp_asterisk: Crash if no candidates received for component
11 years ago
Joshua Colp 89247cec8e res_rtp_asterisk: Allow only UDP ICE candidates.
11 years ago
Joshua Colp fd4191e016 res_rtp_asterisk: Ensure that the base and mapped address for candidates is present in SDP.
11 years ago
Joshua Colp 0ea0c38600 res_rtp_asterisk: Ensure that the thread terminating pj stuff is registered.
11 years ago
Joshua Colp 38885ac8bd res_rtp_asterisk: Fix 100% CPU usage due to timer heap thread spinning.
11 years ago
Joshua Colp 222d6ac4ab res_rtp_asterisk: Fix building when pjproject is not used.
11 years ago
Joshua Colp ff4371e45d res_rtp_asterisk: Fix a myriad of TURN client issues.
11 years ago
Joshua Colp 915de454f8 res_rtp_asterisk: Add SHA-256 support for DTLS and perform DTLS negotiation on RTCP.
11 years ago
Joshua Colp 3e642e66d1 res_rtp_asterisk: Return the length of data written when sending via ICE instead of 0.
11 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
11 years ago
Matthew Jordan 374f32fcc9 res_rtp_asterisk: Add support for DTLS handshake retransmissions
11 years ago
Jonathan Rose 7e083b9781 res_rtp_asterisk: Fix one way audio problems with hold/unhold when using ICE
11 years ago
Jonathan Rose c382714769 res_rtp_asterisk: correct build error from r409129
11 years ago
Jonathan Rose 8a7ef07f94 res_rtp_asterisk: Fix checklist creating problems in ICE sessions
11 years ago
Corey Farrell 1968d29447 res_rtp_asterisk & udptl: fix port selection to work with SELinux restrictions
12 years ago
Kevin Harwell dee9ce4a0b res_rtp_asterisk: Fails to resume WebRTC call from hold
12 years ago
Kinsey Moore 2d5debf45c chan_sip: Fix RTCP port for SRFLX ICE candidates
12 years ago
Jonathan Rose 4241f7b6ea res_rtp_asterisk: Address jittery DTMF events in RTP streams
12 years ago
Matthew Jordan 0336f4b606 res_rtp_asterisk: Fix crash when RTCP is not available during SSRC change
12 years ago
Kinsey Moore 69ab5a7cd1 Fix STUN crash when using IPv6 any address
12 years ago
Matthew Jordan ecdd1e76eb res_rtp_asterisk: Correct erroneous lost packet information in RTCP reports
12 years ago
Joshua Colp 71ce810908 Make libuuid an optional dependency for res_rtp_asterisk instead of a requirement.
12 years ago
Michael L. Young 08c2a533f2 Fix The Payload Being Set On CN Packets And Do Not Set Marker Bit
12 years ago
Matthew Jordan a1d8e4fbd6 Clear the DTMF sending digit tracking on off nominal paths
12 years ago
Jason Parker d8216bd9ee Add dependency on libuuid, for res_rtp_asterisk
12 years ago
Kinsey Moore d014e51a18 Fix white noise on SRTP decryption
12 years ago
Matthew Jordan 5b1533ca7b Add a 'secret' probation strictrtp mode to handle delayed changes in RTP source
12 years ago
Joshua Colp a78bb96d94 While the ICE negotiation is occurring leave strictrtp in an open state, media can and will come from different places.
12 years ago
Joshua Colp f6b368216a Fix a bug with ICE and strictrtp where media could get dropped.
12 years ago
Matthew Jordan af1666f1cf Reset RTP timestamp; sequence number on SSRC change
13 years ago