Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Asterisk from source

105 bytes added, 22:43, 16 October 2008
added debian dependencies
== Building Asterisk in a [[CT]] ==
Asterisk PBX server itself is compiled out of the shelf in a [[container]] provided that development tools are installed. The functionality of the resulting executable is enough to support simple VoIP telephony.
=== Debian Dependencies ===<pre>apt-get install build-essential libncurses-dev</pre>=== Compiling ===
<pre>
wget http://downloads.digium.com/pub/asterisk/releases/asterisk-x.x.xx.tar.gz
To configure Asterisk itself see, for example, http://downloads.oreilly.com/books/9780596510480.pdf.
=== MeetMe problem ===
Unfortunately, one particular module called MeetMe (conferencing tool) will be switched off from compilation. This happens due to external dependency on 'zaptel' package. Zaptel provides support for some hardware cards for FXO/FXS analog telephony marketed by Digium (the company behind Asterisk), and on top of that supplies so called <code>ztdummy</code> kernel module. Ztdummy works like a simple metronome which is required to synchronize multiple sound streams in case of conference call.
7
edits