Categories
General blog entries

VoIP providers

In my quest for VoIP support in the Netherlands I found a lot of providers. Most of them seem to be catering the consumer needs rather than the prosumer or even business needs. Most providers fall under one of 3 categories: consumer (“free” landline calls but usually not unlimited call time resulting in paid minutes after a certain time), prosumer (better defined call rates, subscriptions, professional level support) and corporate (meant for large businesses, lots of trunks, hosted PBX and so on).

Note that I omit the service providers that only provide services for their own customers. For example, Tele2 has a business oriented VoIP division but also provides VoIP telephony to their DSL customers.

Known ISPs with a VoIP service for their customers: KPN, Tele2, XS4all, @Home (Ziggo).

Note: the listing above is incomplete and based upon results I found in my search online.

Consumer

VoIP Goedkoop

This is a handy site containing links to multiple “free” VoIP providers. These are fine for consumer usage, normally are not suited for business usage (free equals no quality guarantee, no subscriptions) and usually do not come with DID services.

http://voipgoedkoop.nl/

VoIPBuster

As one of the more wide known service providers, VoIPBuster advertises with free calls. The “free” here is relative as not all destinations are actually free and for example land line calling in the Netherlands is “free” for a minute (they call that a “Superdeal”, a choice of words which is not reflected by their meaning), after which an unspecified fee is charged. Also, every 120 days, a user needs to reactivate their account by paying 10 Euros, which is converted into 10 Euros credit. Also, mobile numbers cost 25 cpm, which is twice as much as every other VoIP provider I found, not a bargain at all…

www.voipbuster.com

Prosumer

VoipQ

VoipQ supports subscriptions, clear call rates and supports DID services as well.

www.voipq.nl

SpeakUp

SpeakUp also provides subscriptions, DIDs and clear calling rates. The also offer hosted PBX or just trunk services.

www.speakup.nl

Voys Telecom

Supports VoIP subscriptions from one to multiple lines and everything that comes with it. Does not seem to be the cheapest provider but they seem to have a good reputation.

www.voys.nl

Corporate

KPN

KPN is the leading Dutch telecom company for decades. Slowly they start to move from POTS solutions to VoIP, for example for their DSL and fibre customers. For the corporate markt they only aim for the big players, as only the start fee is 2000 Euros at the time of writing and subscriptions are expressed in 3 digit monthly fees for the smallest packages. Great for huge corporations and call centers, but useless for everyone else.

http://zakelijk.kpn.com/business/voip.htm

Categories
General blog entries

Asterisk PBX ramblings

As I am playing with AsteriskNow in a virtual machine to see how I can extend our current PBX (old, analogue, missing lots of options and has zero flexibility) to use the power of a virtual PBX and all its options.

First off I want to explain some terms, you will find these plastered over guides and they confused me as first. This is what I distilled from all that.

VoIP – Voice over IP, internet telephony. Everyone is talking about it and while the name is accurate (you send voice or phone data over a switched IP network, the internet or LAN), it does not describe how this is done. Most people assume VoIP is a technology on its own, it is not.
SIP – SIP stands for Session Initiation Protocol. This is an actual implementation of VoIP. Although SIP has a lot of advanced features (deterring new users to dive in and understanding how it works, like it did me), most people will only use a very, very small subset. See below for more information.
FXO – Foreign eXchange Office, in a nutshell this is an adapter to hook up to a phone line or PTSN (it acts as a client on a line).
FXS – Foreign eXchange Station, this is an (internal) line used to run to a phone or fax machine. The FXS port powers the line, enabling phones to function as well as provide the dial tone and ringing features.
PTSN – Public Switched Telephone Network, this means a phone line. Either a line to a PBX or to the outside world. Also called a trunk.
POTS – Plain Old Telephone System, the old analogue phone system as we know it. The counterpart of this is of course VoIP.
Trunk – A trunk is a phone line, usually only used to denote lines to the outside world. These days a SIP account allowing you to call to the outside world is called a trunk (as it has the same usage as the old physical lines that were connected to a PBX).
DID – Direct Inward Dialling usually denotes the service that connects the POTS telephony system to the digital world of the internet. In other words, it allows you to have a normal phone number which is converted into a VoIP number, which in turn can be hooked up to a VoIP phone or PBX. Usually this is nothing more than a SIP account at a service provider, making usage pretty simple.
Presence – SIP Presence is a technique where a phone tells the PBX it would like to monitor a certain extension or trunk. Normally this is used to light up LEDs on the phone if an extension or trunk is busy. Asterisk has full support for this but most entry-level phones do not sport this feature (more expensive phones targeted for corporate usage have this).

The biggest downside to the VOIP hype is the confusion that it creates in its wake. Like I said, everyone has heard of the phrase internet telephony and most know the term VoIP. Most people there for buy products with big labels on them, marking them as “VoIP phones” and such. The problem is that not always all products work together.

The upside is that most systems fully support SIP which in turn is pretty much a global standard. SIP works by connecting a client to a server, where the client is usually the phone and the server usually is a PBX. The phones are full computer systems on their own, working on the LAN most offices already use. After a phone registered itself with the server using its name and password (a SIP account), the server can reach the phone and vice versa when needed.

When the user picks up the horn and starts dialing, the phone generates a fake dial tone (there is no dial tone as this is a digital system) and waits for the user to start pressing buttons. Every status change (pick up, press number etc) is passed to the server/PBX and is processed to determine who the user is attempting to call. The PBX will then forward the call to another extension or to a trunk and the sound data is transmitted between caller and callee as soon as the connection is complete.

The reverse also holds. After the extension is registered at the server, the PBX can let it ring and after the user picks up the horn, the audio connection is made in order to complete the calling sequence.

So far, this is a simple client-server setup and the only choices one has to make is to determine which audio compression is chosen. The rule of thumb here is that better audio quality comes at a higher bandwidth cost. Most PBX-es like Asterisk convert audio codecs on the fly if for example the remote SIP trunk not supports a certain encoding.

Finally there is the option to call directly to a SIP server or PBX. For example, you hook up your server to the DNS name sip.myoffice.com. This has to be a valid domain and accessible from the outside world. You then open port 5060 for protocol UDP (very important, this is NOT the same as TCP!) on your outside firewall or server and connect that to the virtual PBX. This allows telephones to register themselves from remote locations such as home or a 2nd office but also allows you to call straight into the office.

The details of this I still have to work out (I’ll update this article as I go) but it comes down to this: the caller calls 1234@sip.myoffice.com. His PBX will know that it has to connect to sip.myoffice.com on port 5060 and ask the PBX at that address to ring up number 1234. The office PBX recognises that the incoming call request is not from a registered internal extension and determines how the call should be handled. If all goes well, the right trunk will be activated which in turn will ring the extensions you have linked to that line. This way, the POTS system is not used at all, and as another benefit, the call is absolutely free as only the internet is used.

I hope this helps others out there to determine which hardware they should buy and how most things fit together. Most devices marketed as “VoIP adapters” are not quite accurate labelled as they normally have a small SIP server (making it in fact a mini-PBX) and one or more FXS and FXO ports. The type of ports restrict you to their usage and it is very important to decide what you need. If you want to hook up a number of old telephones you need FXS ports, if you want to connect your physical telephone line to your virtual PBX, you need an FXO port.

In another article I will continue my findings as I just ordered some VoIP hardware to start experimenting with it.