ich habe mein hylafax soweit eingerichtet das es wunderbar empfängt und auch die faxe per mail weiterleitet usw.
Aber ein Problem habe ich noch das senden.
c2faxsend macht folgendes
Code: Alles auswählen
c2faxsend -f TIFF -v -d ******** /usr/local/source_install/fax01674.tif
Try to connect to fax number 03628584423 in TIFF mode on controller 1.
Dial and starting transfer of TIFF-File /usr/local/source_install/fax01674.tif with normal resolution.
Connection dropped with Reason 0x3490 (Normal call clearing).
Sendfax macht folgendes
Code: Alles auswählen
sendfax -n -d ******** /usr/local/source_install/fax01674.tif
request id is 22 (group id 22) for host localhost (1 file)
danach steht das fax in der queue liste mit dem fehler
an error occured while trying to established the connection
auszug xferfaxlog.log
Code: Alles auswählen
01/19/07 09:48 SEND 00000170 faxCAPIli 19 "" root@debian-faxserver "******" "******" 256 0 0:54 0:24 "An error occured while trying to establish the connection."
01/19/07 10:21 SEND 00000180 faxCAPI 21 "" root@debian-faxserver "******" "******" 256 0 2:01 0:00 "An error occured while trying to establish the connection."
auszug aus der capi4hylafax.log
Code: Alles auswählen
Jan 19 10:27:48.82: [ 2499]: c2faxrecv - INFO:
Device "faxCAPI" uses 2 receive thread(s) with the following config:
Jan 19 10:27:48.82: [ 2499]: c2faxrecv - INFO: Controller=1 : IncomingMSNs=30
Jan 19 10:27:48.83: [ 2499]: c2faxrecv - INFO:
Device "faxCAPIli" uses 2 receive thread(s) with the following config:
Jan 19 10:27:48.83: [ 2499]: c2faxrecv - INFO: Controller=1 : IncomingMSNs=35
Started in Hylafax mode and waiting on incoming calls.
Jan 19 10:28:42.80: [ 2715]: CapiFaxSend - INFO: Try to connect to fax number ****** in TIFF mode on controller 1.
Jan 19 10:28:42.86: [ 2715]: CapiFaxSend - INFO: Dial and starting transfer of TIFF-File /usr/local/source_install/fax01674.tif with normal resolution.
Jan 19 10:29:20.20: [ 2715]: CapiFaxSend - INFO: Connection dropped with Reason 0x3490 (Normal call clearing).
meine config.faxCAPI
Code: Alles auswählen
#
# EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
#
SpoolDir: /var/spool/hylafax
#
FaxRcvdCmd: /var/spool/hylafax/bin/faxrcvd
#
PollRcvdCmd: /var/spool/hylafax/bin/pollrcvd
#
FaxReceiveUser: uucp
#
FaxReceiveGroup: dialout
#
LogFile: /var/spool/hylafax/log/capi4hylafax
#
LogTraceLevel: 4
#
LogFileMode: 0600
#
#
######################
######################
#
{
HylafaxDeviceName: faxCAPI
RecvFileMode: 0600
FAXNumber: +49.*****.*****30
LocalIdentifier: "DynamicWare30"
MaxConcurrentRecvs: 2
OutgoingController: 1
OutgoingMSN: 30
SuppressMSN: 0
NumberPrefix:
UseISDNFaxService: 1
RingingDuration: 0
{
Controller: 1
AcceptSpeech: 1
UseDDI: 0
DDIOffset: "38690"
DDILength: 2
IncomingMSNs: 30
AcceptGlobalCall: 0
}
}
{
HylafaxDeviceName: faxCAPIli
RecvFileMode: 0600
FAXNumber: +49.*******.******35
LocalIdentifier: "DynamicWare35"
MaxConcurrentRecvs: 2
OutgoingController: 1
OutgoingMSN: 35
SuppressMSN: 0
NumberPrefix:
UseISDNFaxService: 1
RingingDuration: 0
{
Controller: 1
AcceptSpeech: 1
UseDDI: 0
DDIOffset: "38690"
DDILength: 2
IncomingMSNs: 35
AcceptGlobalCall: 0
}
}
meine config
Code: Alles auswählen
#ContCoverPage: "etc/cover.templ"
DestControls: "etc/destctrls"
DialStringRules: "etc/dialrules"
QualifyCID: "etc/cid"
QualifyTSI: "etc/tsi"
ServerTracing: 0x08501
InternationalPrefix: 00
SendFaxCmd: "/usr/bin/c2faxsend"
#SendFaxCmd: /usr/bin/c2faxsend.wrap
Kann mir damit einer weiterhelfen warum ich nicht faxen kann aber der Faxempfang für beide devices einwandfrei klappt
bin für jeden rat dankbar
vielen dank im voraus
Mfg.
BjT