chan-capi/INSTALL

31 lines
600 B
Plaintext
Raw Normal View History

2005-06-07 04:26:12 +00:00
INSTALL
=======
2005-06-02 18:47:35 +00:00
2005-06-07 04:26:12 +00:00
Modify the Makefile to fit your system, especially the path to the Asterisk
include files.
2005-06-02 18:47:35 +00:00
2005-06-07 04:26:12 +00:00
To build the driver you will need an installed capi system, including header
files.
To build the channel driver:
2005-06-07 04:26:12 +00:00
---------------------------------
2005-06-02 18:47:35 +00:00
make
To install:
2005-06-07 04:26:12 +00:00
----------------
2005-06-02 18:47:35 +00:00
make install
2005-06-07 04:26:12 +00:00
To install a sample configuration:
----------------------------------
2006-01-23 19:34:22 +00:00
make install_config
2005-06-02 18:47:35 +00:00
2005-06-07 04:26:12 +00:00
In /etc/asterisk/modules.conf insert the line:
2005-06-02 18:47:35 +00:00
load => chan_capi.so
and in the [global] section:
chan_capi.so=yes
2005-06-07 04:26:12 +00:00
HEY, don't forget a trailing newline at the end of modules.conf!!!
2005-06-02 18:47:35 +00:00