From tingox at gmail.com Tue Jul 1 22:50:04 2008 From: tingox at gmail.com (Torfinn Ingolfsen) Date: Tue Jul 1 22:50:07 2008 Subject: isdntrace - getting old output format back? In-Reply-To: <200806262219.31766.hselasky@c2i.net> References: <200806230001.37104.hselasky@c2i.net> <200806262219.31766.hselasky@c2i.net> Message-ID: Hi all, Tonight I had some tie to work on this. Here is a smal status update. 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. This statement got me thinking. > 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" ? I changed the call-logd script to use isdnmonitor instead of isdntrace. See the attached file.I changed /etc/isdn/isdnd.rc to enable isdnmonitor, and tested. This is my first attempt with isdnmonitor, and it is not working correctly - it doesn't log all calls, just some of them. If I check the logfile of isdnd (/var/log/debug.log), all calls are logged there. Any hints on what might be wrong? -- Regards, Torfinn Ingolfsen -------------- next part -------------- A non-text attachment was scrubbed... Name: call-logd Type: application/octet-stream Size: 2541 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-isdn/attachments/20080701/a8dea144/call-logd.obj From tingox at gmail.com Wed Jul 2 07:12:45 2008 From: tingox at gmail.com (Torfinn Ingolfsen) Date: Wed Jul 2 07:12:48 2008 Subject: isdntrace - getting old output format back? In-Reply-To: References: <200806230001.37104.hselasky@c2i.net> <200806262219.31766.hselasky@c2i.net> Message-ID: In case the attachment didn't make it through, you can find it here: http://lists.freebsd.org/pipermail/freebsd-isdn/attachments/20080701/a8dea144/call-logd.obj -- Regards, Torfinn Ingolfsen From hselasky at c2i.net Sat Jul 5 21:33:08 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Sat Jul 5 21:33:14 2008 Subject: isdntrace - getting old output format back? In-Reply-To: References: Message-ID: <200807052334.42814.hselasky@c2i.net> 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 From aragon at phat.za.net Wed Jul 23 23:19:39 2008 From: aragon at phat.za.net (Aragon Gouveia) Date: Wed Jul 23 23:19:46 2008 Subject: ISDN status on FreeBSD? Message-ID: <20080723230237.GA28246@phat.za.net> Hi, In the past I've used an AVM C4 and Thomas Wintergerst's CAPI4BSD implementation to get a BRI interface for my FreeBSD Asterisk servers and they're still running great after a few years. It has been over a year since my last setup like that and I know AVM have since discontinued all their multiport BRI cards. It looks like the only multiport BRI cards left are the passive ones (eg. HFC based cards). What I've found with some googling is about 2 years old, and I know ISDN4BSD was recently removed from 7.0 onwards. Does anyone know what is the current and forseeable future status of using passive BRI cards with Asterisk under FreeBSD? Thanks, Aragon (wishing partial PRIs were feasable here) From hselasky at c2i.net Thu Jul 24 17:48:47 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Thu Jul 24 17:48:54 2008 Subject: ISDN status on FreeBSD? In-Reply-To: <20080723230237.GA28246@phat.za.net> References: <20080723230237.GA28246@phat.za.net> Message-ID: <200807241950.25736.hselasky@c2i.net> On Thursday 24 July 2008, Aragon Gouveia wrote: > Hi, > > In the past I've used an AVM C4 and Thomas Wintergerst's CAPI4BSD > implementation to get a BRI interface for my FreeBSD Asterisk servers and > they're still running great after a few years. It has been over a year > since my last setup like that and I know AVM have since discontinued all > their multiport BRI cards. > > It looks like the only multiport BRI cards left are the passive ones (eg. > HFC based cards). What I've found with some googling is about 2 years old, > and I know ISDN4BSD was recently removed from 7.0 onwards. > > Does anyone know what is the current and forseeable future status of using > passive BRI cards with Asterisk under FreeBSD? > > > Thanks, > > Aragon > (wishing partial PRIs were feasable here) Hi, See: http://www.selasky.org/hans_petter/isdn4bsd --HPS