Subscribe

Voiceroute in TMC Internet Telephony EXPO West 2007 Shows Off Druid Live

September 17th, 2007 Dave Posted in Asterisk, Dialplan, VOIP No Comments »

Voiceroute showed off its Druid Live a new version of the Druid Telephony Platform during last week’s TMC ITEXPO West 2007. Voiceroute claims that with DRUID Live, DRUID is now not just the best GUI for Asterisk in the market, but is also the “first truly plug and play CDP (Cisco Discovery Protocal) based auto-provisioning of Cisco, Polycom and Linksys phones with additional VLAN based auto-provisioning of Aastra, Snom and GrandStream phones.”

Read the rest of this entry »

AddThis Social Bookmark Button

Asterisk 1.6 Update

August 10th, 2007 Dave Posted in Asterisk, Dialplan, IAX, SIP, Voicemail 1 Comment »

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 update in the functionality CHANGES file of Asterisk.

Read the rest of this entry »

AddThis Social Bookmark Button

Back to the Basics - Config Files

November 13th, 2006 admin Posted in Basics, Dialplan No Comments »

The configuration files in Asterisk are all text based. Nothing too complicated. If you installed the sample .conf files, then they will have a default setup and will have everything commented nicely so that you can learn your way through them.

Read the rest of this entry »

AddThis Social Bookmark Button

Asterisk Dial Plan: What is it?

October 24th, 2006 admin Posted in Dialplan 2 Comments »

I decided that I’d like to go back to the basics with Asterisk, so here is the first post in this series.

Read the rest of this entry »

AddThis Social Bookmark Button

Using Asterisk In Your Home - The Setup

February 27th, 2006 admin Posted in Asterisk, Basics, Dialplan 3 Comments »

When setting up Asterisk for home use, you’ve got a million and a half ways to do it. If you want to take the easy way, Asterisk@Home is the way to go, thus the name. It provides a GUI that you can use, instead of having to write all your own code. However, if it were me, I like writing my own code. So that’s what I would do.

Now, for this kind of thing you have a few options.

  1. Use VOIP
  2. Use your existing Landline
  3. Turn your Landline into VOIP

Read the rest of this entry »

AddThis Social Bookmark Button

The Dialplanner

February 18th, 2006 admin Posted in Dialplan No Comments »

Ok, so I found this AWESOME tool today. I think it might be what I use for writing my dial plans now. It’s wonderful. It’s called “The DialPlanner” and I am in love with it. Basically what it is, is a custom dialplan builder that you gives you quite god control over it, and makes it very simple. It’s written in Java and it’s online so you don’t have to download anything which is wonderful. I may see about mirroring it on this website as well. I really reccomend trying this out, but only if you know how to write the dialplan anyway, this, in my opinion, should not be a crutch, but it’s still awesome.

AddThis Social Bookmark Button

The Playback() and Background() Functions

January 1st, 2006 admin Posted in Basics, Dialplan No Comments »

These two functions are going to be commonly used in your dial plan. They are virtually the same thing with the exception of one detail, interactivity. First of all, let me share with you a piece of my dial plan that I am currently using on this computer.

[incoming]
exten => 866*******,1,Answer()
exten => 866*******,2,AGI(call_log.agi)
exten => 866*******,3,Wait(2)
exten => 866*******,4,Background(main)
exten => 866*******,5,Wait(15)
exten => 866*******,6,Hangup()

Read the rest of this entry »

AddThis Social Bookmark Button




© 2007 Asterisk VOIP Tips | Powered by WordPress | Theme originally by Bob, heavily tweaked.