From owner-freebsd-isdn@freebsd.org Sat Feb 20 16:24:12 2016 Return-Path: Delivered-To: freebsd-isdn@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BF29AAF973 for ; Sat, 20 Feb 2016 16:24:12 +0000 (UTC) (envelope-from longwitz@incore.de) Received: from dss.incore.de (dss.incore.de [195.145.1.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E94DF1181 for ; Sat, 20 Feb 2016 16:24:11 +0000 (UTC) (envelope-from longwitz@incore.de) Received: from inetmail.dmz (inetmail.dmz [10.3.0.3]) by dss.incore.de (Postfix) with ESMTP id AC2A367ADE; Sat, 20 Feb 2016 17:24:09 +0100 (CET) X-Virus-Scanned: amavisd-new at incore.de Received: from dss.incore.de ([10.3.0.3]) by inetmail.dmz (inetmail.dmz [10.3.0.3]) (amavisd-new, port 10024) with LMTP id bJ8XlmN4JmD0; Sat, 20 Feb 2016 17:24:07 +0100 (CET) Received: from mail.local.incore (fwintern.dmz [10.0.0.253]) by dss.incore.de (Postfix) with ESMTP id CD0F3678BF; Sat, 20 Feb 2016 17:24:07 +0100 (CET) Received: from bsdmhs.longwitz (unknown [192.168.99.6]) by mail.local.incore (Postfix) with ESMTP id 6B73A50899; Sat, 20 Feb 2016 17:24:07 +0100 (CET) Message-ID: <56C89326.4030803@incore.de> Date: Sat, 20 Feb 2016 17:24:06 +0100 From: Andreas Longwitz User-Agent: Thunderbird 2.0.0.19 (X11/20090113) MIME-Version: 1.0 To: Hans Petter Selasky CC: freebsd-isdn@freebsd.org Subject: Re: chan_capi error after update References: <56C6E0D4.5060603@incore.de> <56C74704.6060606@selasky.org> <56C83752.6080708@selasky.org> <56C87494.6020605@incore.de> <56C87F06.1070504@selasky.org> <56C88301.3060104@selasky.org> In-Reply-To: <56C88301.3060104@selasky.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 16:24:12 -0000 Hi, > Try to update once more. Done, update to chan_capi 2.0.16, same result as in 2.0.15, only the two last ERROR messages "lock.c: chan_capi.c line 2586" are gone. Your check for asterisk V11 failed because I have the file ast_version.h in asterisk 1.8 too. > Does the output from: > capi info > make sense? I think yes, this is my capi.conf: [general] language=de nationalprefix=0 internationalprefix=00 rxgain=1.0 txgain=1.0 alaw=yes digit_timeout=1 ton2digit=1 [ISDN] ntmode=no isdnmode=msn incomingmsn=4982871 defaultcid=4982871 controller=0 devices=2 group=1 accountcode= context=isdn-in holdtype=local -> asterisk -r [Feb 20 17:05:41] Asterisk 1.8.32.1, Copyright (C) 1999 - 2013 Digium, Inc. and others. Created by Mark Spencer Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. This is free software, with components licensed under the GNU General Public License version 2 and other licenses; you are welcome to redistribute it under certain conditions. Type 'core show license' for details. ========================================================================= [Feb 20 17:05:41] Connected to Asterisk 1.8.32.1 currently running on loserver (pid = 28258) Verbosity is at least 5 Core debug is at least 3 [2016-02-20 17:05:41.500] -- Remote UNIX connection loserver*CLI> capi info CAPI thread [0x0] { Application ID : 0x00000000 Application uptime : 0x0000003b seconds Backend : capi20 @ localhost Call descriptor statistics: allocation count : 0x00000000 call descriptors free count : 0x00000000 call descriptors in memory count : 0x00000000 call descriptors in use count : 0x00000000 call descriptors record allocation rate : 0x0000 calls/second limit allocation rate : 0x0010 calls/second Currently active calls: channel name, source->destination, call ID, in/out } Config entry 'ISDN' { b_channels_curr : 2 call descriptor(s) free b_channels_max : 2 call descriptor(s) total } Andreas Longwitz