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/srcroot@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 startVer Cluster Port Status Owner Data directory Log file11 main 5432 down postgres /var/lib/postgresql/11/main /var/log/postgresql/postgresql-11-main.logupdate-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 modeSetting 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 DATABASECREATE DATABASECREATE ROLECREATE ROLEGRANTGRANTGRANTALTER ROLEALTER ROLEINSERT 0 1INSERT 0 1INSERT 0 1Installation has completed.Use a web browser to login.domain name: https://192.168.100.56username: adminpassword: OHDus44lPQfA5gWt0Qdwr2sV7ecThe 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.56Official FusionPBX TrainingFastest way to learn FusionPBX. For more information https://www.fusionpbx.com.Available online and in person. Includes documentation and recording.Location: OnlineAdmin Training: TBAAdvanced Training: TBAContinuing Education: 17th December 2020 (1 Day)Timezone: https://www.timeanddate.com/weather/usa/idahoAdditional information.https://fusionpbx.com/members.phphttps://fusionpbx.com/training.phphttps://fusionpbx.com/support.phphttps://www.fusionpbx.comhttp://docs.fusionpbx.comroot@debian:/usr/src/fusionpbx-install.sh/debian#
0 comments