~ubuntu-branches/debian/squeeze/asterisk-chan-capi/squeeze

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2004-12-02 02:03:27 UTC
  • Revision ID: james.westby@ubuntu.com-20041202020327-hw86asyh493jr740
Tags: upstream-0.3.5
ImportĀ upstreamĀ versionĀ 0.3.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Modify the Makefile to fit your system, especially the path to the Asterisk include files.
 
2
Currently there are some buildtime configuration parameters. You can enable early B3 connects
 
3
if you want the capi channels to come up very soon and hear the indications from your
 
4
local exchange (native capi indications).
 
5
You can also force software dtmf detection/generation to be used.
 
6
Enable DEFLECT_ON_CIRCUITBUSY to deflect calls when all your b channels are in use.
 
7
 
 
8
To build the driver you will need an installed capi system, including header files.
 
9
 
 
10
to build the channel driver type:
 
11
make
 
12
 
 
13
to install:
 
14
make install
 
15
 
 
16
to install a sample configuration:
 
17
make config
 
18
 
 
19
 
 
20
in /etc/asterisk/modules.conf insert the line:
 
21
    load => chan_capi.so
 
22
 
 
23
    and in the [global] section:
 
24
    chan_capi.so=yes
 
25
 
 
26
 
 
27
HEY, dont forget a trailing newline at the end of modules.conf!!!
 
28
    
 
 
b'\\ No newline at end of file'