Latest driver info, v.1.6.1, June 2006; Press here to show the document (HTML)
Old driver info, v.1.6.0, April 2006; Press here to show the document (HTML)
Old driver info, v.1.5.10, March 2006; Press here to show the document (HTML)
Old driver info, v.1.5.9.r3, February 2006; Press here to show the document (HTML)
Old driver info, v.1.5.9.r2, February 2006; Press here to show the document (HTML)
Old driver info, v.1.5.5, October 2005; Press here to show the document (HTML)
Old driver info, v.1.5.4, April 2005; Press here to show the document (HTML)
Old driver info, v.1.5.3, October 2004; Press here to show the document (HTML)
Old driver info, v.1.5.2, August 2004; Press here to show the document (HTML)
Old driver info, v.1.5.0, April 2004; Press here to show the document (HTML)
Old driver (January 2003); Press here to show the document (HTML)
Release directory; Press here to show the directory

This directory also contains driver snapshots.
README.TXT from the SVN sources; Press here to show the document (HTML)
Example capi.conf from the SVN sources; Press here to show the document (HTML)
Example extensions.conf from the SVN sources; Press here to show the document (HTML)
Pictures from mini-ITX installation (April 2006); Press here to show the document (HTML)

 


Press here to show the print version.

 


;
; example "capi.conf"
;
; FreeBSD: /usr/local/etc/asterisk/capi.conf
; NetBSD:  /usr/pkg/etc/asterisk/capi.conf
; Linux:   /etc/asterisk/capi.conf
;

[general]
;
; In countries like Norway, the nationalprefix should
; just be left empty.
;
nationalprefix=0
internationalprefix=00
rxgain=1.0
txgain=1.0
;ulaw=yes        ;set this, if you live in u-law world instead of a-law
;debug=yes       ;set this, if capi debugging should be enabled by default

; interface sections ...

;
; This is an example for an ISDN adapter
; configured for TE-mode:
;

[ISDN1]          ;this example interface gets name 'ISDN1' and may be any
                 ;name not starting with 'g' or 'contr'.
isdnmode=msn     ;'MSN' (point-to-multipoint)
incomingmsn=*    ;allow incoming calls to this list of MSNs/DIDs, * == any

;
; Format of "incomingmsn" is like this:
;
; 0) This will only allow any MSN:
;
; incomingmsn=*
;
; 1) This will only allow (MSN == "1"):
;
; incomingmsn=1
;
; 2) This will only allow (MSN == "1") or (MSN == "2") or (MSN == "3"):
;
; incomingmsn=1,2,3
;
; 3) This will only allow (MSN == "1XX..") or (MSN == "2") or (MSN == "3XX.."):
;
; incomingmsn=1*,2,3*
;
; NOTE: When a number matches "1*", everything preceeding the "*" is 
; stripped away from the incoming number. For example if "incomingmsn=1*" and 
; the MSN is 1234, only 234 is passed to Asterisk.
;

controller=0     ;ISDN4BSD default (first controller)
group=1          ;dialout group
;prefix=0        ;set a prefix to calling number on incoming calls
softdtmf=off     ;enable/disable software dtmf detection
relaxdtmf=off    ;in addition to softdtmf, you can use 
                 ;relaxed dtmf detection, which implies softdtmf=yes
accountcode=     ;Asterisk accountcode to use in CDRs
context=isdn_in_te ;context for incoming calls

holdtype=local   ; If set to 'hold' Asterisk will forward the
                 ; hold/retrieve to your telephone operator in
                 ; TE-mode.
                 ; If set to 'local' the line will be silent
                 ; during hold.
                 ; If set to 'local_moh' the line will play
                 ; Music On Hold during hold.
;immediate=yes   ;immediate start of pbx with extension 's' if no digits were
                 ;received on incoming call (no destination number yet)
echocancel=no    ;disable echo canceller
;echocancelold=yes;use facility selector 6 instead of correct 8 (necessary for older eicon drivers)
;echotail=64     ;echo cancel tail setting
;bridge=yes      ;native bridging (CAPI line interconnect) if available
;callgroup=1     ;Asterisk call group
;deflect=1234567 ;deflect incoming calls to 1234567 if all B channels are busy
devices=2        ;number of concurrent calls on this controller
                 ;(2 makes sense for single BRI, 30 for PRI)
                 ;If you activly use HOLD/RETRIEVE features then
                 ;you should double this number.
;wait_silence_samples=1000 ; wait for 1/8 second of silence before passing 
                           ; any audio (outgoing calls in te-mode only)

;dtmf_generate=yes ; set this if your [SIP] phone does not generate
                   ; inband DTMF tones. It is not recommended to
                   ; enable this. You should configure your [SIP] phone
                   ; to generate both inband DTMF and SIP INFO.

;
; This is an example for an ISDN adapter
; configured for NT-mode:
;

[ISDN2]

ntmode=yes       ; note that this does NOT switch the card to NT-mode!
isdnmode=did     ; note that NT-mode should use "did"
incomingmsn=*    ; all numbers accepted
controller=1
group=1          ;dialout group
softdtmf=off
relaxdtmf=off    ;in addition to softdtmf, you can use relaxed dtmf detection
accountcode=     ;Asterisk accountcode to use in CDRs
context=isdn_in_nt ;context for incoming calls
holdtype=local   ;when Asterisk puts the call on hold, ISDN HOLD will be used. If
                 ;set to 'local' (default value), no hold is done and Asterisk may
                 ;play MOH.
;immediate=yes   ;immediate start of pbx with extension 's' if no digits were
                 ;received on incoming call (no destination number yet)
echosquelch=1    ; primitive echo suppression (it is recommended to use this)
; echo_offset=8  ; units of 32 milliseconds (default)
echocancel=no    ; Possible values: 'no', 'yes', 'force', 'g164', 'g165'
;echocancelold=yes ;use facility selector 6 instead of correct 8 (necessary for older eicon drivers)
devices=2        ;number of concurrent calls on this controller
digit_timeout=5  ;number of seconds to wait for additional digits


This document was last updated on Wed Oct 15 08:55:57 CEST 2008.