Incredible PBX 13 on CentOS 6.x

    說明

    • CentOS 6.7 x86_64
    • Incredible PBX 13
    • CloudAtCost Platform

    安裝步驟

    setenforce 0
    sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
    
    yum -y update
    yum -y install net-tools wget tar
    
    cd /root
    wget http://incrediblepbx.com/incrediblepbx13-12.2-centos.tar.gz
    tar zxvf incrediblepbx*
    ./IncrediblePBX*
    

    以下僅適用 CloudAtCost 的雲端平台

    // For CloudAtCost only, prevent the root's password get reset every time you reboot.
    sed -i '/exit 0/d' /etc/rc.local
    killall plymouthd
    echo killall plymouthd >> /etc/rc.local
    rm -f /etc/rc3.d/S97*
    echo "exit 0" >> /etc/rc.local
    

    TIP:

    CloudAtCost 預設的 VM,一旦系統有重啟,root 密碼就會回復成預設值,以上步驟可以解除這個狀況。

    安裝後的步驟

    // First step after installation
    Make your root password very secure: passwd
    Create admin password for Incredible PBX GUI access: /root/admin-pw-change
    Create admin password for web apps: htpasswd /etc/pbx/wwwpasswd admin
    Create joeuser password for web apps: htpasswd /etc/pbx/wwwpasswd joeuser
    Set up UCP accounts for Voicemail & Recordings access using Incredible PBX GUI
    Make a copy of your Knock codes: cat /root/knock.FAQ
    Decipher IP address and other info about your server: status
    Set your correct time zone: /root/timezone-setup

    啟動 Incredible FAX 功能

    /root/incrediblefax11.sh
    
    標籤 (Edit tags)
    • No tags
    您必須 登入 才能發佈評論。
    Powered by MindTouch Core