Based on Orecx Oreka, this project tries to provide a complete Call Recording (SIPREC) solution.
- Orkaudio:
The audio capture and storage daemon with pluggable capture modules currently comes with modules for VoIP and sound device recording. - Orktrack:
Tracks and publishes all activity from one or more orkaudio services to any mainstream database/storage system. - Orkweb:
Web based user interface for retrieval (UnChanged)
- Support for G729 Codec
- CallID Tracking
- Switch to faster logging (Log4j2)
- Upgrade to latest version of libraries.
The build tool is separately available at github:Oreka-build which builds the project on a Ubuntu14.04 Virtual Box. You can natively build if you have all dependencies but I develop on a OSx system, so have kept it separate.
Ubuntu installers are available via Bintray. To add the sources to your system run the following command
echo "deb https://dl.bintray.com/kingster/deb /" | sudo tee -a /etc/apt/sources.list.d/oreka.list
apt update
apt install oreka
Read more