Date: Sun, 10 Mar 2002 09:58:54 +0100 (CET) From: hm@kts.org (Hellmuth Michaelis) To: Carsten Zimmermann <czimmer@aragorn.aegisnet.de> Cc: freebsd-isdn@freebsd.org Subject: Re: i4b Error Handling (isdntest) Message-ID: <20020310085855.0A63DA9F0@bert.kts.org> In-Reply-To: <014001c1c79c$eb10d8e0$24c8a8c0@aegisnet.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Carsten Zimmermann wrote: > The isdnd starts perfectly without no errors. Problem is, that obviously no > S0-bus message reach the controller / the daemon. The ISDN-cable should be > ok - I also tried another one. I used isdntest for a selfring and got the > following message(s): > > # isdntest -c 1 -i 69797010 -o 69790362 > isdntest: accepting calls from telephone number [69797010] > isdntest: calling out telephone number [69790362] > isdntest: got cdid 14 from kernel > isdntest: calling out to telephone number [69790362] > isdntest: incoming disconnect indication, cdid 14 (out_cdid), cause 258 > > My question is where to get an overview over the error codes (here: '258') > to see what's wrong. Or if someone has an idea at hand...? See /usr/src/sys/i386/include/i4b_cause.h: its an i4b specific cause (CAUSET_I4B) value = 2 (CAUSE_I4B_NOCHAN). In case its true that you have only one controller use either -c0 or leave out the -c switch completely. hellmuth -- Hellmuth Michaelis Hamburg, Europe hm@kts.org www.kts.org There is a difference between an open mind and a hole in the head. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020310085855.0A63DA9F0>