Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2006 09:28:20 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-isdn@freebsd.org
Subject:   Re: ISDN4BSD - isdnd - missing log entry
Message-ID:  <200606040928.21529.hselasky@c2i.net>
In-Reply-To: <1532949544.20060603233301@gmx.ch>
References:  <1532949544.20060603233301@gmx.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Saturday 03 June 2006 23:33, Peter Reimer wrote:
> Hello,
>
> I've just installed Hans Peter's version of isdn4bsd. Everything works
> find, except one thing:
>
> The "standard" version of isdnd writes an entry like the following
> at an incoming call:
> "Incoming call from xxx to xxx".

Looks like I removed that message.

Could you try adding, to the function, "ev_incoming_from_i4b()" in the file 
"/usr/src/usr.sbin/i4b/isdnd/fsm.c", the following:

log(LL_CHD, "Incoming call from '%s' to '%s' (cdid=%05d)",
    src_tel, dst_tel, mp->header.cdid);

Just before:

if(mp->channel == CHAN_NOT_ANY)

Then re-compile and install "isdnd":

cd /usr/src/usr.sbin/i4b/isdnd
make all install

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606040928.21529.hselasky>