Asterisk From Deb Package :
Asterisk can be installed from Ubuntu repositories too. Depending on the Ubuntu version, there are different versions of Asterisk available:
* lucid (10.04 LTS):
* precise (12.04 LTS):
* quantal (12.10):
* raring (13.04):
* saucy (13.10):
* trusty (14.04 LTS):
Asterisk 1.6.2.5
* precise (12.04 LTS):
Asterisk 1.8.10.1
* quantal (12.10):
Asterisk 1.8.13.1
* raring (13.04):
Asterisk 1.8.13.1
* saucy (13.10):
Asterisk 1.8.13.1
* trusty (14.04 LTS):
Asterisk 11.07.0
Probably would make sense to wait until April 2014, when the Ubuntu 14.04 LTS (Trusty Tahr) will be released to use one of the latest versions of Asterisk.
Asterisk package is in the official repository so the only thing needed to install it is to run this command in console:
sudo apt-get install asterisk
This will install asterisk and it’s dependencies. After all the packages are installed Asterisk is ready for use.
Start Asterisk CLI with (sudo or as root):
sudo asterisk -rvvvvvvv
Asterisk service can be controlled using the
service
utility:sudo service asterisk command_here
All the available commands for Asterisk:
start
, stop
, reload
, restart
, debug
, extensions-reload
, force-reload
,logger-reload
, restart-convenient
, status
.
Configuration files are located into the
/etc/asterisk
directory.
This is all. Enjoy your new Asterisk PBX
Source : Ubuntu-tricks
0 comments: