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

Fehler bei Faxversand mit WHFC und Hylafax

wurtzel

Newbie
Hallo,

Ich habe folgendes Problem wenn ich über whfc ein fax versenden will landet es sofort in der done-queue ohne das es versendet wird.
Mit sendfax auf dem Server macht er es anstandslos.

Wo kann der Fehler liegen?



System SUSE 8.2
Hylafax 4.1.5-209
WHFC 1.2.3(1.2.1)

messages

Code:
Sep 30 10:33:36 linux FaxQueuer[6205]: SUBMIT JOB 33
Sep 30 10:33:36 linux FaxQueuer[6205]: NOTIFY: bin/notify "doneq/q33" "done" "0:00"


hylafax config
Code:
LogFacility:            daemon
CountryCode:            49
AreaCode:               371
LongDistancePrefix:     0
InternationalPrefix:    00
DialStringRules:        "etc/dialrules"
ServerTracing:          3
SessionTracing:         0xffffffff
SendFaxCmd:             /var/spool/fax/bin/faxsend

config.faxCAPI

Code:
#
# EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
#


SpoolDir:               /var/spool/fax
FaxRcvdCmd:             /var/spool/fax/bin/faxrcvd
PollRcvdCmd:             /var/spool/fax/bin/pollrcvd
FaxReceiveUser:         uucp
LogFile:                 /var/log/capifax.log
LogTraceLevel:          4
LogFileMode:            0600
{
    HylafaxDeviceName:          faxCAPI
    RecvFileMode:               0777
    FAXNumber:                  +49.yyy.xxxxx20
    LocalIdentifier:            "Wurdinger - Chemnitz"
    MaxConcurrentRecvs:         2
    OutgoingController:         1
    OutgoingMSN:                xxxxx20
    SuppressMSN:                0
    NumberPrefix:
    UseISDNFaxService:          0
    RingingDuration:            0


    # ----------- incoming params -----------
    {
        Controller:             1
        AcceptSpeech:           0
        UseDDI:                 0
        DDIOffset:              ""
        DDILength:              2
        IncomingDDIs:           
        IncomingMSNs:           xxxxx20,xxxxx21,20,21
        AcceptGlobalCall:           1
    }
}

Benachrichtigung des Faxsystems
Code:
Your facsimile job to 21 was completed successfully.

         Pages: 0
       Quality: Normal
    Page Width: 194 (mm)
   Page Length: 281 (mm)
   Signal Rate: 
   Data Format: 
       Dialogs: 0 (exchanges with remote device)
         Calls: 0 (total phone calls placed)
         Modem: faxCAPI
Submitted From: 192.168.0.6
         JobID: 34
       GroupID: 34
        CommID: c

Processing time was 0:00.
in der capifax.log, werden die fax, die mit whfc versendet werden, nicht angezeigt.
 
Oben