blob: d0a8218144cb74a1fa9fa9a7c1fd54bd9796f1e8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config rtpengine-recording global
option enabled 0 # 0 - disabled, 1 - enabled
# You can start multiple instances. You must specify a section name from
# "/etc/rtpengine/rtpengine-recording.conf".
config instance 'instance1'
option section 'rtpengine-recording'
option opts '--log-level=6' # Options passed to rtpengine-recording
# instance.
|