Guillem Jover
53b3c36939
TT#24097 Fix shell quoting
...
- Add missing quotes.
- Switch some problematic usages to use bash arrays.
- Override shellcheck errors (these might need fixing in the future).
Change-Id: Id451ff9f4c5d5ef9b3826544908d64e9c08c5797
8 years ago
Guillem Jover
33bafcfc3c
TT#24097 Use $() instead of deprecated ``
...
Change-Id: Ief744bc63928e9eeee72436911e01b7b2a29c260
8 years ago
Guillem Jover
33518213c0
TT#24097 Remove unused shell variables
...
Change-Id: I529a493b2c8d3573d1b848c3fffa951bb8fc60c9
8 years ago
Konstantin Poliakov
5c5a4ef4fc
Issue354: Fixes for rtpengint to ngcp-rtpengine renaming issues (including issue 356).
8 years ago
Karsten Horsmann
06922c530d
Update rtpengine.init
...
There is no INPUT_prefilter table on CentOS 6 systems. So put it on INPUT should be good enough.
8 years ago
Sergey Lavrov
cf39d07d73
fix typo and error in rtpengine.init
...
fix typo and error:
./rtpengine.init: line 111: syntax error in conditional expression
./rtpengine.init: line 111: syntax error near `-a'
./rtpengine.init: line 111: ` if [[ -n "$REDIS" -a -n "$REDIS_DB" ]]'
9 years ago
Richard Fuchs
3f1ae98379
unify -r/-R and -w/-W options into single options
...
Change-Id: I14672466cc2d9f0024d99d41dd63ec15aecbb58a
9 years ago
Camille Oudot
6f6a70392d
add option to set the group owning /proc/rtpengine
10 years ago
Camille Oudot
5a8f5c3ab0
add possibility to choose rtpengine process user
...
use RE_USER parameter of el/rtpengine.sysconfig
10 years ago
Damian Ivereigh
76bebd5031
Put back the ipv6 tables entries (without the IF wrapper).
10 years ago
Damian Ivereigh
198b0c976f
Removed all the IP6 options
10 years ago
Damian Ivereigh
57e25ea45a
Added back in volga629's changes to allow multiple interfaces - also
...
duplicated the same for IPv6
10 years ago
Damian Ivereigh
0390782e22
Now works with firewalld - creates a permanent chain called INPUT_prefilter
...
which is before the conntrack stuff in the INPUT tables. We then create
our temporary rtpengine chain from that.
Also brought in some of the IPv6 stuff from the standard Centos init script
10 years ago
Frederic-Philippe Metz
c444c05a5f
Implemented MAX_SESSIONS limit or calls.
...
related to RTPENGINE-20
10 years ago
Frederic-Philippe Metz
89bbaf12e3
Merge branch 'dev-fmetz'
...
Conflicts:
daemon/Makefile
daemon/call.c
daemon/log.c
daemon/main.c
kernel-module/xt_RTPENGINE.c
10 years ago
Frederic-Philippe Metz
070212ec3a
Added RTCP parsing and option to log that information
10 years ago
Frederic-Philippe Metz
fb30ef8ccd
Merge remote-tracking branch 'upstream/master'
10 years ago
Peter Lemenkov
e71a7e15d8
Consistently use rtpengine name everywhere
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
10 years ago
Frederic-Philippe Metz
ec5a543f0f
Added prefix config parameter to graphite acc. to OPS
10 years ago
Frederic-Philippe Metz
2ae0e35de4
Added functionality to report statistics to graphite
10 years ago
Richard Fuchs
922211d44c
Merge branch 'rfuchs/1und1-patches'
10 years ago
Richard Fuchs
458a84c1d2
remove obsolete RH $RTP_IP6 sysconfig option
10 years ago
sybasesql
b94bae87f1
Update rtpengine.init
...
Refactoring $RTP_IP/$RTP_IP6 so we can use a number of parameters for --interface command line
10 years ago
Frederic-Philippe Metz
59329ddd04
VOIPTEST_220_delete delay
...
Im Moment wurden die sessions ja nach 30 sekunden hardcoded abgeräumt.
Dieser patch macht das konfigurabel.
ersetzt den letzten patch "added_delete_delay_for_memory_cleanup.patch".
Author: Frederic-Philippe Metz <Frederic.Metz@1und1.de>
11 years ago
Frederic-Philippe Metz
131c9e8110
cli
...
Ein Commandline interface, wo man von der console and der rtpengine
bestimme Dinge abfragen kann.
Author: Frederic-Philippe Metz <Frederic.Metz@1und1.de>
11 years ago
Frederic-Philippe Metz
9886de4654
cdrpatch.dpatch:
...
Generiert CDRs. Diese werden in eine konfigurierbare Log Facility
geschrieben.
Author: Frederic-Philippe Metz <Frederic.Metz@1und1.de>
11 years ago
Richard Fuchs
0113991ef5
MT#9585 rename kernel module and all related items from MEDIAPROXY to RTPENGINE
11 years ago
Richard Fuchs
a5c55fc398
add NUM_THREADS to init scripts
11 years ago
Richard Fuchs
34ca29b9a4
dont escape exclamation points in sh scripts
11 years ago
Richard Fuchs
d1165dfaa4
update EL specs/init file
11 years ago
Camille Oudot
faf3e22b9e
logging: choose the log facility from the command line, or log to stderr
11 years ago
Richard Fuchs
73b56db7de
Update CentOS definitions
...
Author: mtryfoss
Closes #19
11 years ago