Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 1999 23:48:52 +0200 (MET DST)
From:      Andreas Gaertner <anderl@class.de>
To:        freebsd-isdn@freebsd.org
Subject:   what happens here?
Message-ID:  <Pine.GSO.3.96.990815233514.5711A-100000@kirk.class.de>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.990815233514.5711A-100000>