Files
jambonz-infrastructure/packer/jambonz-sbc-sip-rtp/aws/files/rtpengine-recording.ini
Dave Horton ed86fc3693 add jambonz medium AWS deployment: sbc(sip+rtp), fs, web+monitoring (#61)
* add jambonz medium AWS deployment: sbc(sip+rtp), fs, web+monitoring

* fix terraform proxmox: correct calculation of private IP

* fixs for jambonz-medium

* spread sbc and fs across availability zones
2023-08-02 13:47:02 -04:00

50 lines
1.1 KiB
INI

[rtpengine-recording]
table = 42
log-level = 5
### number of worker threads (default 8)
# num-threads = 16
### where to forward to (unix socket)
# forward-to = /run/rtpengine/sock
### where to store recordings: file (default), db, both
output-storage = file
### format of stored recordings: wav (default), mp3
# output-format = mp3
# output-format = pcma
output-format = wav
### directory containing rtpengine metadata files
spool-dir = /var/spool/recording
### where to store media files to
output-dir = /tmp/recordings
### File name pattern to be used for recording files
output-pattern = %Y%m%d%H00/rtpengine-%c-%t-M%S%u
### 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 = true
### create one output file for each source
# output-single = false
### mix method: direct (mix input) channels (multi-channel)
mix-method = direct
### mysql configuration for db storage
# mysql-host = localhost
# mysql-port = 3306
# mysql-user = rtpengine
# mysql-pass = secret
# mysql-db = rtpengine