VoIP Cookbook: Asterisk Installation

From OnnoWiki
Revision as of 09:52, 9 March 2010 by Onnowpurbo (talk | contribs) (New page: Assuming, the Ubuntu repository at /etc/apt/sources.list has been correctly set. One can easily install Asterisk using command # apt-get install asterisk For a more complete command, yo...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Assuming, the Ubuntu repository at /etc/apt/sources.list has been correctly set. One can easily install Asterisk using command

# apt-get install asterisk

For a more complete command, you may use the following command.

# apt-get install asterisk asterisk-dev asterisk-config \ 
asterisk-sounds-main asterisk-sounds-extra dahdi gastman

Ubuntu will start download and install asterisk as soon as the command invoked.

See Also