From owner-freebsd-isdn@FreeBSD.ORG Thu Jun 26 22:59:00 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 E95161065670 for ; Thu, 26 Jun 2008 22:59:00 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id 9E9E88FC1A for ; Thu, 26 Jun 2008 22:59:00 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (Q7db4.q.ppp-pool.de [89.53.125.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id 6EB2212883F; Fri, 27 Jun 2008 00:40:24 +0200 (CEST) Received: from cesar.sz.vwsoft.com (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 671CD2E823; Fri, 27 Jun 2008 00:39:32 +0200 (CEST) Message-ID: <48641ACB.6000601@vwsoft.com> Date: Fri, 27 Jun 2008 00:40:11 +0200 From: Volker User-Agent: Thunderbird 2.0.0.14 (X11/20080615) MIME-Version: 1.0 To: Torfinn Ingolfsen References: <200806230001.37104.hselasky@c2i.net> <200806262219.31766.hselasky@c2i.net> In-Reply-To: X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit MailScanner-NULL-Check: 1215124779.77598@D+LO2L1UPWi+t7/z/3dBkw X-MailScanner-ID: 671CD2E823.E300B X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: freebsd-isdn@freebsd.org 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: Thu, 26 Jun 2008 22:59:01 -0000 On 06/27/08 00:30, Torfinn Ingolfsen wrote: > Hi, > > On Thu, Jun 26, 2008 at 10:19 PM, Hans Petter Selasky wrote: >> I think I patched "isdnd" some time back. The logfiles from "isdnd" should >> have that format. > > OK, so the answer to my question is "no, you can't get the old output > format back". > Well, I'll have to change the call-logd script then. > >> BTW: It is not very difficult to write a small CAPI 2.0 application that >> listens for calls and then prints them out in any format you like. I can make >> such an application in no time. How about "capimonitor" ? > > So I'll end up with isdnd + capimonitor instead of isdnd + isdntrace? > As long as it doesn't add complexity to the setup, I would be happy > to have capimontor. And grateful. > > I will have to chenge the call-logd script anyway. > Torfinn, so, you're upgrading your OS, changing the i4b subsystem and doing a lot of other stuff to just not change a script? ;) Anyway, I've never tried HPS' isdn4bsd but if isdnd is nearly compatible, you may want to try to use the regexpr/regprog functionality and call your script (or a wrapper for it) from there. Volker