Re: ISDN4BSD - isdnd - missing log entry
Peter Reimer <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.isdn |
|---|---|
| Message-ID | <[email protected]> |
Hi, >> 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 It works! Thanks a lot, Peter _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isdn To unsubscribe, send any mail to "[email protected]"