asterisk/capi.conf

Fri, 15 Oct 2010 19:06:09 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 15 Oct 2010 19:06:09 +0200
changeset 263
f4a0b439d0fb
permissions
-rw-r--r--

Correct shared library and plugin link logic, as well as informal text.
Update file server URL, update build resource estimations, correct RPATH
logic, allow for qmake(1) static to shared library changes via CONFIG
argument, correct documentation broken title and index links, correct
shared library install path, install only one set of (correct) plugins,
install the designer shared library (as required by QtCreator), announce
features related to shared linking using qmake(1), and correclty
substitute hard coded paths in prl and la library files.

     1 ;;
     2 ;;  capi.conf -- Asterisk ISDN/CAPI channel configuration
     3 ;;
     5 ;[general]
     6 ;nationalprefix        = 0
     7 ;internationalprefix   = 00
     8 ;rxgain                = 1.0
     9 ;txgain                = 1.0
    10 ;ulaw                  = no
    11 ;debug                 = yes
    13 ;[ISDN1]
    14 ;isdnmode              = msn
    15 ;incomingmsn           = *
    16 ;controller            = 0
    17 ;group                 = 1
    18 ;;prefix                = 0
    19 ;softdtmf              = off
    20 ;relaxdtmf             = off
    21 ;accountcode           =
    22 ;context               = external
    23 ;holdtype              = local
    24 ;immediate             = yes
    25 ;echocancel            = no
    26 ;echosquelch           = no
    27 ;echotail              = 64
    28 ;bridge                = yes
    29 ;callgroup             = 1
    30 ;deflect               = 1234567
    31 ;devices               = 2
    32 ;wait_silence_samples  = 1000
    33 ;dtmf_generate         = yes

mercurial