HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] Faxes are sent corrupted :(
Hi
I'm having problems sending faxes with Hylafax. I see I have exactly the same
problem as someone had in 1999:
http://www.hylafax.org/archive/1999-09/msg00074.php
Faxes sent by Hylafax are received corrupted, as ^this mail^ shows.
I see no answers to this email, and I've searched list archives and found
nothing... so please can anyone give me a hint on what's going on? Where
should I look at?
I'm using Debian unstable packaged Hylafax, version 4.1.8-13, with a
Conceptronic Serial Modem. It's a send-only environment.
Thank you very much!
root@tomas:/etc/hylafax# cat config.ttyS0
# $Id: topic,v 1.3 2002/05/24 16:24:52 darren Exp $
#
# prototype config for Topic modems and other similarly broken firmwares
#
#
CountryCode: 34
AreaCode: myareacode
FAXNumber: myfaxnumber
LongDistancePrefix: 1
InternationalPrefix: 00
DialStringRules: etc/dialrules
ServerTracing: 0x08501
SessionTracing: 0x08501
RecvFileMode: 0640
LogFileMode: 0640
DeviceMode: 0660
RingsBeforeAnswer: 0
SpeakerVolume: Low
GettyArgs: "-r -b %l"
LocalIdentifier: "Aplia S.L."
TagLineFormat: "From %%l|%c|Page %%P of %%T"
MaxRecvPages: 25
#
ModemType: Class1 # use this to supply a hint
# as of v1.20, +FTS is not supported, which will cause "Stop and wait"
# failures unless we use software pauses instead...
Class1PPMWaitCmd: "<delay\0727>" # \072 == : to avoid awk problem
Class1TCFWaitCmd: "<delay\0727>"
Class1EOPWaitCmd: "<delay\0729>"
Class1SwitchingCmd: "<delay\0727>" # assumption: +FRS not supported
root@tomas:/etc/hylafax# grep -v "^#" hfaxd.conf
LogFacility: daemon # syslog facility (want this 1st))
ServerTracing: 0x001 # just server operation
JobFmt: "%-3j %3i %1a %6.6o %-14.14e %5P %5D %7z %.25s"
root@tomas:/etc/hylafax# grep -v "^#" hyla.conf
Host: localhost
Verbose: No
TimeZone: local
DialRules: "/etc/hylafax/dialrules"
root@tomas:/etc/hylafax# cat setup.modem
# Warning, this file was automatically generated by faxsetup
# on mar jun 22 11:28:07 CEST 2004 for root
prompt()
{
echo -n "$* "
}
ttyPort()
{
expr $1 : 'tty\(.*\)'
}
ttyLocks()
{
echo $UUCP_LOCKDIR/LCK..$1
}
ttyAliases()
{
echo /dev/$1
}
ttyDev()
{
echo /dev/$1
}
checkPort()
{
return
}
ttyStty()
{
echo /bin/stty
}
ttySpeeds()
{
speeds=
if [ -z "$SPEED" ]; then
for s in 38400 19200 9600 4800 2400 1200; do
onDev /bin/stty $s </dev/null >/dev/null 2>&1 &&
speeds="$speeds $s"
done
fi
echo $speeds
}
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*