Pawel Kuzak
ca04c9636f
Make creation of iptables chain optional
iptables might be managed via different tools by an administrator. In such a setup, insertion and deletion of rules in the INPUT chain as well as creation of new chains by an application is not wanted.
By setting the corresponding configuration parameter in the config file, the init-script will not touch the INPUT queue nor will it create the rtpengine chain. It will still attempt to create a rule in the rtpengine chain, but will refuse to start if that chain does not exist.
10 years ago
smititelu
72cf55b6fb
Specific REDIS read and write databases
Able to specify now, in the config, the redis databases from which rtpengine
should read and write session information.
10 years ago
Frederic-Philippe Metz
c444c05a5f
Implemented MAX_SESSIONS limit or calls.
related to RTPENGINE-20
11 years ago
Frederic-Philippe Metz
070212ec3a
Added RTCP parsing and option to log that information
11 years ago
Frederic-Philippe Metz
ec5a543f0f
Added prefix config parameter to graphite acc. to OPS
11 years ago
Frederic-Philippe Metz
2ae0e35de4
Added functionality to report statistics to graphite
11 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
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
a5c55fc398
add NUM_THREADS to init scripts
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
ddcf0f382c
update init.d file
11 years ago
Camille Oudot
faf3e22b9e
logging: choose the log facility from the command line, or log to stderr
11 years ago
Victor Seva
eb9dbd87cc
MT#6485 add proper checks for virt-identify
12 years ago
Victor Seva
02832db063
MT#6485 detect container environment
In order to be able to run NGCP inside a container adding the use
of our ngcp-system-tools helper to check the environment.
Merged changes from templates
12 years ago
Richard Fuchs
40790a7477
whitespace cleanup & remove obsolete code
12 years ago
Pablo Ruiz García
cf76901318
Do not try to install & initialize module if in kernel suppor has been specifically disabled (ie. TABLE < 0)
12 years ago
Richard Fuchs
4c0ca278fa
rename mediaproxy-ng to rtpengine
12 years ago
Richard Fuchs
f023ab49e7
update init script to handle ipv6 tables properly
12 years ago
Juha Heinanen
e84c2f52c3
added log level handling to debian default file and init script
- fixed indentation in main.c
12 years ago
Jon Bonilla
ffd323164d
Make mediaproxy use a new iptables chain
Prevent conflicts with iptables flushing
firewall solutions
12 years ago
Richard Fuchs
2f0ad340ba
update init script to "provide itself"
13 years ago
Richard Fuchs
fe3af2559e
support listening on NG port through init/defaults
13 years ago
Richard Fuchs
5c2b07387e
rename listen to listen-tcp in the init script as well
13 years ago
Jon Bonilla
e88e8ccc19
Revert commit 9539 and re-add init stuff
14 years ago
Jon Bonilla
6b48cb0d49
Remove init and default scripts
The default file is provided by templates. We
won't have questions regarding changed config
files on upgrades.
The init script will be provided via lsb-scripts.
14 years ago
Richard Fuchs
dc7517121d
remove uuid helper code
14 years ago