Communicating Clearly About Computing

Posted on

Those of use who work in IT are frequently called upon to explain our work to people who are less familiar with computers than we are. It should be our goal to speak and write as clearly as possible. To do that we must avoid jargon, slang and expressions which are easily misunderstood. We should not write to be understood. We should write so as not to be misunderstood.
Continue reading Communicating Clearly About Computing

Reducing Echo in Telephone Handsets

Posted on

A common source of echo in VoIP phone systems is the telephone handsets. Of course, non-VoIP phone systems have this source of echo too, but it often is not so evident because without the buffering the echo delay is not as long.

Old Bell 500 series telephones have a wad of cotton wool in the handset to prevent sound from traveling from the receiver, through the hollow handset body, to the transmitter. But, many modern telephone handsets lack this important component. Here I show how I added cotton wool to the handset of a Linksys SPA-841 in order to reduce echo.
Continue reading Reducing Echo in Telephone Handsets

My VoIP network

Posted on

I run a VoIP network for my friends and family. There are phones at about 10 locations. Four of the locations have Asterisk servers.

Three of the Asterisk servers are run in a redundant configuration. SIP query DNS to get the list of servers for our domain and try connecting to them in the order specified by the domain’s SRV record. It does not matter to which server the SIP phone ultimately connects because the servers are connected by DUNDi. When one of the phones is called, the server which receives the call uses DUNDi to determine with which server the phone is registered and routes the call to that server over IAX2.

These three main Asterisk servers have trunks to the PSTN. They also collect call detail records which they share with one another.

The fourth Asterisk server runs on the same Linksys WL-500G Premium which serves as the gateway router at my parents’ house. It servers the SIP phones in their house. It has a much more limited configuration. It relies on the main servers for connection to the PSTN and does not keep its own call detail records.

In future postings I can describe:

* PSTN providers used
* Least Cost Routing
* Collecting and displaying CDR
* Inexpensive SIP phones used

If you would like to hear about any of these topics, please post a comment.

Inexpensive home Asterisk server

Posted on

I have a new Asterisk server at home. It is a Contec IPC-BX/M600(PCW). This is a wall-mount PC. It is about a foot square and about two inches thick. There is no power brick. The power cord plugs directly into the box. It has a 400MHz processor which should be fast enough for home or small-office use. It has only 64MBytes of RAM, so you need some swap, particularly when compiling Asterisk.

I bought this marvel new on E-Bay for about $55 including shipping. I added a laptop hard disk for storage.

Power consumption is reasonable, about 15 watts when idle.