Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2004 12:41:20 +0100
From:      fjaspers@xs4all.nl
To:        freebsd-isdn@freebsd.org
Subject:   RE: AVM ISDN Fritz 2.0 PCI card
Message-ID:  <20040128114120.GA70001@xs4all.nl>

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

I'm using a AVM Fritz!Card PCI Version 2 on my FreeBSD 5.0 RELEASE box.
It's more or less stable. sometimes when connecting it gives messges like:

i4b-L1 ifpi2_isacsx_exir_hdlr: EXIRQ Rx Frame Overflow
i4b-L1 ifpi2_isacsx_irq: unit 0: Data Overrun error
i4b-L2 i4b_T202_timeout: unit 0, N202 = 3

I just have to connect again in that case.

I experienced some lockups too, however that was when running my machine under
linux.

Here is my isdnd.conf it is setup for working with userland ppp, and for
receiving and answering incoming.

Maybe this helps you.
Do u have any log messages?

Frans. (fjaspers@xs4all.nl)




isdnd.conf:
#==============================================================================
# SYSTEM section: isdnd global configuration parameters
#==============================================================================
system

monitor-allowed = no                            # global switch: monitor on/off
monitor = "/var/run/isdn-monitor"
monitor-access = fullcmd                        # all commands.

ratesfile = /etc/isdn/isdnd.rates               # name & location of rates file

regexpr = "[Cc]all from .* to Frans Jaspers"
regprog = isdntel.notify

aliasing = on                                   # Aliasing.
aliasfile = /etc/isdn/isdntel.alias             # Alias file.

# prefixes voor incoming calls.
add-prefix = on            
prefix-national = "0"
prefix-international = "+31"

beepconnect = on           
extcallattr = on
isdntime = on
rtprio = 25


#===========================================================================
# controller section
#===========================================================================
controller

protocol = dss1


#==============================================================================
# entry section. Userland ppp device 0.
#==============================================================================
entry
name                    = userppp0
usrdevicename           = rbch
usrdeviceunit           = 0
isdncontroller          = 0
isdnchannel             = 1
local-phone-dialout     = 1234567       # This *MUST* be your local number
remote-phone-dialout    = 1234567       # ppp(8) will override this
local-phone-incoming    = 1234567       # this is my number
remote-phone-incoming   = *             # i call this remote number
remdial-handling        = first
dialin-reaction         = ignore
dialout-type            = normal
b1protocol              = hdlc
idletime-incoming       = 900           # Should be larger than ppp's timeout
idletime-outgoing       = 900           # Should be larger than ppp's timeout
unitlength              = 0
unitlengthsrc           = conf
dialretries             = 1
dialrandincr            = on
recoverytime            = 1             # Should be smaller than ppp's redial
usedown                 = off
downtries               = 2
downtime                = 30

#==============================================================================
# entry section. Userland ppp device 1.
#==============================================================================
entry
name                    = userppp1
usrdevicename           = rbch
usrdeviceunit           = 1
isdncontroller          = 0
isdnchannel             = 2
local-phone-dialout     = 1234567       # This *MUST* be your local number
remote-phone-dialout    = 1234567       # ppp(8) will override this
local-phone-incoming    = 1234567       # this is my number
remote-phone-incoming   = *             # i call this remote number
remdial-handling        = first
dialin-reaction         = ignore
dialout-type            = normal
b1protocol              = hdlc
idletime-incoming       = 900           # Should be larger than ppp's timeout
idletime-outgoing       = 900           # Should be larger than ppp's timeout
unitlength              = 0
unitlengthsrc           = conf
dialretries             = 1
dialrandincr            = on
recoverytime            = 1             # Should be smaller than ppp's redial
usedown                 = off
downtries               = 2
downtime                = 30


#==============================================================================
# entry section. Telephony.
#==============================================================================
entry

name = i4btel                           # name in logfiles.

usrdevicename = tel                     # the device the data traffic
                                        # should be routed to.
usrdeviceunit = 0                       # unit number

isdncontroller = 0                      # the ISDN controller number to be used.
isdnchannel = -1                        # channel(1/2) to use or 0 or -1 for any

direction = inout                       # in, out, inout

local-phone-incoming = 1234567          # this is my number
remote-phone-incoming = *               # i call this remote number
local-phone-dialout = 1234567           # My number.
remote-phone-dialout = *                # I call this number.

dialin-reaction = answer                # what happenes if someone dials in:
answerprog = isdntel.sh                 # Program when someone dials in.

b1protocol = raw                        # type of protocol on the B-channel.

alert = 15
idletime-incoming = 5

-------------------------------------------------------------------------------
End of isdnd.conf



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