Initial LisgloSIPS V2 implementation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CONFIG_FILE=/etc/rtpengine/rtpengine.conf
|
||||
PIDFILE=/run/rtpengine/rtpengine-daemon.pid
|
||||
MANAGE_IPTABLES=yes
|
||||
SET_USER=rtpengine
|
||||
SET_MASK=0x7
|
||||
@@ -0,0 +1,7 @@
|
||||
CONFIG_FILE=/etc/rtpengine/rtpengine-recording.conf
|
||||
PIDFILE=/run/rtpengine-recording/rtpengine-recording-daemon.pid
|
||||
MUST_NFS=no
|
||||
NFS_HOST=127.0.0.1
|
||||
NFS_REMOTE_PATH=/unused
|
||||
NFS_LOCAL_MOUNT=/dev/shm/voip_rec/incoming
|
||||
NFS_OPTIONS=hard,intr,tcp
|
||||
@@ -0,0 +1,16 @@
|
||||
[rtpengine-recording]
|
||||
|
||||
table = 0
|
||||
num-threads = 4
|
||||
|
||||
spool-dir = /dev/shm/voip_rec/spool
|
||||
output-storage = file
|
||||
output-dir = /dev/shm/voip_rec/incoming
|
||||
output-format = wav
|
||||
output-pattern = %Y/%m/%d/%c-%t
|
||||
output-mixed = true
|
||||
output-single = false
|
||||
output-chmod = 0640
|
||||
output-chmod-dir = 0750
|
||||
output-chown = rtpengine
|
||||
output-chgrp = rtpengine
|
||||
@@ -0,0 +1,22 @@
|
||||
[rtpengine]
|
||||
|
||||
table = 0
|
||||
no-fallback = true
|
||||
|
||||
interface = 100.90.90.90
|
||||
listen-ng = 127.0.0.1:2223
|
||||
listen-cli = 127.0.0.1:2224
|
||||
listen-http = 127.0.0.1:2225
|
||||
|
||||
timeout = 60
|
||||
silent-timeout = 3600
|
||||
tos = 184
|
||||
|
||||
port-min = 30000
|
||||
port-max = 40000
|
||||
|
||||
recording-dir = /dev/shm/voip_rec/spool
|
||||
recording-method = proc
|
||||
|
||||
log-level = 6
|
||||
log-facility = daemon
|
||||
Reference in New Issue
Block a user