voiceip / oreka

OpenSource G711, G722, G729, Opus & Other Format VoIP SIP Recorder
GNU General Public License v3.0
145 stars 76 forks source link
oreka oreka-recorder recorder siprec voip-recorder

Oreka, an opensource VoIP media capture and retrieval platform

Based on OrecX Oreka, this project tries to provide a complete Call Recording (SIPREC) solution.

Build Status

Components

Improvements

OrkAudio

OrkTrack

Orkweb:

Distribution & Installation

Docker

Docker images are available via docker hub, so just run the below command to pull images directly from hub.docker.com. Note: --net=host on docker works on linux systems and is a limitation of docker, so please keep that in mind.

docker run -it --net=host --restart=always --privileged=true -v /var/log/orkaudio:/var/log/orkaudio -v /etc/orkaudio:/etc/orkaudio voiceip/orkaudio:latest

Debian/Ubuntu

Binary releases are available from the Releases Section. Download and refer to the installation instructions.

Building

Docker

export DOCKER_BUILDKIT=1
distribution/docker
docker build -f Dockerfile.orkaudio -t voiceip/orkaudio .
docker run -it --net=host --restart=always --privileged=true -v /var/log/orkaudio:/var/log/orkaudio  -v /etc/orkaudio:/etc/orkaudio voiceip/orkaudio:latest 

Debian

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.

More Information

Read Original Readme