Asterisk is a complete telecommunications platform.

Run these commands on your server

apt-get update
apt-get upgrade
apt-get install cvs build-essential automake autoconf bison flex libtool libncurses5-dev libssl-dev libgsm1 libgsm1-dev
apt-get install asterisk

start the asterisk service
/etc/init.d/asterisk start

Asterisk is installed on your server, create  users so that we can register ourselves on the asterisk server with a soft phone and then start to make calls over the network.

Edit the file /etc/asterisk/sip.conf
Chose your favorite editor :) my favorite editor is VIM

Copy the following into your sip.conf file

vim /etc/asterisk/sip.conf

[common](!) ; this is template.
type=friend
context=internal
host=dynamic
disallow=all
allow=ulaw
allow=alaw
allow=g723
allow=g729
dtmfmode=rfc2833

Let’s create the users accounts using this file

[qasimali](common)
username=qasimali
secret=qasimali
context=group

Let’s create the user extensions
Edit the file /etc/asterisk/extensions.conf
Copy the following into your extensions.conf file
vim /etc/asterisk/extensions.conf

[group]
exten => 1515,1,Dial(SIP/qasimali)

Restart the Asterisk service

/etc/init.d/asterisk restart

Download X-LITE soft phone and configured sip account

After configured this account ready to use Asterisk server

Most Viewed Posts Today:

  1. MySQL Allow Remote Connections
  2. How to install and configured ASTERISK on Ubuntu
  3. How to Boot System from Network
  4. Windows 7 Unidentified Network / No Internet Access Problem
  5. How to configure NAGIOS Monitoring server on Ubuntu

Tags:

59 Comments on How to install and configured ASTERISK on Ubuntu

  1. cheap bags says:

    Im happy U did it. Thanks for writing so informative post. Im lookin’ forward to c and read ur next post. Cheers

  2. Useful blog website, keep me personally through searching it, I am seriously interested to find out another recommendation of it.

  3. hollowbody says:

    Thank you for such a fantastic blog. Where else could anyone get that kind of info written in such a perfect way? I have a presentation that I am presently working on, and I have been on the look out for such information.

  4. Czat says:

    *You should take part in a contest for one of the best blogs on the web. I will recommend this site!

    • Czat,

      We appreciate you response. And Try to give good information to world. But need topic to write article suggest some article or even write for us it would be great .

      Thanks
      Farooq Hussain
      Admin

  5. You have brought up a very fantastic details , thanks for the post.

  6. I would genuinely recommend you to jot down a lot more frequently.

  7. Abdul Basit Javed says:

    Thank you for such a fantastic blog.I install this and its working fine…Great work…..keep it up…

Leave a Reply


+ one = 8