AKA a case against gardening
My colleague
George and I had been toying for a long time with the idea of getting rid of POTS ("plain old telephone service", more properly called PSTN for
public switched telephone network) at home and were considering different alternatives. An obvious one is to get lots of minutes or unlimited calling on your cell phone—now on option on the major carriers. But that might not be the most effective approach because the network gets overloaded, the call quality is inconsistent, and international rates are sky-high (unless you are using a suitable calling card). Your brain might also get fried if you are not using a headset. But after several months in a row of local phone bills in the high double digits, we knew we had to do something soon.
Because we were already paying for a broadband connection (cable modem, in both cases, though ADSL will work fine), we have a big communication pipe coming into our homes. That pipe should be able to handle occasional voice traffic in addition to other uses of the internet, shouldn't it? This is where VoIP
(voice over internet protocol) comes into the picture (see voip-info.org, an excellent resource on all aspects of this topic). Most people are already familiar with
Skype, primarily a software client for free voice and video calls from computer to computer using a proprietary protocol but requiring only minimal, if any, configuration. There is also
Gizmo5, which now supports video on its Windows and Mac versions and is compatible with the SIP
(session initiation protocol) standard. These and other providers also have (non-free, usually prepaid) ways to make or receive calls to and from the PSTN, e.g., SkypeOut and SkypeIn. There are various open-source or free proprietary SIP soft phones available for different operating systems, including
Twinkle for Linux and
XMeeting for Mac OS.
But both of us were looking for something more: a seamless drop-in replacement for the conventional home phone service that particularly our spouses enjoys so much. Specifically, we wanted the existing phones to ring when a call came in while no one was using the computer, and we wanted to be able to make outgoing calls from the existing phones. An ATA
(analog telephone adapter) bridges this gap: these devices typically have an LAN connection as well as a phone jack where you can plug in a phone and get a dial tone. And now we've reached a junction where we could choose between the easy and the hard way to continue.
The easy way
George choose the easy way: He signed up with
PhonePower.com, a consumer-oriented VoIP provider (reviews are available at, e.g.,
voipreview.org), received a preconfigured ATA, connected power, Ethernet, and a cordless phone, and was ready to go. Once his spouse approved, he instructed the VoIP provider to port his existing number and canceled his land line. Many providers have flat nationwide packages for US$20 per month or less, and you can use your ATA in other locations around the world as long as you have an internet connection. Some providers even have regular E911 service, where the emergency call taker automatically sees your address and handles the call accordingly. In case of a power failure, however, your internet connection would be down and you might not be able to make that call. In that case, your best bet would be your cell phone, given the slim likelihood of both networks failing independently at the same time.
The kewl way
Needless to say, I choose the hard but kewl way and in return wanted free service (no recurring monthly charge) and the opportunity to reuse as much existing hardware as possible. As an aside, when I mentioned to my friend Hans-Jürgen a few years ago that I was planning to play with a software-based phone system at home, he said I had too much time on my hands. But now I realized that we simply have different hobbies. I enjoy these activities much more than, say, gardening.
Receiving calls
The first step was to set up DID
(direct inward dialing) so others could reach me from the PSTN. Most providers have a single-digit monthly charge for DID, but Matt Butcher, a technologically savvy philosophy graduate student, told me about a service called
GrandCentral. Whether or not you are using VoIP, GrandCentral is useful as a
single-number service (SNS): a caller dials a single number, zero or more phones—home, work, cell, according to your configuration settings—ring at once, and you can pick up the call on any one of them. You can also send calls to voice mail, listen in while someone is leaving you a message, switch to another phone during the call, etc. You can even customize by caller which of your phones ring. The catch is that GrandCentral used to have an invite-only private beta program that has since been discontinued, but they haven't yet announced when they will open to the general public. Since GrandCentral was recently acquired by Google, I am hopeful that it won't go away, but for now, you will probably have to pay for DID if you want a local number; in return, you can probably port your existing number. So what makes GrandCentral work as DID for VoIP? The ability to forward calls not only to PSTN numbers but also to Gizmo5 numbers! I was already able to make and receive SIP calls through my existing Gizmo5 account, but now others can call my GrandCentral number from an ordinary phone, and it rings on my Gizmo5 soft phone. So that part is solved!
Making calls
Like SkypeOut, Gizmo5 also supports outbound calling into the PSTN as a prepaid service with no recurring charges and reasonable international rates. As an optimization, I am using
Future Nine, a reliable VoIP provider with very competitive rates for outbound calling. Another advantage of Future Nine is that you can set the caller ID for outgoing calls to your GrandCentral number for free. You can even have multiple SIP accounts as part of a single VoIP account with separate caller IDs for outgoing calls; this capability is useful to me because my wife and I have different GrandCentral numbers. In addition, your Future Nine account works like a calling card. As a further optimization, I set up free toll-free and
free VoIP backdoor calling through Gizmo5. Since you can't call back a Gizmo SIP number from outside, I also decided to pay Gizmo5 US$4 per year for letting me set the caller ID on that account to my GrandCentral number as well.
Connecting existing analog phones
The next big step was to bring the analog phones back on board, since SIP phones are rather expensive. A while ago, I had bought a
Digium S101I IAXy ATA but never used it. If I had DID from Future Nine or another provider that supports the IAX protocol
(Inter-Asterisk eXchange), I could provision the IAXy to connect directly with my Future Nine account. That would be just like George's easy approach described above. (
Linksys, formerly known as Sipura,
Grandstream, and several others make high-quality SIP-compatible ATAs.) But my situation is more complicated because it involves different accounts for incoming and outgoing calls and Gizmo5 speaks SIP but not IAX. Rescue comes in the form of a
software telephony engine such as Asterisk (
asterisk.org, excellent tips and tricks at
nerdvittles.com), an open-source system from Digium. Asterisk (and similar systems such as
Yate or
FreeSWITCH) are full-featured software equivalents of PBX systems handling voice mail, music on hold, etc. But since GrandCentral provides all the features already, we need only a minimal Asterisk installation that handles registration and call routing among the different pieces:
- SIP registration with one or more Gizmo5 accounts for incoming calls from GrandCentral and free outgoing calls to other Gizmo5 users, toll-free numbers, and VoIP backdoor numbers.
[general]
context=incoming
dtmfmode=rfc2833 ; required to answer incoming GrandCentral calls
srvlookup=yes
register => 1747NXXNXXX:password@proxy01.sipphone.com/1747NXXNXXX
[gizmo]
type=peer
disallow=all
allow=ulaw
allow=ilbc
host=proxy01.sipphone.com
fromdomain=proxy01.sipphone.com
insecure=very
fromuser=1747NXXNXXX
authuser=1747NXXNXXX
username=1747NXXNXXX
secret=password
canreinvite=no
context=incoming
- SIP credentials for using Future Nine for other outgoing calls.
[future-nine]
context=default
type=peer
host=sip.future-nine.com
username=username
secret=password
qualify=no
insecure=invite
canreinvite=no
- IAX configuration for the IAXy ATA.
[myiaxy]
context=default
type=friend
accountcode=myiaxy
host=dynamic
secret=password
disallow=all
allow=ulaw
allow=adpcm
callerid="My Name" x1111
trunk=no
- SIP configuration for any softphones for in-house calling (optional).
[1117]
context=default
type=friend
username=1117
callerid="My Name" x1117
host=dynamic
canreinvite=no
- Dial plan rules for making the IAXy (and registered softphones) ring on incoming calls.
[incoming]
exten => 1747NXXNXXX,n,Dial(SIP/1117&IAX2/192.168.1.50@myiaxy/s)
- Dial plan rules for mapping dialed numbers to the right provider for outgoing calls.
[gizmo]
exten => _1747XXXXXXX,1,Dial(SIP/${EXTEN}@gizmo)
exten => _0101NXXNXXXXXX,1,Dial(SIP/${EXTEN}@gizmo)
[local]
exten => _NXXXXXX,1,Dial(SIP/1773${EXTEN}@$gizmo)
[tollfree]
exten => _1800XXXXXXX,1,Dial(SIP/${EXTEN}@gizmo)
...
[domestic]
exten => _1NXXNXXXXXX,1,Dial(SIP/${EXTEN}@$futurenine)
[international]
exten => _011X.,1,Dial(SIP/${EXTEN:3}@futurenine)
[intercom]
exten => s,1,Set(CALLERID(all)=Lobby Phone <773nxxnxxx>)
exten => s,n,Dial(SIP/1117&IAX2/192.168.1.50@myiaxy/s)
[default]
include => internal
include => gizmo
include => local
include => tollfree
include => domestic
include => international
The image below shows how all these pieces fit together. The arrows point in the direction of the call, i.e., from the calling to the called party; the hollow tip of the arrow from the PSTN into my other phones indicates that bypassing GrandCentral is the exception rather than the rule.
Instead of plugging a particular phone into the IAXy, I simply left the existing phones plugged into the original jacks and plugged the IAXy into another free jack. In this way, the IAXy provides a phone signal to the entire apartment (it can handle the load of a few modern phones). I had already disconnected the incoming PSTN line from the apartment wiring so that it would not interfere with the ATA during the brief transitional period.
Reconnecting the door phone
I generally like to keep working hardware as long as there is a use for it, so I was wondering what to do about the
Digium X100P clone FXO card I had put into my home server a few years back. This is basically a controllerless (soft) modem card that allows the computer to make and receive phone calls. I remembered an innocuous comment a crafty neighbor of mine, Louis Hubbard, had made during an earlier discussion of the switch to VoIP. He said that the
lobby phone for the doorperson to announce visitors (I live in a highrise) should still work even without PSTN service as long as I simply hook up a phone to the PSTN line coming in from outside. And he was right! So I rewired the apartment a bit and managed to connect the outside line to the X100P and configured Asterisk to receive incoming calls from the card, complete with caller ID and all. That was the dot on the i, so to speak, because other residents who switched only from an ILEC (incumbent local exchange carrier, such as the local phone company) to a CLEC (competitive local exchange carrier, such as the cable company) lost that capability, to the annoyance of building staff. You can probably use a similar setup for other types of door phones or get a (more expensive) SIP door phone.
So how hard was it?
It was straightforward to get most pieces to work on
Ubuntu Edgy or Hardy (yes, I made that upgrade in the process, too, but had to resolve some other lingering complications before I could go on) and configure them according to the instructions. The Zaptel driver for the X100P card included with Ubuntu, however, is buggy, and I had to perform a manual install of Digium's latest version of that driver
(svn checkout http://svn.digium.com/svn/zaptel/branches/1.4 zaptel) to get everything to work including proper initialization at boot time.
In conclusion, yes, it was a bit hard, but it sure was great fun. Both George and I ended up saving big bucks amounting to 75% or more compared to our previous plans. We use our regular phones more than cell phones, especially for long calls. Call quality is better—even with VoIP—, not to mention fewer dropped packets and delays of one form or another. I would gladly do it again! Definitely beats gardening by the widest of margins.
Acknowledgments
Thanks to
Ron Senykoff for his valuable advice on this project.