WIST - Web Interface for SIP Trace
Click Here for More Information on WIST
We hope you enjoy our work.
Telles
« February 2006 | Main | April 2006 »
Click Here for More Information on WIST
We hope you enjoy our work.
Telles

The Nerd Vittles Recipe:
-Cheapest Sprint Cell Phone Plan - $35
-PCS to Home Add-On Service - $5
-Asterisk@Home Server for Linux or Windows – FREE!
-Home Phone Service Switched to BroadVoice or AxVoice BYOD Plan - $9
-TelaSIP VoIP Unlimited Residential U.S. Calling Plan $15
-Nerd Vittles DISA Script – FREE!
-Unlimited Monthly Calls from Home OR your Sprint Cellphone - PRICELESS ... and FREE!
Click Here for the Full Nerd
Calling Circles Desktop can do that too. Search multiple contact folders including shared contact folders on an Exchange server, Business Contact Manager folders, and even Microsoft CRM 3.0. Want to pop outgoing calls too? Go right ahead, you can select that option as well. The software is so smart, it can even make a new contact record when one isn't found.
Requires: Microsoft Outlook 2003, Asterisk 1.2.X
1) Open a terminal window. If you need to access the server remotely Download an SSH (Secure Shell) client to access the Asterisk server. You can use Secure Shell from a vareity of Microsoft Windows clients freely available on the world wide web. If you have Linux or Mac OS X just read the man files from a terminal. From the shell change directory to the Asterisk config folder.
Example:
[matt@localhost ~]$ cd /etc/asterisk/
2) Change to root user and open up the iax.conf file with your favorite text editor. When you are done the iax.conf should look like below. What we are doing here is defining the base options for our remote soft phone to be able to register. Once we finish this we will move to the extensions.conf to add in an IAX context.
Example:
[matt@localhost asterisk]$ su
Password:
[root@localhost asterisk]#nano iax.conf
[general]
port=4569
bandwidth=low
disallow=all
allow=gsm
jitterbuffer=yes
tos=lowdelay
[9252]
type=friend
context=from-iax
secret=2005
host=dynamic
allow=gsm
auth=plaintext,md5,rsa
callerid=9252
mailbox=9252
3) Next we open up the extensions.conf, and add a route to the IAX user we just defined. Your extensions.conf will look like below. These are the same extensions as used in previous help articles.
Example:
[root@localhost asterisk]# nano extensions.conf
[general]
static=yes ; These two lines prevent the command-line interface
writeprotect=yes ; from overwriting the config file. Leave them here.
[bogon-calls]
exten => _.,1,Congestion
[from-sip]
exten => 9250,1,Dial(SIP/9250,20)
exten => 9250,2,Voicemail(u9250)
exten => 9250,102,Voicemail(b9250)
exten => 9250,103,Hangup
exten => 9251,1,Dial(SIP/9251,20)
exten => 9251,2,Voicemail(u9251)
exten => 9251,102,Voicemail(b9251)
exten => 9251,103,Hangup
exten => 2999,1,Voicemailmain()
exten => 2999,2,Hangup
include => from-iax
[from-iax]
exten => 9252,1,Dial(IAX2/9252,20)
exten => 9252,2,Voicemail(u9252)
exten => 9252,102,Voicemail(b9252)
exten => 9252,103,Hangup
include => from-sip
4) Finally, we need to add in our user to voicemail.conf.
Example:
[general]
format=wav
attach=no
[default]
9250=1000,matt, matt@somecompany.com
9251=1000,joel,joel@somecompany.com
9252=1000,gerald,gerald@somecompany.com
5) We're almost done we need to download a soft client. Get your speakers and microphone ready. Go to
http://www.laser.com/dante/diax/diax.html. Download the latest version of Diax. After it is installed, right click on one of the small boxes that goes from right to left in numerical order. Each one of these boxes contains the possible servers the client can register too. In our case we have one server so we'll click on the first box and enter our login information. Remember that we orginally set up GSM as the codec. So select GSM and unselect the other codecs. Leave the context blank. Oh by the way, the name and number fields on the bottom are for Caller ID information.

Thats it folks. Fire up Asterisk and enjoy.
Note: My name is Matt Birkland, I work as a VoIP Engineer for VoiceIP Solutions an Asterisk Provider in Washington State. Every week I will be submitting a one page Asterisk/VoIP tip of the week on the blog.
-Linux
-CentOS 4.2, the latest Festival Speech Engine (1.96)
-Latest version of the Asterisk Management Portal (1.10.010)
-Flash Operator Panel (version 0.24)
-Open A2Billing
-Digium card auto-configuration
-Loads of AGI scripts including weather forecasts and wakeup calls
-xPL Support
-Latest SugarCRM Contact Management System with the Cisco XML Services interface
-Click-to-Dial support
-Microsoft File Sharing and Networking support through Samba (3.0.10)
-Plus dozens and dozens of free utility software applications for Asterisk compliments of Nerd Vittles.
And, yes, Asterisk@Home 2.7 still fits on a single CD! By popular request, we've also added something new in this tutorial: some tips and tricks to assist those upgrading from a previous version of Asterisk@Home."
Click Here for the Full Nerd
Callers dial your free DID phone number, and Asterisk will simultaneously ring both your cell phone and your local extensions for every incoming call. If you answer the incoming call on an extension, there's no charge for the call. For calls answered on your cell phone, the cost in the U.S. is about a penny a minute. Not bad!
Click Here for the Full Nerd