[Bug 941] faxgetty received signal SIGINT

[email protected] Tue, 2 Nov 2010 07:54:51 -0400
Newsgroups gmane.comp.telephony.fax.hylafax.devel
Message-ID <[email protected]>
http://bugs.hylafax.org/show_bug.cgi?id=941





------- Comment #6 from [email protected]  2010-11-02 07:54 -------
Here a few notes about hylafax configuration from gdb trace submitter:
---------------------------------------------------------------------

There are a total of three modems, the crash happens when a call comes 
in.  Doesn't seem to matter where the call is from.

After a fax arrives FaxDispatch prints a PDF copy to a share.  The crash 
seems to happen before we get there.

-----------------------------

CountryCode:            1
AreaCode:               888
FAXNumber:              +1.888.12345678
LongDistancePrefix:     1
InternationalPrefix:    011
DialStringRules:        etc/dialrules
ServerTracing:          29
SessionTracing:         29
RecvFileMode:           0777
LogFileMode:            0777
DeviceMode:             0777
RingsBeforeAnswer:      1
SpeakerVolume:          high
GettyArgs:              "-h %l dx_%s"
LocalIdentifier:        "FaxServer"
TagLineFont:            etc/lutRS18.pcf
TagLineFormat:          "From %%l|%c|Page %%P of %%T"
MaxRecvPages:           50

UUCPLockModeS2:         0777
UUCPLockTimeoutS2:      30

#
#Debugging
#
#SendFaxCmd:           /var/spool/hylafax/bin/faxsend-wrapper.sh

#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType:              Class1          # use this to supply a hint
ModemRate:              19200           # rate for DCE-DTE communication
ModemFlowControl:       rtscts          # default
#
ModemNoFlowCmd:         AT&K0           # setup no flow control
ModemHardFlowCmd:       AT&K3           # setup hardware flow control
ModemSoftFlowCmd:       AT&K4           # setup software flow control
ModemSetupDTRCmd:       AT&D2           # setup so DTR drop resets modem
ModemSetupDCDCmd:       AT&C1           # setup so DCD reflects carrier 
(or not)
#
ModemMfrQueryCmd:       !Rockwell
ModemModelQueryCmd:     !RC288DPi
ModemRevQueryCmd:       ATI3            # product information
#
ModemDialCmd:           ATDT%s          # T for tone dialing





----FAXDISPATCH:






# Don't want emails
NOTIFY_FAXMASTER="never"

# New name
n=`date +%Y.%m.%d.%H.%M.%S`
# New destination
t=/data/fax/$n

# See interesting information, commands could `2>&1 >>` here too
  set > /tmp/FaxDispatch.log

# make pdf in target
$TIFF2PDF -o $t.pdf $FILE
/usr/bin/tiff2pdf -o $t.pdf $FILE

#Print to HP4200
#/usr/bin/tiff2ps -a $FILE | lpr -P HP4200

# We only copy to the fax location, archive this just in case
#/bin/cp $FILE $t.tif

# use this to move it instead, but then there is no archive and if
#  a user deletes it from the Samba Share it's gone forever
/bin/mv $FILE /var/lib/samba/fax

# Make infos like faxrcvd
if [ -f log/c$COMMID ]; then
      $SED -e '/-- data/d' \
            -e '/start.*timer/d' -e '/stop.*timer/d' \
                -e 's/=/=3D/g' \
                    log/c$COMMID
elif [ -n "$COMMID" ]; then
        echo "$DICTNOLOGAVAIL ($DICTCOMMID c$COMMID)."
else
                 echo "$DICTNOLOGAVAIL."
fi


-- 
Configure bugmail: http://bugs.hylafax.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


____________________ HylaFAX(tm) Developers Mailing List ____________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe [email protected] < /dev/null