Bobcares

Freepbx Google Cloud

by | May 26, 2022

FreePBX in the Google Cloud is a web-based open source GUI for controlling and managing Asterisk, an open source IP PBX server.

As part of our Google cloud Platform services, Bobcares responds to all inquiries, no matter how big or small.

Let’s look at how our Support team explained how to set up FreePBX Server in more detail.

FreePBX in Google Cloud

The GNU General Public License (GPL), an open source licence, governs FreePBX hosting. This is a self-hosted FreePBX Distro that includes the system OS (Ubuntu), Asterisk, the FreePBX GUI, and various dependencies.

Setup FreePBX

The following configuration changes are required to get started. All commands must be executed as root. To switch to the root user, run the following command:

sudo -i

Step 1: Connect FreePBX to a MySQL database.

Enter the following into the terminal after copying and pasting it.

cat <<EOF > /etc/odbcinst.ini
[MySQL]
Description = ODBC for MySQL (MariaDB)
Driver = /usr/local/lib/libmaodbc.so
FileUsage = 1
EOF

 

Then, enter the following into the terminal after copying and pasting it.

cat <<EOF > /etc/odbc.ini
[MySQL-asteriskcdrdb]
Description = MySQL connection to 'asteriskcdrdb' database
Driver = MySQL
Server = localhost
Database = asteriskcdrdb
Port = 3306
Socket = /var/run/mysqld/mysqld.sock
EOF
Step 2: Launch the FreePBX Server
  1. Firstly, change directory to /usr/src

    cd /usr/src

  2. Then, download the FreePBX

    wget http://mirror.freepbx.org/modules/packages/freepbx/freepbx-15.0-latest.tgz

  3. Compress the downloaded file.

    tar vxfz freepbx-15.0-latest.tgz

  4. Then, remove the folder

    rm -f freepbx-15.0-latest.tgz

  5. Create the configuration file

    touch /etc/asterisk/{modules,cdr}.conf

  6. Then, go to the freepbx directory

    cd freepbx

  7. Run the following command

    ./start_asterisk start

  8. Finally, complete the installation.

    ./install -n

If everything went well, we should see the following message.

freepbx google cloud

Step 3: Create SMTP Alerts in FreePBX (Postfix)

We must then install Postfix in order to configure our email alerts. Before we can install any packages, we must first remove any apt locks. Under the root account, run the following commands.

rm /var/lib/dpkg/lock*

rm /var/cache/apt/archives/lock

rm /var/lib/apt/lists/lock

Finally, run the following command to install Postfix.

apt-get install postfix -y

Step 4: Go to the FreePBX Admin GUI Console.

We are now ready to login after configuring the above. Paste the IP address of our VM into the browser (use http instead of https if the login page fails to load) and we should see the Admin GUI. To login, create a new admin account.

freepbx google cloud

Step 5: Upgrade the FreePBX and Asterisk modules.

After we’ve logged in, we’ll need to do the following:

  1. When the loading is complete, click Apply Config in the top right corner.
  2. Then go to the Admin menu and select Module Admin.
  3. Click the Check online button.
  4. Then, select Download all
  5. Then click Process.
  6. Click Confirm at the bottom.
  7. Then, click the Return
  8. Finally, in the top right corner, click Apply Config.

[Looking for a solution to another query? We are just a click away.]

Conclusion

To sum up, our Support team walks us through the process of setting up FreePBX Server in greater depth.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Never again lose customers to poor
server speed! Let us help you.