VoIP: (06.01.02) Hướng dẫn cài đặt FusionPBX v4.5.24 trên Debian v10.9.0

By , 0 View

Mục tiêu thực hành:
- Cài đặt FusionPBX trên Debian v10.9.0.
- Kết nối vào giao diện WebPage của FusionPBX.
- Thay đổi mật khẩu admin của FusionPBX.

Các bước triển khai:
Cài đặt FusionPBX trên Debian v10.9.0.
- Phiên bản FusionPBX v4.5.24 trên Debian v10.9.0 bị lỗi module Call Recording (/var/lib/freeswitch/recordings) và Call Detail Records (/var/log/freeswitch), không hiển thị file thu âm và log cuộc gọi trên giao diện Web mặc dù vẫn xuất hiện các file ở thư mục tương ứng. Thử cài đặt FusionPBX v4.5.24 trên Devian v9; đã cài đặt FusionPBX v2.5.24 thành công trên CentOS v7.
- Tham khảo cách cài đặt FusionPBX trên Debian và trên các hệ điều hành khác tại https://www.fusionpbx.com/download.php
root@debian:~# cd /usr/src
root@debian:/usr/src# 
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh;
cd /usr/src/fusionpbx-install.sh/debian && ./install.sh

Success. You can now start the database server using:

    pg_ctlcluster 11 main start

Ver Cluster Port Status Owner    Data directory              Log file
11  main    5432 down   postgres /var/lib/postgresql/11/main /var/log/postgresql/postgresql-11-main.log
update-alternatives: using /usr/share/postgresql/11/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
Setting up postgresql (11+200+deb10u4) ...
Processing triggers for systemd (241-7~deb10u7) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for libc-bin (2.28-10) ...
CREATE DATABASE
CREATE DATABASE
CREATE ROLE
CREATE ROLE
GRANT
GRANT
GRANT
ALTER ROLE
ALTER ROLE
INSERT 0 1
 
INSERT 0 1
INSERT 0 1
 
Installation has completed.

   Use a web browser to login.
      domain name: https://192.168.100.56
      username: admin
      password: OHDus44lPQfA5gWt0Qdwr2sV7ec

   The domain name in the browser is used by default as part of the authentication.
   If you need to login to a different domain then use username@domain.
      username: admin@192.168.100.56

   Official FusionPBX Training
      Fastest way to learn FusionPBX. For more information https://www.fusionpbx.com.
      Available online and in person. Includes documentation and recording.

      Location:               Online
      Admin Training:          TBA
      Advanced Training:       TBA
      Continuing Education:    17th December 2020 (1 Day)
      Timezone:               https://www.timeanddate.com/weather/usa/idaho

   Additional information.
      https://fusionpbx.com/members.php
      https://fusionpbx.com/training.php
      https://fusionpbx.com/support.php
      https://www.fusionpbx.com
      http://docs.fusionpbx.com

root@debian:/usr/src/fusionpbx-install.sh/debian# 

Kết nối vào giao diện WebPage của FusionPBX.

Thay đổi mật khẩu admin của FusionPBX.
- Email là một trong những trường cần phải khai báo bắt buộc.

Mọi thắc mắc các bạn vui lòng liên hệ với mình thông qua kênh Zalo (Jade Bùi) 076.877.2021.

You Might Also Like

0 comments