mirror of https://github.com/sipwise/rtpengine.git
parent
6b86d70449
commit
6f45ed3cff
@ -0,0 +1,43 @@
|
|||||||
|
[rtpengine-recording]
|
||||||
|
|
||||||
|
table = 0
|
||||||
|
|
||||||
|
### number of worker threads (default 8)
|
||||||
|
# num-threads = 16
|
||||||
|
|
||||||
|
### where to forward to (unix socket)
|
||||||
|
# forward-to = /var/run/rtpengine/sock
|
||||||
|
|
||||||
|
### where to store recordings: file (default), db, both
|
||||||
|
# output-storage = db
|
||||||
|
|
||||||
|
### format of stored recordings: wav (default), mp3
|
||||||
|
# output-format = mp3
|
||||||
|
|
||||||
|
### mix participating sources into a single output
|
||||||
|
# output-mixed = 1
|
||||||
|
|
||||||
|
### directory containing rtpengine metadata files
|
||||||
|
# spool-dir = /var/spool/rtpengine
|
||||||
|
|
||||||
|
### where to store media files to
|
||||||
|
# output-dir = /var/lib/rtpengine-recording
|
||||||
|
|
||||||
|
### resample all output audio
|
||||||
|
# resample-to = 8000
|
||||||
|
|
||||||
|
### bits per second for MP3 encoding
|
||||||
|
# mp3_bitrate = 24000
|
||||||
|
|
||||||
|
### mix participating sources into a single output
|
||||||
|
# output-mixed = 1
|
||||||
|
|
||||||
|
### create one output file for each source
|
||||||
|
# output-single = 1
|
||||||
|
|
||||||
|
### mysql configuration for db storage
|
||||||
|
# mysql-host = localhost
|
||||||
|
# mysql-port = 3306
|
||||||
|
# mysql-user = rtpengine
|
||||||
|
# mysql-pass = secret
|
||||||
|
# mysql-db = rtpengine
|
||||||
Loading…
Reference in new issue