What's your name?

Enter your name to start a short security demo.

Blog

What Is Issabel? An Open-Source PBX Platform for Organizations

If you've ever called an organization where pressing a number connects you to the right department (like "press 1 for sales"), behind the scenes there's likely a system like Issabel running the show.

What exactly is Issabel?
Issabel is a free, open-source Unified Communications platform — a complete software PBX (Private Branch Exchange) built on top of the well-known Asterisk engine. It's the direct successor to the older, popular Elastix project (after Elastix's development stopped, part of its core team built Issabel to carry the project forward).

Why do organizations choose Issabel over a traditional PBX?
Cost: a traditional hardware PBX can be very expensive; Issabel is entirely free and open-source — it only needs an ordinary server (physical or virtual, exactly what's covered in my Hyper-V tutorial).
Flexibility: adding, removing, or reconfiguring internal extensions is done through a simple graphical web interface, with no need for a traditional PBX technician.
Advanced features: an auto-attendant (IVR), call queues, call recording, voicemail, and call reporting are all already built into this one platform.

What protocol powers Issabel behind the scenes?
Issabel uses VoIP (fully explained in a separate article) — meaning calls travel over the data network (the organization's internet/intranet) instead of traditional copper phone lines. The standard protocol for this is usually SIP (Session Initiation Protocol).

Core features every organization uses
IVR (auto-attendant): the "press 1 for sales" menu that routes calls to the right department without a human operator.
Call Queue: when all operators are busy, the caller waits in line and gets connected to the first available operator in order — instead of hearing a busy signal.
Conference Calling: hosting multi-person group calls without needing a separate service.
CDR (Call Detail Records): a complete log of every call — who, where, how long — for analysis and auditing.
Integration with fax, voicemail-to-email, and even internal organizational chat.

Why does understanding Issabel matter for a network engineer?
Setting up and maintaining this system sits exactly at the intersection of several skills covered in my courses: networking (since calls travel over the same organizational network infrastructure), Linux (since Issabel is installed on a Linux distribution), and security (since a phone system connected to the internet, without proper configuration, is an attractive target for fraudulent international call abuse). This is exactly the kind of multi-dimensional skill a real infrastructure engineer needs to have.