How to install Celliax on Ubuntu

by ibro

- get required packages (you should fetch development packages as well)

apt-get install asterisk-dev

- get celliax from svn

- assumed you use the command from download page in the celliax website

cd celliax/asterisk-1.2.XX

- make INCLUDE="-I/usr/include" \
SUBDIRS=channels CHANNEL_LIBS=chan_celliax.so \
subdirs

- now copy chan_celliax.so to /usr/lib/asterisk/modules/
and _required_ configs from celliax_stuff/newconfigs to /etc/asterisk/

- done. get something to eat.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

some needed packages in

some needed packages in ubuntu 7.10:

build-essential asterisk asterisk-dev svn libasound2-dev


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.