Richard Fuchs
58966ffc38
Merge branch '1and1-master'
11 years ago
Pawel Kuzak
bf5a00fd1b
Modified average_dur format for graphite.
It does not really make sense to separate seconds and microseconds for
the statistics. Re-Commit of 6e7a287f54
which got lost somehow.
11 years ago
Richard Fuchs
8eaf8122f5
update redis version
11 years ago
Richard Fuchs
d0ac7216cb
skip printing cdr info when cdrs are disabled
11 years ago
Richard Fuchs
4893487ebb
fix compiler warning
11 years ago
Richard Fuchs
d567908e95
disable measuredelay features by default
11 years ago
Richard Fuchs
7db15eb87c
Merge branch 'rfuchs/1and1-master'
11 years ago
Richard Fuchs
80b8815c60
fix force-relay segfault
11 years ago
Richard Fuchs
f398d837df
double check kernel SSRC when updating last index/ROC
11 years ago
Richard Fuchs
6001a4411e
Merge branch 'marcantonio-ssrc-seq'
11 years ago
Richard Fuchs
e0fec7564a
kinda support the UDP/TLS/ protocols in simulator-ng
doesn't really do TLS/DTLS, but instead does SDES
11 years ago
Richard Fuchs
409638ee9a
simulator fixes for SDES session parameters
11 years ago
Richard Fuchs
87fbbb85ec
implement ssrc/roc tracking in encryption as well
11 years ago
Richard Fuchs
5d6604a816
SSRC/ROC debug tools for simulator-ng
11 years ago
Richard Fuchs
39392e2b98
fix ssrc in simulator-ng.pl
11 years ago
Richard Fuchs
c3c6d37c7d
convert ssrc tracking functions to inline
11 years ago
Richard Fuchs
76f3893464
ssrc tracking improvements
change ssrc tracking code to a hash table and delay creation of hash
table and ssrc lookup until a change in ssrc is actually seen
11 years ago
Pawel Kuzak
369316adb0
Added rejected sessions statistics to total stats and graphite
11 years ago
Richard Fuchs
9c3ad508f7
use appropriate crypto context for encryption and decryption
ensures that the correct ROC is used
11 years ago
Pawel Kuzak
ef842591b7
Added MAX_SESSIONS to README
11 years ago
Marc Soda
0ac1ed2419
Remove unnecessary prototype.
11 years ago
Kevin McAllister
3097f71b8c
convert spaces to tab on comment.
11 years ago
Kevin McAllister
965fa396d2
Change packet_index functions to more closely match RFC
This became necessary because of the way Asterisk handles Sequence
numbers when changing SSRC. They continue to increment a single
sequence number even though the SSRC is different, on switching back
this causes the packet_index function to interpret this as many lost
packets. The previous function had dead-spots that would not adjust
the packet_index at all if the difference fell in these ranges. These
gaps always resulted in behavior contra what would happen in webrtc
clients.
11 years ago
Marc Soda
16b91847f9
Track SSRCs and sequence numbers. Sync between userspace and the kernel.
11 years ago
Marc Soda
65a358727c
Use the proper ROC when encrypting.
11 years ago
Richard Fuchs
92cc560b74
don't shut down ICE agent on consecutive re-invites
fixes #103
11 years ago
Richard Fuchs
0381b15b76
further move RTCP logging until after SRTCP decryption
11 years ago
Richard Fuchs
a3bcdc58bf
dont abort on unknown RTCP payload type
11 years ago
Richard Fuchs
ed2c101a3f
preliminary fixup of new kernel stats - needs more work
11 years ago
Richard Fuchs
18977d4257
remove calls to setlogmask (not atomic)
11 years ago
Richard Fuchs
29cf9f85a2
remove redundant code
11 years ago
Richard Fuchs
ae46036cc7
RTCP logging fixes
11 years ago
Richard Fuchs
0abf5b100b
process muxed RTCP
11 years ago
Richard Fuchs
5785bea2c9
Merge branch 'master' of git://github.com/1and1/rtpengine into rfuchs/1and1-master
11 years ago
Richard Fuchs
f0dc1f8589
Merge remote-tracking branch 'origin/rfuchs/sdes-session-params'
Closes #85
11 years ago
Richard Fuchs
b205691e9c
RTP forwarding fix for trickle ICE
fixes #105
11 years ago
Frederic-Philippe Metz
ed0e5fca28
Merge branch 'dev-fmetz' of https://github.com/1and1/rtpengine into dev-fmetz
11 years ago
Frederic-Philippe Metz
c444c05a5f
Implemented MAX_SESSIONS limit or calls.
related to RTPENGINE-20
11 years ago
Richard Fuchs
85dc64dd7f
compare SRTP session params for equality
11 years ago
Richard Fuchs
144a451526
support selective SDES session parameters
11 years ago
Richard Fuchs
d4222375bf
support SDES session parameters in kernel module
11 years ago
Richard Fuchs
96e3b91859
Implement support for some SDES session parameters
Supports: UNENCRYPTED_SRTCP, UNENCRYPTED_SRTP and UNAUTHENTICATED_SRTP
Usermode only
11 years ago
Richard Fuchs
fd426457d7
use SRTP<>SRTP transcoding when crypto parameters differ
11 years ago
Richard Fuchs
39a305f4ba
reset SRTP ROC to zero when SSRC changes
workaround as per issue #102 for broken audio after SSRC change by
hold/unhold. workaround before full multi-SSRC support is available.
11 years ago
Richard Fuchs
e7868da867
increase size of RTP loop protection buffer to 28 for RTCP
as suggested in issue #65
11 years ago
Richard Fuchs
b0edf59a8f
don't reset certain stream flags for disabled (zero port) streams
11 years ago
pkuzak
6255d1fe2f
Disable delay measurement by default
11 years ago
pkuzak
2eb65cea99
Merge branch 'dev-fmetz' of https://github.com/1and1/rtpengine into dev-fmetz
11 years ago
Richard Fuchs
83a40824f4
fix number of ICE components for tricke-ICE no-components case
11 years ago
Richard Fuchs
46ebfa3cd0
do not detect trickle ICE RTCP port as rtcp-mux
11 years ago