Site Search
Navigation

Kiva - loans that change lives

Make a Difference

Visit the

Forum

Welcome

Thanks for visiting.  This site contains information about everthing I publish and is intended to provide helpful resources, news, and reviews primary (but not limited to) the area of open source telephony and VoIP. 

I'll be glad to answer any questions or accept feedback, so please feel free click on the contact tab or comment on an article.  I am an open source PBX and VoIP consultant, and will be happy to help you!  I hope you enjoy the site- Jeff

Entries in Asterisk (6)

Saturday
31Oct2009

Installing VMWare Tools on CentOS

VMwareVMware recently released version 3 of their Fusion product for the Mac.  For those who don't know, VMware is a software maker specializing in virtualization products that run on Windows, Linux, and the Mac.  Many OS's (most?) including Linux and PBX distros are installable as a VMware 'virtual machine', allowing it to run safely sandboxed on your existing hardware.  For those wanting to get started with Asterisk or any flavor of Linux, this is an excellent way to get started without dedicating hardware....

Click to read more ...

Tuesday
22Sep2009

Simple Asterisk Voicemail Instructions

Voicemail is something everyone takes for granted, but not everyone fully understands all the options available to them.  For Asterisk users, here's a simple little cheat sheet I created for flushing out most of the options that voicemail offers.  Suitable for training and small enough to tuck under the phone.  (Click to download pdf)

Voicemail Instructions

 

 

Thursday
17Sep2009

Using FreePBX to Forward Calls by CID

Suppose you have a specific caller (or callers) that you need to send elsewhere, be it another extension, ring group, mobile or other external number. There are a few ways to do this, and it doesn't require a lot of effort. These instructions are for one of the many Asterisk aggregations that use FreePBX, but pure Asterisk installers should be able to gleen enough information to adapt it into their dialplans. The only prerequisite is that you have the calling party's caller ID number, as this is how the call will be processed and routed to another destination. Let's begin....

Click to read more ...

Friday
11Sep2009

Digium rolls out new IAX security- what you should know

This past week Digium rolled out new versions of asterisk for all currently supported branches (1.2.x, 1.4.x, & 1.6.x), with a security addition to combat IAX's DOS vulnerabilities that arise from the protocols use of a single port.  The new releases introduce token authentication for IAX devices and trunks, and have methods to put a limit on the number of unathenticated IAX connections.  Disclosure of the new security methods and how to use them can be found here, http://downloads.asterisk.org/pub/security/IAX2-security.html.

Click to read more ...

Wednesday
25Mar2009

How to force a route on a per extension basis

There are a variety of reasons why someone would want to restrict extensions to use certain trunks, and with freePBX it’s easy to do. The method I’m going to show is not the only way, but I think it’s the easiest to understand.

Click to read more ...