From owner-freebsd-isdn@freebsd.org Fri Feb 19 20:52:30 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 7E0E7AACC77 for ; Fri, 19 Feb 2016 20:52:30 +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 4970A1B9D for ; Fri, 19 Feb 2016 20:52:29 +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 3FAC467C15; Fri, 19 Feb 2016 21:52:27 +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 KLJsCkc10iPW; Fri, 19 Feb 2016 21:52:26 +0100 (CET) Received: from mail.local.incore (fwintern.dmz [10.0.0.253]) by dss.incore.de (Postfix) with ESMTP id C3A3D67C13; Fri, 19 Feb 2016 21:52:26 +0100 (CET) Received: from bsdmhs.longwitz (unknown [192.168.99.6]) by mail.local.incore (Postfix) with ESMTP id 7364950899; Fri, 19 Feb 2016 21:52:26 +0100 (CET) Message-ID: <56C7808A.7060809@incore.de> Date: Fri, 19 Feb 2016 21:52:26 +0100 From: Andreas Longwitz User-Agent: Thunderbird 2.0.0.19 (X11/20090113) MIME-Version: 1.0 To: Hans Petter Selasky , freebsd-isdn@freebsd.org Subject: Re: chan_capi error after update References: <56C6E0D4.5060603@incore.de> <56C74704.6060606@selasky.org> In-Reply-To: <56C74704.6060606@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: Fri, 19 Feb 2016 20:52:30 -0000 thanks for answer. > Did you set the correct permissions for /dev/capi20. Maybe Asterisk is > running it as a different user? > > --HPS Yes, in my startup script I have chown asterisk:wheel /dev/capi20 and ls -l /dev/capi20 gives crw------- 1 asterisk wheel 0, 162 18 Feb 17:16 /dev/capi20 Andreas Longwitz