Caller ID in SIP and Asterisk – Part 1

Caller ID, ANI, PAI, RPI, Privacy – can Asterisk cope? Equipment receiving calls, whether a humble handset or a sophisticated Call centre ACD system, likes to know the identity of the caller. It may simply display the caller’s number on an LCD display, look it up in a directory so the caller’s name can be … Read more


Taking the plunge with SIP Trunks – Part 3

Outbound calls; Matching a DDI/DID; Diagnosing problems; Internet bandwidth. Configuration for Outbound calling Part 2 looked only at the configuration for receiving inbound calls, but the SIP Trunk configuration form in Trixbox/FreePBX has to also include the settings for making outbound calls. It may not even work at all if you only use the inbound … Read more


Taking the plunge with SIP Trunks – Part 2

Recap In part 1, I explained how a SIP Trunk is really just a virtual connection between your Asterisk PBX and the VoIP service provider. Standard SIP signalling is used on the trunk, but more than one simultaneous call is allowed and you may have more than one DDI number. Basic requirements to enable your … Read more


RTP pass-through mode in Asterisk

What is RTP pass-through mode in Asterisk? The speech for VoIP calls uses RTP (Real Time Protocol) to get from one end to the other and it is compressed using one of the many speech compression codecs available. Commonly used codecs include G.711 and G.729. When you call someone through an Asterisk PBX, there will be … Read more


High Availability and Failover options for SIP and Asterisk

Overview What’s the disaster we are trying to avoid? The assumed scenario is this: Some kind of centralised VoIP service is being offered to a number of users; the service operates on servers located at a data centre or office and the users each have a SIP client device, such as an IP phone, that … Read more


Configuring IP phones as Asterisk PBX extensions

A first look at the SIP.CONF file It is assumed here that your IP phones all use the SIP protocol to register, make and receive calls. Before an IP phone can connect to Asterisk and operate as an extension, it is necessary to configure user account details on the Asterisk server. The configuration file of … Read more