From owner-freebsd-isdn@freebsd.org Sat Feb 20 09:49:53 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 67C1AAADC28 for ; Sat, 20 Feb 2016 09:49:53 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 33649FEC for ; Sat, 20 Feb 2016 09:49:52 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 346951FE023; Sat, 20 Feb 2016 10:49:51 +0100 (CET) Subject: Re: chan_capi error after update To: Andreas Longwitz , freebsd-isdn@freebsd.org References: <56C6E0D4.5060603@incore.de> <56C74704.6060606@selasky.org> From: Hans Petter Selasky Message-ID: <56C83752.6080708@selasky.org> Date: Sat, 20 Feb 2016 10:52:18 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <56C74704.6060606@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed 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 09:49:53 -0000 On 02/19/16 17:47, Hans Petter Selasky wrote: > [2016-02-18 17:16:51.478] VERBOSE[8810] pbx.c: [2016-02-18 17:16:51.478] > == Registered application 'capiCommand' > [2016-02-18 17:16:51.478] ERROR[8810] lock.c: chan_capi.c line 1237 > (capi_application_usleep): mutex '&p_app->lock' freed more times than > we've locked! Hi, I found a minor bug there. I've made v2.0.15 available. Just SVN up and install the port. I've also fixed a build issue with later versions of asterisk, that it needs the "-fblocks" CFLAG when compiling. I'm currently using the exact same setup with Asterisk 11.x without any such problems. --HPS