Breadcrumbs

CX Voice Upgrade to 4.9.1

Voice Connector

Voice Connector
  1. SSH onto the Debian server on which the Voice connector is installed.

    1. Use command

      ssh <username>@<server-ip>
      
    2. Enter user password and press ENTER.

    3. Use command

      su
      
    4. Enter root password and press ENTER.

  2. Navigate to the folder where the docker-compose.yml and env.txt files are located for the voice connector.

  3. Open the docker-compose.yml file and replace the image tag with 4.9.1.

  4. Save and close the file.

  5. Run the command

    docker compose up -d
    
  6. Confirm that the docker container is running by using the command

    docker ps
    
  7. Confirm that the container is running correctly by opening the logs with command

    docker logs -f containerID
    

Media Server configuration

Scripts
  1. SSH onto the Debian server on which the Voice connector is installed.

    1. Use command

      ssh <username>@<server-ip>
      
    2. Enter user password and press ENTER.

    3. Use command

      su
      
    4. Enter root password and press ENTER.

  2. Confirm git is installed, and install it if is not.

  3. Clone the Media Server scripts repository:

    git clone -b 4.9.1 https://efcx:RecRpsuH34yqp56YRFUb@gitlab.expertflow.com/rtc/freeswitch-scripts.git
    
  4. Navigate to the cloned repository to access the files:

    cd freeswitch-scripts
    
  5. Move the updated scripts and prompts to their respective folders:

    mv consult_conf.lua cx_hangup.lua set_recording_name.lua /usr/share/freeswitch/scripts/
    chmod -R 777 /usr/share/freeswitch/scripts/
    
Changes in Conference Dialplan
  • Login to Media Server web interface. 

    • Open in browser: https://IP-addr, where IP-addr is the IP address of the Media Server.

image2024-1-29_18-39-13.png
  • Add the username and password that was shown upon installation of Media Server and press LOGIN.

  • Press the IP address in the top right and select the Domain created in the Domain creation section above:

image2024-1-29_18-42-7.png
  • Open the Dialplan Manager section under the Dialplan tab.

image2024-1-29_18-49-17.png
  •  Open the CustomConf dialplan.

  • Modify the last line to:

Tag

Type

Data

Group

Order

Enabled

action

conference

$1

0

35

true

image-20250425-113715.png
  • Save the changes by pressing SAVE button in top right corner.