Important: This tutorial works for older versions of CallReplay. An updated tutorial about upgrading/installing CallReplay is available here.

 

At the moment, the only supported platform is:

  • Ubuntu 14.04 LTS Trusty Tahr x64

Online Installation

  1. Download and install the repository public key

    wget -q http://www.call-replay.com/apt/RAISoftware.asc -O- | sudo apt-key add -

     

  2. Add the appropriate repository line in your /etc/apt/sources.list file

    deb http://www.call-replay.com/apt trusty non-free

     

  3. Update and install CallReplay

    sudo apt-get update && sudo apt-get install callreplay

 

Offline Installation

  1. Download the Ubuntu Linux x64 version from the CallReplay site
  2. Install dependencies

    sudo apt-get install openjdk-7-jre postgresql postgresql-contrib libpcap0.8 p7zip-full speex sox libav-tools dmidecode

    Optional packets for desktop environments:

    sudo apt-get install flashplugin-installer pgadmin3

     

  3. Install CallReplay

    sudo dpkg -i callreplay-*.deb