From owner-freebsd-hackers@FreeBSD.ORG Sun May 2 09:09:11 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 145A316A4CE for ; Sun, 2 May 2004 09:09:11 -0700 (PDT) Received: from tyr.systh.org (c171093.adsl.hansenet.de [213.39.171.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 006C343D54 for ; Sun, 2 May 2004 09:08:59 -0700 (PDT) (envelope-from mm@tyr.systh.org) Received: from tyr.systh.org (localhost [127.0.0.1]) by tyr.systh.org (8.12.11/8.12.11) with ESMTP id i42G8o5n090132 for ; Sun, 2 May 2004 18:08:50 +0200 (CEST) (envelope-from mm@tyr.systh.org) Received: (from mm@localhost) by tyr.systh.org (8.12.11/8.12.11/Submit) id i42G8oV0090131 for freebsd-hackers@freebsd.org; Sun, 2 May 2004 18:08:50 +0200 (CEST) (envelope-from mm) Date: Sun, 2 May 2004 18:08:50 +0200 From: Martin Moeller To: freebsd-hackers@freebsd.org Message-ID: <20040502160850.GA83455@tyr.systh.org> Mail-Followup-To: freebsd-hackers@freebsd.org References: <20040430223724.U98295@server.arg.sj.co.uk> <200405011419.i41EJXYO081161@fire.jhs.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405011419.i41EJXYO081161@fire.jhs.private> X-Homepage: http://www.systh.org/ X-OS: FreeBSD 4.9 STABLE (RELENG_4) http://www.freebsd.org/ X-Uptime: 5:48pm up 39 mins, 2 users, load averages: 0,09 0,17 0,34 User-Agent: Mutt/1.5.6i Subject: Re: Accessing (the i4b) device driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 16:09:11 -0000 * Julian H. Stacey [02052004 17:14] > BTW The correct list for deep isdn issues is not hackers@ but isdn@ > (but this easy question might be happy on questions@ :-) Hi everybody, thank you very much for your answers concerning showing an ISDN caller's ID. I'm using Bjoern Zeeb's approach at the moment and it works good, but I'm still obsessed by the idea of a nifty little Gnome panel applet showing me the phone number of a caller. Julian, You're absolutely correct: Questions concerning the configuration and use of ISDN belong to @questions or @isdn. BUT: The thing I actually asked was how to communicate with a device driver (in this case: i4b's) to get the job done with a C program. Luckily (thanks to Gerald Heinig) I've been directed to the source code of isdnd to see how things are done there. But I guess understanding such a complex program as this takes a while. *sigh* :( It seems as if my little gnome program has to wait a little... So, thanks again for all your answers and sorry! if this was the wrong list to post to. Regards, Martin