asterisk/capi.conf

Sat, 03 Oct 2009 16:18:52 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Oct 2009 16:18:52 +0200
changeset 220
a6cd892638c1
permissions
-rw-r--r--

Update version, adjust corresponding buildconf, and correct logic.
1: Make minor corrections and improvements to scripts patch logic.
2: Upgrade to most recent stable release version 3.0.2.
3: Force selection of a single db backend, as multiple ones never
were supported (changing 'with_db<end>' identifiers accordingly.)
4: Unfortunately add gawk requirement although only partly needed.
5: Add openssl::with_threads requirement to solve strange and hard
to debug problems on Solaris leading to connection failures:

'host-dir JobId 0: Error: openssl.c:86 Connect failure: ERR=error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number'

and

'host-dir JobId 40: Fatal error: TLS negotiation failed with FD at "back1.host.com:9102"'

     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