pbxer

Build your own PBX

The Basics

The following posts will take your through the process of installing and the asterisk PBX and configuring it to work with your VOIP phones and a VOIP service provider.

2008-07-19

PBX Preflight Checklist: Do you have what it Takes?

Building and running a PBX isn’t for everyone. Here’s a quick checklist to see if this is a project for you.

2008-08-07

Build your PBX – Step 1: Setup your VPS

I recommend you use a VPS (virtual private server) to run your asterisk PBX. Why? Stability and reliability – two key qualities for a phone system. It’s also quick and painless to setup. (Despite what some would have you believe, no hardware or kernel modules are required.)

2008-08-07

Build Your PBX – Step 2: Compile Asterisk

Sometimes downloading the source code and compiling it is the easiest way. I’ll show you how to get the latest stable version of asterisk downloaded and compiled.

2008-08-11

Build your PBX – Step 3: Configure your Asterisk PBX

There are three key configuration files that you need to setup for a basic asterisk install. We’ll walk through setting up sip.conf, voicemail.conf and extensions.conf.

2008-08-11

Build Your PBX – Step 4: Configure your VOIP Phone

You’ve got asterisk installed, configured and running. Now it’s time to get your VOIP phone configured to talk to your PBX.

2008-08-12

Build Your PBX – Step 5: Add a VOIP provider

A PBX is a bit boring if you can’t contact the outside world. This post will walk you through connecting to a VOIP service provider so you can make calls to regular phones and receive calls from a regular phone number.

2008-08-29

Build Your PBX: Overview

Before getting into details, it helps to have a visual overview of the system we’re building. Let’s walk through this diagram. There are couple of VOIP phones that connect to a standard router. The router is connected to the internet using a broadband connection (probably ADSL or cable) that has a minimum speed of 100kbps [...]