Richard Fuchs
|
0113991ef5
|
MT#9585 rename kernel module and all related items from MEDIAPROXY to RTPENGINE
|
11 years ago |
Richard Fuchs
|
dcfd7032b2
|
deadlock fix
|
11 years ago |
Richard Fuchs
|
935487b663
|
avoid race condition by making OpenSSL thread safe
|
11 years ago |
Richard Fuchs
|
7e72bfc90f
|
MT#10059 allow freeform interface definitions in init.d script
Squashed commit of the following:
commit 0f98bd7304
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Tue Dec 16 13:37:06 2014 -0500
fix init script
commit 90dc259399
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Tue Dec 16 12:17:42 2014 -0500
MT#10059 allow freeform interface definitions in init.d script
|
11 years ago |
Richard Fuchs
|
407722599b
|
avoid unnecessary DTLS restarts
fixes #47
thanks to szcom for debugging this
|
11 years ago |
Richard Fuchs
|
a1786d67fc
|
segfault fix: ps->sfd can be null
fixes #48
|
11 years ago |
Richard Fuchs
|
34786298a2
|
dont output error message on stun SOFTWARE attribute
|
11 years ago |
Richard Fuchs
|
50d1839ffe
|
reset DTLS and crypto params when endpoints change
|
11 years ago |
Richard Fuchs
|
91221ef7a6
|
move DTLS setup logic into separate function for readability
|
11 years ago |
Richard Fuchs
|
e09fbd2f7e
|
dtls shutdown clears crypto context as well
|
11 years ago |
Richard Fuchs
|
d272e9e5f1
|
add more flags to stats output
|
11 years ago |
Richard Fuchs
|
4c408e5388
|
add --dtls-passive switch
|
11 years ago |
Richard Fuchs
|
f826d01c29
|
make "trust address" the default behaviour
adds CLI option --sip-source to restore old default, and adds
new flag "SIP source address" to achieve the same on a per-call
basis
|
11 years ago |
Richard Fuchs
|
97b472bfdb
|
dont break legacy control protocols
|
11 years ago |
Richard Fuchs
|
6757c27a46
|
add DTLS=passive option
fixes #44
|
11 years ago |
Richard Fuchs
|
955de109b1
|
support proper DTLS shutdown and restart DTLS on FP change
fixes #40
|
11 years ago |
Richard Fuchs
|
8c8ff56fec
|
fix pointer const declaration and make it static
|
11 years ago |
Richard Fuchs
|
d0beccbd93
|
dont break log lines when logging to stderr
|
11 years ago |
Richard Fuchs
|
b49f57b9ea
|
avoid DTLS role change on reinvite
Fixes #43
|
11 years ago |
Richard Fuchs
|
19e0281744
|
disable "list" NG command if glib version is too low
also shuffle around some header definitions
|
11 years ago |
Richard Fuchs
|
24608361d6
|
remove -e argument from awk
|
11 years ago |
Jenkins User
|
74901531e4
|
Release new version 3.3.0.0+0~mr3.7.0.0
|
11 years ago |
Richard Fuchs
|
ba5ed24b63
|
kernel module didn't handle DTLS packets properly
fixes #32
|
11 years ago |
Richard Fuchs
|
a5c55fc398
|
add NUM_THREADS to init scripts
|
11 years ago |
Richard Fuchs
|
07b6ea4030
|
document new CLI flags
|
11 years ago |
Richard Fuchs
|
b66091b090
|
make number of threads configurable
|
11 years ago |
Frederic-Philippe Metz
|
e77dd1a684
|
create as many threads as cpus
|
11 years ago |
Jenkins User
|
5f315bd896
|
Release new version 3.3.0.0+0~mr3.6.0.0
|
11 years ago |
Richard Fuchs
|
6cf604ddef
|
fix comparison between int and bitfield
fixes #33
|
11 years ago |
Richard Fuchs
|
46585265e1
|
implement a crude log limiter
fixes #31
|
11 years ago |
Richard Fuchs
|
6379883f7b
|
fix str_hash() for archs enforcing aligned pointers
uses the hashing algorithm from g_str_hash() from glib
fixes #27
|
11 years ago |
Richard Fuchs
|
c1d7a52552
|
MT#9065 daemon: don't restart if kernel is needed but not yet installed
Squashed commit of the following:
commit 29560cc3dc
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Wed Sep 17 15:15:48 2014 -0400
fix shell quoting
commit 3085b78377
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Wed Sep 17 13:52:26 2014 -0400
silence modinfo stderr
commit f275f3dbb1
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Wed Sep 17 13:52:09 2014 -0400
s/MEDIAPROXY/RTPENGINE/
commit ff6b7db25d
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Wed Sep 17 11:28:26 2014 -0400
MT#9065 use modinfo/lsmod to probe for kernel module instead of dkms
commit 7d1841294e
Author: Victor Seva <vseva@sipwise.com>
Date: Tue Sep 16 20:56:57 2014 +0200
MT#9065 daemon: don't restart if kernel is needed but not yet installed
|
11 years ago |
Richard Fuchs
|
3de07be0a3
|
s/MEDIAPROXY/RTPENGINE/
|
11 years ago |
Richard Fuchs
|
34ca29b9a4
|
dont escape exclamation points in sh scripts
|
11 years ago |
Richard Fuchs
|
f721296187
|
Merge branch 'mmallad-master'
|
11 years ago |
Dipak Malla
|
bfb41d1971
|
Fixed linking error in Makefile
|
11 years ago |
Richard Fuchs
|
af9625de74
|
make multi-homing thread safe
|
11 years ago |
Richard Fuchs
|
e830bf57eb
|
update for redis module
|
11 years ago |
Richard Fuchs
|
d1165dfaa4
|
update EL specs/init file
|
11 years ago |
Richard Fuchs
|
ddcf0f382c
|
update init.d file
|
11 years ago |
Richard Fuchs
|
1a39b865f3
|
readme update
|
11 years ago |
Richard Fuchs
|
45dee75156
|
support specifying interfaces to use in control protocols
|
11 years ago |
Richard Fuchs
|
e365572265
|
receive local address from kernel and use it for outgoing packets
|
11 years ago |
Richard Fuchs
|
513ac44a84
|
incorporate new local-interface infrastructure into appropriate places
|
11 years ago |
Richard Fuchs
|
0cbb4665a5
|
paving the way to multi-interface support
|
11 years ago |
Richard Fuchs
|
fc6aa23dcb
|
Merge branch 'camilleoudot-log-facility-switch'
|
11 years ago |
Richard Fuchs
|
afa9d5b475
|
Merge branch 'log-facility-switch' of github.com:camilleoudot/rtpengine into camilleoudot-log-facility-switch
|
11 years ago |
Richard Fuchs
|
4d00147c04
|
s/force_relay/force-relay/
|
11 years ago |
Camille Oudot
|
faf3e22b9e
|
logging: choose the log facility from the command line, or log to stderr
|
11 years ago |
Richard Fuchs
|
54f903da3f
|
bugfixes for legacy control protocols
|
11 years ago |