Using Asterisk In Your Home - Using Voicemail (Basics)

Source: asteriskblog.com

Today we are going to discuss the basics of using Asterisk as a voicemail server. Voicemail is an extremely easy to learn and use command in Asterisk.

First of all, we need to add it to our dialplan. If you wanted to use it as only voicemail, you can set it to something like this.

exten => 33,1,Answer()
exten => 33,2,Wait(2)
exten => 33,3,Voicemail(225)

First off, we have to answer the call, obviously, then to let Asterisk catch up with answering, we set it to wait for 2 seconds, then we send it to the voicemail application, specifically box 225.

Next we have to edit Voicemail.conf which you will find in the /etc/Asterisk directory, in linux anyway. If you have the default .conf files, you will have a huge garble of information to search through to find the options that you are looking for. From Voip-info.org I have garnered this sample for you guys.

[default]
1234 => 1234,Some User,email@address.com,pager@address.com,saycid=yes|dialout=fromvm|callback=fromvm

You will want to look for the default context. In the default files, this is where the VMB’s are stored. Before we move along, take a look at the above example and see if you can figure it out on your own.

I’m sure that there might have been one or two things that didn’t make sense, so let’s explain it all. First, we need a box number, that is what is the introduction into that line of code. The first 1234, is the box number. After that we need the => again and a passcode, which is also 1234 in this example. After that we can set the different arguments and variables and such.

First we have the name of the user for this box, afterwards, their email so that is you have sendmail set up, Asterisk will automatically send an email to the user to notify them of the voicemail.

Then is the pager’s email to send it to. You could also use the email your cell phone provider gives you, which is usually 8527382956(phonenumber)@cellprovider.com, ask your provider for more information on that.

Then saycid which will give the CID of the person who calls to the user when they check their messages.

Next, we have an option that allows the user to call out from their VMB. I don’t personally like to enable this.

You can also allow people to call the voicemail’s leaver (I don’t know what to call it) back, which is obviously the next option.

To disable any of these options, just don’t put it in. There are a ton more options to add or take out of this, but these are the most common. Check out www.Voip-Info.org for more information on the Voicemail feature.

http://www.voip-info.org/wiki-Asterisk+config+voicemail.conf

http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+VoiceMail

Published on March 20th, 2006 under


Last 20 posts tagged "Voicemail"

Wednesday Links: Voicemail on VoIP, SkypePhone

Source: www.voip-news.com

VoIce Over IP Weblog has some suggestions for more efficient messaging. As in, forget the useless mp3 voicemails. Read it here.
Word has it there is an upgrade to SkypePhone coming down the pik…

Published on July 9th, 2008 under , , , , , , , , , ,

Toktumi – New VOIP App

Source: asteriskblog.com

They say that when a lot of people start jumping into the bandwagon, then you can consider the activity a success. Take mobile phones, for example. In the beginning, only the relatively ric…

Published on March 14th, 2008 under , ,

Asterisk on the iPhone?

Source: asteriskblog.com

I love Apple – what can I say? I know some of you may not agree with me but here’s a piece of news worth sharing. For all those iPhone fans out there, Asterisk Voicemail for the iPhon…

Published on March 3rd, 2008 under , ,

Voicemail that doesn’t suck

Source: saunderslog.com

Ever wonder why voicemail systems seem to universally use the 7 key to skip to the next message?   I’ll give you a clue… the 7 key also includes the letters PWRS underneath it.  Yes,…

Published on February 7th, 2008 under , , , ,

Asterisk wins “Best of Open Source Software” Award

Source: snapvoip.blogspot.com

HUNTSVILLE, Ala.–(BUSINESS WIRE)–Digium®, Inc., the Asterisk® Company, today announced that its popular Asterisk VoIP telephony platform has won the InfoWorld “Best…

Asterisk 1.6 Update

Source: asteriskblog.com

Asterisk 1.6 is starting to shape up with some features of Asterisk 1.2 and 1.4 already successfully merged and new dialplan functions already in place. Listed below is a summary of latest updat…

Published on August 10th, 2007 under , , , ,

Voicemail Gets Personal

Source: andyabramson.blogs.com

Alex Quilici, who was the number two on the Voice team behind my good friend Ragui Kamel at AOL, pinged me recently about his newest venture, YouMail and their new voicemail greeting sharing…

Published on June 14th, 2007 under , , , , ,

What SER is and isn’t

Source: snapvoip.blogspot.com

VoIP IP Telephony @ http://snapvoip.blogspot.comSys Admins view of SER guts!The following information is from SER site news report, which in turn plucked from a discussion on a Developers mailing…

Published on February 17th, 2007 under , , , , , , , , ,

AsteriskWin32 Version 0.60 Released

Source: asteriskblog.com

Apparently Asterisk is not Linux-only. Version 0.60 of the Windows version of Asterisk has been released recently. This comes from Asterisk build 1.2.14. According to asteriskwin32.com, the following…

Published on January 31st, 2007 under , , , , ,

The Asterisk Appliance Developer Kit

Source: snapvoip.blogspot.com

The Asterisk Appliance is a standalone embedded PBX. Targeted for small to medium businesses (2-50 users), and remote branch offices of larger organizations (2-50 users per site), the Digium…

Published on January 23rd, 2007 under , , , , , , , , , ,

Buying a VoIP Gateway? Here are 10 Things to Consider

Source: asteriskblog.com

We previously wrote a brief introduction about VoIP gateways recently, and from there we learned some basic concepts about Gateways, which handle the task of transferring voice or data traffic…

Published on January 16th, 2007 under

Voice 2.0 Anyone? (Part 1)

Source: asteriskblog.com

The coming of “Web 2.0″ has ushered in a whole lot of online services that we could only dream of when the World Wide Web was first conceived and commercialized. There were the blogs, wher…

Published on December 28th, 2006 under , , , , ,

Sprint Gives your Cell phone a PBX, with Sprint Wireless Integration

Source: snapvoip.blogspot.com

BUSINESS WIRE News article reports that Sprint has today announced the launch of Sprint Wireless Integration, a product that extends customers’ premises-based PBX features and functionality…

Published on December 14th, 2006 under , , , , , , , , ,

Paris Hilton Hacks Voicemail Using Asterisk

Source: asteriskblog.com

Sounds like an interesting title, right? Well, apparently it’s an issue that just brought the world of Hollywod closer to geekdom. However, Paris Hilton did not exactly have to know the inner…

Published on December 12th, 2006 under ,

Back to the Basics - VoiceMail

Source: asteriskblog.com

The voicemail protocol is quite a bit of fun and super easy to use. Let’s just jump right into it.
From the Voip-Info respository, here is how the command will go in your dialplan.

VoiceMail([flags]boxnumber[@context][&boxnumber2[@context]][&am…

Published on December 10th, 2006 under

Asterisk gets a hardware boost, Pika Technologies introduces, Intuitive Voice’s The Evolution PBX 2.3

Source: snapvoip.blogspot.com

According to a news release by Pika technologies, Intuitive Voice, a customer of PIKA, has introduced a low-cost, high-quality PBX phone system designed for small businesses. The Evolution PBX…

One stop VOIP service from IBM and Vocaltec

Source: snapvoip.blogspot.com

IBM has developed a complete VoIP service package together with it’s telephony business partner, Vocaltec, based entirely on open standards, Please note, not Open Source as many systems I attribut…

One stop VOIP service from IBM and Vocaltec

Source: snapvoip.blogspot.com

IBM has developed a complete VoIP service package together with it’s telephony business partner, Vocaltec, based entirely on open standards, Please note, not Open Source as many systems I attribut…

Skype recorder for MAC Skype!

Source: snapvoip.blogspot.com

Ecamm Network has demo plug-in for the Mac OS X version of Skype called Call Recorder that lets you manually start and stop recording, or it can do it automatically. Files are saved using t…

Published on September 21st, 2006 under , , , , ,

$3000 Voicemail Bill! Watch out if you are roaming

Source: snapvoip.blogspot.com

I just saw this on Jo-itos site and my jaw dropped because I am always roaming (well most of the time!). But I am on a different network.The story is of a traveler from Europe who happened to…

Published on August 14th, 2006 under , , ,
Member of "Hype Media! Network"