asterisk/capi.conf

Fri, 15 Oct 2010 18:46:25 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 15 Oct 2010 18:46:25 +0200
changeset 261
4f973c756446
permissions
-rw-r--r--

Update copyright, file server URL, modify doc and link logic.
Now documentation is installed by default to the correct path,
and QtCreator links against Qt shared libraries instead of Qt
static libraries. This unfortunate change supports Nokia's
unfortunate decision to poorly support static linking in Qt.

     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