Hi,
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
|
Quellcode
|
1
2
3
4
|
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
|
Quellcode
|
1
2
|
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
|
Quellcode
|
1
2
|
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
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
|
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
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
#
# 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
|
Quellcode
|
1
2
3
4
5
6
7
8
9
|
#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