Welcome to the Celliax distribution.

More info, forums, etc: www.celliax.org


You can build celliax functionalities in two ways:

==============================================================
1) chan_celliax driver for an existing Asterisk installation
==============================================================

After you checkout celliax/celliax_stuff from svn, or got
it from www.celliax.org/downloads :

go into the celliax_stuff/build directory
edit the Makefile
make

copy chan_celliax.so in the asterisk modules directory
copy celliax.conf in the asterisk configuration directory

edit modules.conf and put noload in front of *BOTH* chan_oss.so
AND chan_alsa.so



==============================================================
2) complete asterisk-celliax 1.2 installation
==============================================================

After you checkout celliax from svn:

To obtain a working installation with asterisk-1.2,
works in linux and windows(cygwin):

cd celliax/asterisk-1.2.XX
make clean
make install
make samples
cd ../celliax_stuff/newconfigs
cp * /usr/local/asterisk/etc/asterisk/
mkdir /usr/local/asterisk/usr/sbin 
cd ../sh
cp * /usr/local/asterisk/usr/sbin/

==
Only for Cygwin:
cd ../dialog-1.0-20060221
./configure
make
cp dialog.exe /usr/local/asterisk/usr/sbin/
==

To execute (both Linux and Windows):

/usr/local/asterisk/usr/sbin/celliax

==============================================================


Please report bugs at www.celliax.org/forum or at www.celliax.org/trac

Enjoy!

