Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Please make sure that Solution Prerequisites are met for the desired deployment type. 

  2. Download the deployment script

    View file
    namedeployment.sh
     and place it in the user’s home or any desired directory. This script will:

    1. delete the recording-solution directory if it exists.

    2. clone the required files for deployment

  3. To execute the script, give it the execute permissions and execute it. This command will clone the skeleton project for the recording solution. the recording-solution directory contains all the required files for deployment.

    Code Block
    languagebash
    $ chmod 755 deployment.sh
    $ ./deployment.sh
  4. Follow step 5 to 8 for deployment with Cisco UCCX or UCCE

  5. Follow this guide to install and configure FreeswitchRecorder. The recording path should be /usr/share/freeswitch/cucmRecording

  6. Follow this guide to create an application user on CUCM for jtapi-connector.

  7. Open recording-solution/docker/config.env and update the environment variables given below.

...