• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[Erledigt] Hylafax merkwürdiges verhalten

donnie

Newbie
Ich habe das Problem das Hylafax faxe soweit senden kann aber keine empfangen. Erstens nimmt er meine Klappe die ich ihn geben wollte nicht an und er verwendet ganz merkwürdiger weiße einfach die 13 obwohl ich die auf keiner stellen konfiguriert habe. Wenn ich versuche auf 13 etwas zu faxen erscheint einfach:

fax:/etc/hylafax# faxstat
HylaFAX scheduler on fax: Running
Modem ttyds01 (+43.1.******): Listening to rings from modem
Modem ttyds02 (): Listening to rings from modem
Modem ttyds05 (): Listening to rings from modem
Modem ttyds04 (): Listening to rings from modem
Modem ttyds03 (): Listening to rings from modem
Modem ttyds08 (): Running and idle
Modem ttyds07 (): Listening to rings from modem
Modem ttyds06 (): Listening to rings from modem

OS: Debian 4.0
Hylafax: 4.3.1-7
ISDN Karte: 03:01.0 Network controller: Eicon Networks Corporation Diva Server 4BRI Rev 2

Sonst habe ich:
fax:/etc/hylafax# faxstat -s
HylaFAX scheduler on fax: Running
Modem ttyds01 (+43.1.*******): Running and idle
Modem ttyds02 (): Running and idle
Modem ttyds05 (): Running and idle
Modem ttyds04 (): Running and idle
Modem ttyds03 (): Running and idle
Modem ttyds08 (): Running and idle
Modem ttyds07 (): Running and idle
Modem ttyds06 (): Running and idle



Weiß jemand Rat? Ich bin am verzweifeln und weiß wirklich nicht mehr weiter? Bitte um HILFE!



Ergänzung:

Es lag daran das ich in der Config File ein paar Dinge gesetzt werden mussten:
Code:
ModemReadyCmds: AT#CID=14
ModemResetCmds: AT#CID=14

CIDNumber:              "DAD: "
CIDName:                "CID: "
 

coogor

Hacker
Weil faxgetty dafür sorgt daß Faxe angenommen werden:
http://www.hylafax.org/content/Handbook:Basic_Server_Configuration:Starting_Inbound_Service
 
OP
D

donnie

Newbie
Er hat die Faxe nicht angenommen weil ich die GettyArgs nicht gesetzt hatte.


Jetzt habe ich das Problem das er faxrcvd keine Telefonnummern weiter gibt.

recvq/fax000000077.tif ttyds04 000000752
FILE=recvq/fax000000077.tif
DEVICE=ttyds04
COMMID=000000752
MSG=
RESTANZAHL=0
Vor der Schleife
Nach der Schleife
CIDNUMBER=
CIDNAME=
DESTINATION=


Woran kann das liegen?



Code:
# $Id: eicon-2,v 1.2 2004/03/05 02:29:32 lhoward Exp $
#
# prototype config file for the Eicon Diva ISDN Modem
#
#
# CONFIG: CLASS2:Eicon*-*-*
#
# BEGIN-SERVER
# END-SERVER
#

################### logging alles #########################
ServerTracing:          0xfffff
SessionTracing:         0xfffff

################### normale einstellungen ###############
CountryCode:            43
AreaCode:               1
FAXNumber:              +**.1.******
LongDistancePrefix:     0
InternationalPrefix:    00
#IncomingMSNs:          *******
#OutgoingMSN:            **
#GettyArgs:              "-r -b -s %s %l"
#GettyArgs:              "-b -r -s %s %l"
GettyArgs:              "-h %l dx_%s"
LocalIdentifier:        "**********"
ModemType:              Class2
ModemRate:              19200   # on boards supporting V.34-fax, this may need to be 57600
ModemFlowControl:       rtscts
ModemNoFlowCmd:         AT&K0
ModemSoftFlowCmd:       AT&K4
ModemHardFlowCmd:       AT&K3

Class2APQueryCmd:       none
Class2SPLCmd:           none
Class2TBCCmd:           none
Class2ECMType:          2.0     # follows Class 2.0 spec, not Class 2
Class2UseHex:           true

DialStringRules:        etc/dialrules.europe
RingsBeforeAnswer:      1

#FaxReceiveUser:         fax
#FaxReceiveGroup:        dialout
LogTraceLevel:          5
MaxConcurrentRecvs:     2
OutgoingMSN:            10
LogFile:                /var/log/fax.log
 
OP
D

donnie

Newbie
Das weiß ich ja nicht. ;(


Wie bringe ich das Modem dazu die Nummern zu übertragen?

Es ist eine Dialogic 4BRI Karte.
 

coogor

Hacker
donnie schrieb:
Wie bringe ich das Modem dazu die Nummern zu übertragen?
Das weiß ich auch nicht, Du kannst den Hersteller fragen oder eine andere Karte/ein analoges Modem ausprobieren.
Wenn Du nicht gerade eingehende Faxe routen willst ist die Nummer relativ unbekannt.
Oder Du fragst mal die Spezialisten in der hylafax mailing liste - einer er Entwickler könnte es wissen....
 
OP
D

donnie

Newbie
Es lag daran das ich in der Config File ein paar Dinge gesetzt werden mussten:
Code:
ModemReadyCmds: AT#CID=14
ModemResetCmds: AT#CID=14

CIDNumber:              "DAD: "
CIDName:                "CID: "
 
Oben