Re: Accessing (the i4b) device driver

2004-05-02 Thread Martin Moeller
* Julian H. Stacey <[EMAIL PROTECTED]> [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@ :-)

Re: Accessing (the i4b) device driver

2004-05-02 Thread Julian H. Stacey
Andrew Gordon wrote: > On Fri, 30 Apr 2004, Martin Moeller wrote: > > > > I'm totally new to FreeBSD programming, so please forgive my troll-like > > question! I'd like to write a nifty little program showing if somebody is > > calling me via an ISDN line. In the far future, the program should show

Re: Accessing (the i4b) device driver

2004-05-01 Thread Andrew Gordon
On Fri, 30 Apr 2004, Martin Moeller wrote: > > I'm totally new to FreeBSD programming, so please forgive my troll-like > question! I'd like to write a nifty little program showing if somebody is > calling me via an ISDN line. In the far future, the program should show the > caller's telephone numbe

Re: Accessing (the i4b) device driver

2004-04-30 Thread Bjoern A. Zeeb
On Fri, 30 Apr 2004, Martin Moeller wrote: > I'm totally new to FreeBSD programming, so please forgive my troll-like > question! I'd like to write a nifty little program showing if somebody is > calling me via an ISDN line. In the far future, the program should show the > caller's telephone number

Re: Accessing (the i4b) device driver

2004-04-30 Thread Gerald Heinig
Martin, take a look at isdnd. If all you want is a program to tell you whether someone's calling you and under what number, isdnd will tell you that in full screen mode. Alternatively, if you want to write your own program, take a look at the isdnd sources to see how it's done. HTH, Gerald Mar

Accessing (the i4b) device driver

2004-04-30 Thread Martin Moeller
Hi all, I'm totally new to FreeBSD programming, so please forgive my troll-like question! I'd like to write a nifty little program showing if somebody is calling me via an ISDN line. In the far future, the program should show the caller's telephone number. The ISDN kernel options are set and compi