FR EN

TUTORIAL: Install Polycom firmwares

Estimated reading: 3 minutes

Introduction

Polycom phones require additional manual intervention from the deployment technician due to the way they operate.

To properly provision Polycom phones, the Polycom firmware files must be downloaded and extracted into the server's tftp folder.

Polycom firmware packs can be downloaded from:

https://downloads.bicomsystems.com/polycom/

Polycom firmware compatibility list with PBXware:

Installation for the VVX series

1.Log in to the server via SSH:

ssh root@votreserveur -p 2020

Please make sure to replace the IP address of your server by a real IP address or domain name of your server.

2. Access the TFTP folder

cd /opt/pbxware/pw/tftp

3. Download the firmware pack for the VVX series phones:

wget http://downloads.bicomsystems.com/polycom/polycom-latest-vvx.tar.bz2 

Once you press Enter, you should see the following output:

wget http://downloads.bicomsystems.com/polycom/polycom-latest-vvx.tar.bz2 --2018-02-06 09:15:21-- http://downloads.bicomsystems.com/polycom/polycom-latest-vvx.tar.bz2 Resolving downloads.bicomsystems.com... 193.93.153.138 Connecting to downloads.bicomsystems.com|193.93.153.138|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 744382031 (710M) \[application/x-bzip\] Saving to: 'polycom-latest-vvx.tar.bz2' polycom-latest-vvx.tar.bz2 11%\[==========> \] 84.58M 177KB/s eta 61m 0s

Once the download is complete, you must unzip the firmware archive.

tar xvjf polycom-latest-vvx.tar.bz2 

4. Access the Polycom folder

cd polycom 

5. Move all files and folders to the root of the tftp folder

mv * ../ 

The Polycom firmware files are now ready to be provisioned.

Installation for the IP series

1.Log in to the server via SSH:

ssh root@votreserveur -p 2020

Please make sure to replace the IP address of your server by a real IP address or domain name of your server.

2. Access the TFTP folder

cd /opt/pbxware/pw/tftp

3. Download the firmware pack for the VVX series phones:

wget http://downloads.bicomsystems.com/polycom/polycom-latest-ip.tar.bz2 

Once you press Enter, you should see the following output:

wget http://downloads.bicomsystems.com/polycom/polycom-latest-ip.tar.bz2 --2018-02-06 09:15:21-- http://downloads.bicomsystems.com/polycom/polycom-latest-ip.tar.bz2 Resolving downloads.bicomsystems.com... 193.93.153.138 Connecting to downloads.bicomsystems.com|193.93.153.138|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 744382031 (710M) \[application/x-bzip\] Saving to: 'polycom-latest-ip.tar.bz2' polycom-latest-ip.tar.bz2 23%\[================> \] 124.58M 177KB/s eta 51m 10s

Once the download is complete, you must unzip the firmware archive.

tar xvf polycom-latest-ip.tar.bz2 

4. Access the Polycom folder

cd polycom 

5. Move all files and folders to the root of the tftp folder

mv * ../ 

The Polycom firmware files are now ready to be provisioned.

Share

TUTORIAL: Install Polycom firmwares

Or copy the link below

CONTENT