From owner-freebsd-isdn Sun Aug 15 14:50:37 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from proxy.class.de (proxy.class.de [62.180.31.150]) by hub.freebsd.org (Postfix) with ESMTP id F0FD7153AC for ; Sun, 15 Aug 1999 14:50:26 -0700 (PDT) (envelope-from anderl@class.de) Received: from viruswall.class.de (viruswall.class.de [192.168.14.2]) by proxy.class.de (8.9.3/8.9.3) with SMTP id XAA06875 for ; Sun, 15 Aug 1999 23:48:45 +0200 (MET DST) Received: (qmail 21155 invoked by uid 0); 15 Aug 1999 21:50:10 -0000 Received: from localhost (HELO rauch.class.de) (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Aug 1999 21:50:10 -0000 Received: from kirk.class.de (kirk [204.231.63.20]) by rauch.class.de (8.9.3/8.9.1) with ESMTP id XAA16084 for ; Sun, 15 Aug 1999 23:51:49 +0200 (MET DST) Received: from localhost (anderl@localhost) by kirk.class.de (8.9.1b+Sun/8.9.1) with SMTP id XAA05722 for ; Sun, 15 Aug 1999 23:48:52 +0200 (MET DST) X-Authentication-Warning: kirk.class.de: anderl owned process doing -bs Date: Sun, 15 Aug 1999 23:48:52 +0200 (MET DST) From: Andreas Gaertner To: freebsd-isdn@freebsd.org Subject: what happens here? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi folks, i've configured a callback-setup within my i4b0.70/freebsd3.2 machine and everything is working fine on the whole. but when i'm ftp'ing some files to the remote peer the connection is brought down all of a sudden while transferring the data. the isdnd.log output uttered a locally disconnected normal call. it does not matter whether i am using ftp or nfs, the effect remains the same, i get a 'down event, taking interface down' on my console and in the logfiles. i increased the debugging level of isdnd to 0xf9 and as i understand there is a local disconnect request. but where the f... does this come from? the connection is anything else than idle in that moment and even if at all the remote site is supposed to close down the link since i haven't configured an idletime-incoming line. please help!! i've provided my isdnd.rc lines and the debugging output right below. thanks in advance, regards, anderl isdnd.rc: -------- system entry name = class # name for reference. This name will usrdevicename = isp # ipr, isp, tel, rbch usrdeviceunit = 0 # unit number isdncontroller = 0 # contoller to use or -1 to use any isdnchannel = 0 # channel (1/2) to use or 0 for any direction = inout # in, out, inout local-phone-incoming = 346552 remote-phone-incoming = * local-phone-dialout = 346552 # this is my number remote-phone-dialout = 08151991150 # i call this remote number dialin-reaction = accept # accept, reject, ignore, answer, callback dialout-type = calledback # normal / calledback b1protocol = hdlc # hdlc, raw calledbackwait = 20 dialrandincr = off usedown = off isdnd -d0xf9: ------------- [...] 15.08.1999 23:15:52 CHD 00002 class incoming call active (ctl 0, ch 0) 15.08.1999 23:15:52 DBG FSM event [msg-con-act-ind]: [accepted => connected] 15.08.1999 23:15:52 DBG F_MCAI: Connection active! 15.08.1999 23:15:53 DBG isp0: switched to state 3 15.08.1999 23:34:44 DBG msg_drvrdisc_req: req from isp, unit 0 15.08.1999 23:34:44 DBG get_cep_by_driver: found entry 0! 15.08.1999 23:34:44 DBG FSM event [disconnect-req]: [connected => waitdisconnect] 15.08.1999 23:34:44 DBG F_DRQ: local disconnect request 15.08.1999 23:34:45 DBG sendm_disconnect_req: sent DISCONNECT_REQ 15.08.1999 23:34:45 CHD 00002 class incoming call disconnected (local) 15.08.1999 23:34:45 CHD 00002 class cause 0: normal call clearing (I4B) 15.08.1999 23:34:45 CHD 00002 class connected 1133 seconds 15.08.1999 23:34:45 CHD 00002 class accounting: in 231173, out 7710298 (in 231069, out 7704362) 15.08.1999 23:34:45 DBG FSM event [msg-disc-ind]: [waitdisconnect => idle] 15.08.1999 23:34:45 DBG F_MDI: disconnect indication, local disconnected To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message