Frederic-Philippe Metz
1d1b8f21ce
Fixed RTCP Parsing also for XR reports.
11 years ago
Frederic-Philippe Metz
8a0fbf201f
Fixed RTCP parsing of bitfield structs.
11 years ago
Frederic-Philippe Metz
f8aaf358cd
Implemented TOS/Traffic Class bit in received first RTP packet
11 years ago
Frederic-Philippe Metz
070212ec3a
Added RTCP parsing and option to log that information
11 years ago
Frederic-Philippe Metz
d5db9d0f73
Merge branch 'dev-measuredelay-full' into dev-fmetz
Conflicts:
daemon/call.c
daemon/call.h
daemon/cli.c
daemon/kernel.c
daemon/main.c
kernel-module/xt_RTPENGINE.c
kernel-module/xt_RTPENGINE.h
11 years ago
Frederic-Philippe Metz
6d33ef76b0
Implemented delay measurement of RTP packets in kernel.
11 years ago
Frederic-Philippe Metz
bd24127bce
Revert "First try of implementation of measureing delay."
This reverts commit 6bc7a77e9b .
11 years ago
Frederic-Philippe Metz
e0f9c59274
Implemented stage 1 of measuring delay
11 years ago
Frederic-Philippe Metz
6bc7a77e9b
First try of implementation of measureing delay.
Will be squashed later.
11 years ago
Richard Fuchs
de37ac046c
use TLS buffer array for temporary strings
11 years ago
Richard Fuchs
9e44c16d37
Merge branch '1and1-master'
11 years ago
Richard Fuchs
38822852c3
decrease calls to time() in graphite code
11 years ago
Richard Fuchs
7175a261ca
decrease sleep time of graphite loop
11 years ago
Richard Fuchs
965d989c93
static'ize graphite global vars
11 years ago
Richard Fuchs
c0b2f3debd
fix graphite code not to leak fds in error cases
11 years ago
Richard Fuchs
36c7141d53
change control_ng_stats into a hash and use locking and atomic ops
11 years ago
Richard Fuchs
f5444718d4
fix compiler warnings
11 years ago
Richard Fuchs
57c0a84d81
add locking to totalstats
11 years ago
Richard Fuchs
37d98ad3ed
dump DTLS cert and keys
11 years ago
Richard Fuchs
a81588e313
provide convenience function get_log_level()
11 years ago
Frederic-Philippe Metz
7e6a2b809a
Merge branch 'dev-fmetz'
11 years ago
Frederic-Philippe Metz
794709f71a
Changed retry behaviour for connecting to graphite server.
11 years ago
Frederic-Philippe Metz
0ccb11a18d
Added statistics on control ng interface.
Seen by using 'rtpengine-ctl list totals'
11 years ago
Frederic-Philippe Metz
61a72b190f
Added some more statistics.
RTPENGINE-3. RTCP omitted since it has to be parsed manually
11 years ago
Frederic-Philippe Metz
7446822df6
Forgot the files ..
11 years ago
Frederic-Philippe Metz
2ae0e35de4
Added functionality to report statistics to graphite
11 years ago
Carsten Bock
9a2da87f13
Fix randomness source for key generation.
random(), and mutilations of the output of the same, are not suitable
for generating cryptographic keys. Use RAND_bytes() from openssl.
We can do this without seeding during daemon initialization because:
- rtpengine in Linux-specific.
- openssl seeds transparently when /dev/urandom is present.
From RAND_seed(3):
On systems that provide "/dev/urandom", the randomness device is used
to seed the PRNG transparently. However, on all other systems, the
application is responsible for seeding the PRNG by calling RAND_add(),
RAND_egd(3) or RAND_load_file(3).
11 years ago
Richard Fuchs
e24253a709
move parse_ip(6)_port into aux.h
11 years ago
Richard Fuchs
49d1b66bcd
Merge branch 'rfuchs/variable_b2b_callback_uri'
11 years ago
Richard Fuchs
2af682bdd5
use SSL_CTX_set_read_ahead to fix for openssl 1.0.1k
fixes #62
11 years ago
Richard Fuchs
43cd3f520a
reset other side's crypto params only in passthru mode
fixes #63
11 years ago
Richard Fuchs
b8ad03ea2a
Merge branch 'etamme-master'
11 years ago
Richard Fuchs
c4e3aa919e
Merge branch 'master' of git://github.com/etamme/rtpengine into etamme-master
11 years ago
Richard Fuchs
02d27d5e02
MT#10583 support b2bua callback to sip proxy address
11 years ago
Richard Fuchs
6e32379cab
MT#10583 support ipv6 control connection in simulator
11 years ago
Richard Fuchs
caba5be677
MT#10583 remember the "created from" address in raw format
11 years ago
Eric Tamme
b8b17bfa6b
clear crypto for BOTH legs when in passthrough mode
11 years ago
Richard Fuchs
a0068f4f02
relax sdes key lifetime validation check
fixes #57
11 years ago
Richard Fuchs
e96260e725
Merge branch 'tetatelecom-master'
11 years ago
Sergey Lavrov
fe5e1298af
Added rtpengine-ctl and dependency to spec file.
11 years ago
Sergey Lavrov
bb14eba603
Fix %post/%preun directives.
Fix %post/%preun directives. Because of incorrect service name (%{name} == ngcp-rtpengine, service name == rtpengine) there are errors when install or delete RPM.
11 years ago
Jenkins User
9c01e70781
Release new version 3.3.0.0+0~mr3.8.0.0
11 years ago
Richard Fuchs
922211d44c
Merge branch 'rfuchs/1und1-patches'
11 years ago
Richard Fuchs
458a84c1d2
remove obsolete RH $RTP_IP6 sysconfig option
11 years ago
Richard Fuchs
cf9d3aeeee
Merge branch 'sybasesql-master'
11 years ago
sybasesql
08ffc9c35a
Update rtpengine.sysconfig
Refactoring $RTP_IP/$RTP_IP6 so we can use a number of parameters for --interface command line
11 years ago
sybasesql
b94bae87f1
Update rtpengine.init
Refactoring $RTP_IP/$RTP_IP6 so we can use a number of parameters for --interface command line
11 years ago
Richard Fuchs
3cfeb5ddbc
optionally allow broken SDPs as compile switch
closes #52
11 years ago
Frederic-Philippe Metz
a4168bee14
RTPENGINE-12_Fixed_Segmentation_fault_if_only_offer_received.patch
11 years ago
Richard Fuchs
23fcc4838f
Merge branch 'linuxmaniac-vseva/travisci'
11 years ago