From owner-freebsd-isdn@FreeBSD.ORG Sat Jul 5 21:33:08 2008 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02415106564A for ; Sat, 5 Jul 2008 21:33:08 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.freebsd.org (Postfix) with ESMTP id 886B78FC1A for ; Sat, 5 Jul 2008 21:33:07 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=d6JhAlrp_K4A:10 a=jRu2JKm4W3gA:10 a=NMGBx6iLSXY/3qZKdJo9Bw==:17 a=6I5d2MoRAAAA:8 a=wiXUe9lNDAlOfG1pS7gA:9 a=e6NXI9-dwXath4p_osoA:7 a=pX26RoSdztYQ270zF_jSrBTXQNQA:4 a=LY0hPdMaydYA:10 Received: from [62.113.135.207] (account mc467741@c2i.net [62.113.135.207] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.4b) with ESMTPA id 995373382; Sat, 05 Jul 2008 23:33:05 +0200 From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Sat, 5 Jul 2008 23:34:41 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807052334.42814.hselasky@c2i.net> Cc: Subject: Re: isdntrace - getting old output format back? X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2008 21:33:08 -0000 On Wednesday 02 July 2008, Torfinn Ingolfsen wrote: > In case the attachment didn't make it through, you can find it here: > http://lists.freebsd.org/pipermail/freebsd-isdn/attachments/20080701/a8dea1 >44/call-logd.obj Hi, I just committed a small utility to dump all incoming calls: svn up And then goto: trunk/i4b/src/usr.sbin/i4b/capimonitor There you type "make depend all install" If you don't want to run "capimonitor" like root you can delegate CAPI rights to a non-root user. See "man isdnconfig" and "delegate" parameter. --HPS