How to install and create an extension in FusionPBX
To Install And Create An Extension In FusionPBX
Introduction:
FusionPBX is a free SWITCH-based multi-tenant PBX that allows a robust set of features for business phone systems. Using Signal Wire services with FusionPBX permits you to leverage our high call quality and low rates.
Installation Procedure:
Step 1: check the OS version by using the below commands
root@ubuntu: ~# lsb_release -a
No LSB modules are available.
Distributor ID: ubuntu
Description: ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
Step 2: Next download and install the Fusionpbx by using the below command
root@ubuntu: ~# wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh;
root@ubuntu: ~# cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
Step 3: After install the fusionpbx, copy the username and password as shown in the below image
Step 4: Next go to the browser and browse the Ip address and login to login fusionpbx as shown in the below image
Step 5: Go to extensions create Two new extensions (1050 and 1051) as shown in the below image
Step 6: Next, check the extension number by login the two extension number as shown in the below image
Step 7: To connect the call 1050 to destination extension number 1051. The call has been received from 1050 extension number as shown in the below image
Step 8: Again, call from 1051 to 1050 extension. Call has been received.so, two extensions working properly.
Conclusion:
We have reached the end of this article. In this guide, we have walked you through the steps required to install and create extensions from fusionpbx. Your feedback is much welcome.