[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debian + sedlbauer + hylafax: can not receive faxes



Hello debian-users,
hallo debian-users-german,
because this is sent to both debian-user and debian-user-german i try it in english.
German ansers are also welcome.

i try to get a fax server running with:
debian/woody
isdn sedlbauer speedfax+ isa
hylafax.
The current state is that i can send faxes but do not receive anything.
The kernel logs that:

isdn_net: Incoming call without OAD, assuming '0'
isdn_net: call from 0,1,0 -> 13XXXX
isdn_net: Service-Indicator not 7, ignored
isdn_tty: Incoming call without OAD, assuming '0'
isdn_tty: call from 0 -> 13XXXX ignored

What did I do until today:

installed modular kernel
installed sedlbauer isdn card with isapnp and modprobe
installed isdnutils-base (full installation of isdnutils cuts my dsl
connection!)
played the firmware onto the isdn card with hisaxctrl
installed hylafax-server as described by sedlbauer.de (for redhat ;-))

Here comes the /etc/hylafax/config.ttyI0:

[...]
#
# Generic Class 1 modem configuration.
#
# EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
#
CountryCode:		49
AreaCode:		345
FAXNumber:		+49.345.13XXXX
LongDistancePrefix:	0
InternationalPrefix:	00
DialStringRules:	/etc/hylafax/dialrules
ServerTracing:		0xFFF # also tried 527
SessionTracing:		0xFFF # also tried 527
RecvFileMode:		0644
LogFileMode:		0640
DeviceMode:		0666
RingsBeforeAnswer:	1
SpeakerVolume:		off
GettyArgs:		"-r -b -s %s %l"
LocalIdentifier:	faxserver@menole.net
PriorityScheduling:	yes
TagLineFormat:		"From %%l|%c|Page %%P of %%T"
MaxRecvPages:		25
#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType:		Class1		# use this to supply a hint
#ModemRate:		19200		# rate for DCE-DTE communication
#ModemFlowControl:	xonxoff		# XON/XOFF flow control assumed
#
#ModemSetupDTRCmd:	AT&D2		# setup so DTR drop resets modem
#ModemSetupDCDCmd:	AT&C1		# setup so DCD follows carrier
GettyArgs:		"-h %l dx_%s"	# modem must auto-detect fax/data
#
# We normally append the "@" symbol to the dial string so that
# the modem will wait 5 seconds before attempting to connect
# and return result codes that distinguish between no carrier
# and no answer.  This makes it possible to avoid problems with
# repeatedly dialing a number that doesn't have a fax machine
# (kudos to Stuart Lynne for this trick.)
#
# NB: If you need to prefix phone numbers to get through a PBX,
#     put it in the ModemDialCmd; e.g. "DT9%s@".
# next line modified (uncommented)
ModemDialCmd:		ATDT%s@		# T for tone dialing, @ for silence
#
# Other possible configuration stuff.  The default strings are
# shown below.  Only those that are different from the defaults
# need to be included in the configuration file.
# next line modified (was empty string)
ModemResetCmds:		"AT&E13XXXXS0=1S13=1+FCLASS=1"		# stuff to do when
modem is reset
#ModemAnswerCmd:		ATA		# use this to answer phone
#ModemNoFlowCmd:		AT&K		# disable flow control cmd
#ModemHardFlowCmd:	AT&K3		# hardware flow control cmd
#ModemSoftFlowCmd:	AT&K4		# software flow control cmd
#ModemNoAutoAnswerCmd:	ATS0=0		# disable auto-answer
#
# Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
# Note that we both turn the speaker on/off and set volume.
#
#ModemSetVolumeCmd:	"ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1"
#ModemEchoOffCmd:	ATE0		# disable command echo
#ModemVerboseResultsCmd:	ATV1		# enable verbose command results
#ModemResultCodesCmd:	ATQ0		# enable result codes
#ModemOnHookCmd:		ATH0		# place phone on hook (hangup)
#ModemSoftResetCmd:	ATZ		# do soft reset of modem
#ModemSoftResetCmdDelay:	3000	# pause after soft reset
#ModemWaitTimeCmd:	ATS7=60		# wait 60 seconds for carrier
#ModemCommaPauseTimeCmd:	ATS8=2		# comma pause time is 2 seconds
#ModemRecvFillOrder:	LSB2MSB		# bit order of received facsimile
#ModemSendFillOrder:	LSB2MSB		# bit order modem expects for transmit
#
Class1Cmd:		AT+FCLASS=1	# command to enter class 1
Class1PPMWaitCmd:	AT+FTS=7	# command to stop and wait before PPM
Class1TCFWaitCmd:	AT+FTS=7	# command to stop and wait before TCF
Class1EOPWaitCmd:	AT+FTS=9	# command to stop and wait before EOP
Class1TCFResponseDelay:	75		# 75ms delay between recv TCF & response
Class1SendMsgDelay:	75		# 75ms delay after training
Class1SwitchingDelay:	75		# 150ms delay in switching transmission
direction
Class1TrainingRecovery:	1500		# 1.5sec delay after training failure
Class1RecvAbortOK:	200		# wait 200ms for abort response
Class1FrameOverhead:	4		# 4 byte overhead in recvd HDLC frames
Class1RecvIdentTimer:	40000		# 35+5secs waiting for ident frames
Class1TCFMaxNonZero:	10		# max 10% of data may be non-zero
Class1TCFMinRun:	1000		# min run is 2/3rds of TCF duration

Because I read anything about needing an isdn config file callerid.conf
I installed isdnlog and built that callerid.conf:

[...]
[MSN]
NUMBER = 13XXXX 
ALIAS  = FAX
SI     = 1 # also tried 7
#ZONE   = 1
#START = {
#  [FLAG]
#  FLAGS = I|O|R|C|B|A|E|H
#  PROGRAM = /bin/myprog \$1 \$2 \$3 Phone
#}
[...]

Now I do not know what else to do. I succeeded sending faxes to an
online fax service (web.de) but receiving faxes from there failed.

Oh, I have forgotten to show my /etc/inittab:
[...]
# hylafax auf isdn:
I0:345:respawn:/usr/sbin/faxgetty /dev/ttyI0 
[...]

If there is anybody who is successfull running a
debian/sedlbauer/hylafax, please help!

I thank you for spending your time,
with best regards

-- 
Mit freundlichen Gruessen

Michael Mende
__________________________________________________

Elsa- Braendstroem- Strasse 82
D-06130 Halle

WWW:	http://www.menole.net
E-Mail: mail@menole.net
__________________________________________________



-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: