Frederic-Philippe Metz
2ae0e35de4
Added functionality to report statistics to graphite
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
Richard Fuchs
922211d44c
Merge branch 'rfuchs/1und1-patches'
11 years ago
Richard Fuchs
458a84c1d2
remove obsolete RH $RTP_IP6 sysconfig option
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
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
Richard Fuchs
99266fcf70
2.3.6
12 years ago
Peter Lemenkov
7a7196f083
Update rpm spec-version to the latest (at the moment of this writing) 2.3.5
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
ea369b0a49
Rename RPM_BUILD_ROOT to buildroot
...
It's generally considered a good practice to follow the consistent macro naming
scheme. So we shouldn't mix RPM_BUILD_ROOT and buildroot although they have the
same value. At least this helps to avoid confusion for beginners.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
a0f409b025
Simplify docs processing during rpm build
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
7262fab5f7
Simplify file installation during rpm build
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
a7b81be15a
Preserve timestamps while installing files
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
b2eca1d444
Remove outdated defattr directive from spec-file
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
c0b10cdffa
Remove outdated check within spec-file
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
bfdda80b9c
Rename el/README.md
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
f8a288f15f
Update Source0 address
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
fe81d21324
Update URL
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
fcc33339e4
Stop service and remove SysV symling only during uninstall
...
See also:
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Syntax
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
5a327261b2
Enable SysV symlinks only during install
...
See also:
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Syntax
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
d2f7fd1b55
Use /var/lib/mediaproxy-ng as a home directory
...
Using /use/share/doc/something isn't a good choice since the entire directory
/usr/share/doc could be empty due to system settings.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
e4a6fe9b9e
Typo fix: usradd -> useradd
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Lemenkov
a768d1f1fc
Use /sbin/nologin as a shell
...
It also prints descriptive message why one cannot use this account which could
be useful.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
12 years ago
Peter Dunkley
c00c06ea7a
Updated version and license in .spec
12 years ago
Peter Dunkley
829e835066
Updated to use DKMS from EPEL for Enterprise Linux builds
12 years ago
Peter Dunkley
dfe9cfb905
updated rel in .spec file
12 years ago
Peter Dunkley
454f65ffb2
fix to iptables usage in init.d script
12 years ago
Peter Dunkley
7a14c45e5c
updated to support new --log-level argument and use a new iptables chain
12 years ago
Peter Dunkley
10d991c810
Updated documentation for Enterprise Linux
12 years ago
Peter Dunkley
3468c170a7
Fixes to init.d script and .spec
12 years ago
Peter Dunkley
f16afa8c3e
Added init.d script and config file
12 years ago
Peter Dunkley
c0572a05da
More tidying of EL docs
12 years ago
Peter Dunkley
ce9ac35a46
Updated readme for Enterprise Linux
12 years ago
Peter Dunkley
6830b16184
.spec file now builds kernel module using DKMS
12 years ago
Peter Dunkley
e32298958d
Updated documentation for Enterprise Linux
12 years ago
Peter Dunkley
44fc40fb08
.spec file now builds iptables plugin. Kernel module (using DKMS) to follow.
12 years ago
Peter Dunkley
c7c3ee0019
First go at creating a .spec file to build mediaproxy-ng for Enterprise Linux
12 years ago
Peter Dunkley
130d485346
Updated Makefiles and added compilation instructions to work with Enterprise
...
Linux (tested on CentOS 6.4 64-bit).
Init scripts and .spec files for RPM builds to follow.
12 years ago