Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] Faxgetty not picking up
Most USR modems have dip switches located on the back
or bottom of the modem, one of which disables
auto-answer manually. Check that first. If there isn't
a label on the modem describing each switches function
you should be able to find out the info from USRs
website (http://www.usr.com/)
Laker
--- Mark <mark@xxxxxxxxxxxxx> wrote:
> Hello List,
>
> I've been browsing the archives and googling all
> over the place, I can't
> get faxgetty (Better said: Hylafax) to receive an
> incoming call.
>
> It won't pick up the modem.
>
> But when I type faxanswer ttyS0, it will pick up and
> receive the fax.
> But it will not do so on it's own.
>
> Everything is running I think:
> ams-it:/etc/hylafax# ps ax | grep fax
> 20107 ? Ss 0:00 /usr/sbin/faxq
> 20109 ? Ss 0:00 /usr/sbin/hfaxd -i 4559
> 20120 pts/1 S 0:00 /usr/sbin/faxgetty ttyS0
>
> And I'm also able to send faxes. It just wont
> receive (not even pickup
> the line) them.
>
> #
> #
> CountryCode: 31
> AreaCode: 020
> FAXNumber: +31.020.850[private]
> LongDistancePrefix: 0
> InternationalPrefix: 0
> DialStringRules: etc/dialrules
> ServerTracing: 1
> SessionTracing: 11
> RecvFileMode: 0666
> LogFileMode: 0666
> DeviceMode: 0666
> RingsBeforeAnswer: 1
> SpeakerVolume: off
> GettyArgs: "-h %l dx_%s"
> LocalIdentifier: "Some company"
> TagLineFont: etc/lutRS18.pcf
> TagLineFormat: "From %%l|%c|Page %%P of
> %%T"
> MaxRecvPages: 25
> #
> #
> # Modem-related stuff: should reflect modem command
> interface
> # and hardware connection/cabling (e.g. flow
> control).
> #
> ModemType: Class1 # use class
> 1 interface
> ModemRate: 19200 # rate for
> DCE-DTE communication
> ModemFlowControl: xonxoff # software
> flow control
> #
> ModemSetupDTRCmd: ATS13=1&D2 # setup so
> DTR drop resets modem
> ModemSetupDCDCmd: AT&C1 # setup so
> DCD reflects carrier
> (or not)
> ModemNoFlowCmd: AT&H0&I0&R1 # setup
> modem for no flow
> control
> ModemHardFlowCmd: AT&H1&I0&R2 # setup
> modem for hardware flow
> control
> ModemSoftFlowCmd: AT&H2&I2&R1 # setup
> modem for software flow
> control
> ModemResultCodesCmd: ATQ0X4 # enable
> result codes
> #
> ModemMfrQueryCmd: !USR
> ModemModelQueryCmd: ATI3
> ModemRevQueryCmd: ATI7 # XXX
> returns a multi-line
> result
> #
> # When AT+FCLASS=1 is issued the modem automatically
> switches
> # to software flow control; these parameters let the
> fax software
> # reset flow control as needed after entering Class
> 1.
> #
> Class1NFLOCmd: AT&H0&I0&R1 # setup
> modem for no flow
> control
> Class1HFLOCmd: AT&H1&I0&R2 # setup
> modem for hardware flow
> control
> Class1SFLOCmd: "" # modem does
> this automatically
> #
> # This should resolve "DIS/DTC received 3 times"
> errors:
> #
> Class1ResponseWaitCmd: AT+FRS=1 # wait after
> sending TCF for
> response
> #
> # The remainder of this configuration is included so
> that the
> # modem "idles" in Class 0 while not sending or
> receiving facsimile.
> #
> ModemSetupAACmd: AT+FCLASS=0 # leave
> modem idling in class 0
> ModemAnswerCmd: AT+FCLASS=1A # answer in
> Class 1
> #
> # Disables the reporting of bad frames by the modem.
> This
> # overcomes a firmware problem in the x2 and V90
> Sportsters.
> # It is not necessary for the Courier modem.
> #
> Class2NRCmd: AT+FNR=1,1,1,0
>
> And hyla config:
> ams-it:/etc/hylafax# cat ./hfaxd.conf
> #
> # HylaFAX Client-Server Protocol Configuration.
> #
> # Consult hfaxd(1M) for information on the contents
> # of this file. Note that pathnames specified in
> # this file are relative to the root of the spooling
> # area because hfaxd uses chroot to confine client
> # accesses to the server's filesystem.
> #
> LogFacility: daemon # syslog
> facility (want this
> 1st))
> ServerTracing: 0x001 # just
> server operation
> #IdleTimeout: 900 # initial
> client idle timeout
> (secs)
> #MaxIdleTimeout: 7200 # max client
> idle timeout (secs)
> #MaxLoginAttempts: 5 # max #
> login attempts before
> disconnect#MaxAdminAttempts: 5 #
> max # admin attempts
> before disconnect#MaxConsecutiveBadCmds: 10
> # max # invalid
> cmds before disconnect
> #FaxContact: FaxMaster # who gets
> questions/complaints
> #AdminGroup: faxadmin # which user
> group is admin
> (when using PAM)
> #UserAccessFile: "/etc/hosts.hfaxd" #
> user+host access
> control file
> #ShutdownFile: "/etc/shutdown" # server
> shutdown control
> filename
> #XferLogFile: "/etc/clientlog" #
> for logging client
> file transfers
> #FaxQFIFOName: "/FIFO" # FIFO name
> for talking to faxq
> process
> #
> # The default format used to return job status
> queries.
> # Note that clients can override this with JOBFMT.
> #
> #JobFmt: "%-3j %3i %1a %6.6o %-12.12e
> %5P %5D %7z %.25s"
> #
> # The default format used to return recvq status
> queries.
> # Note that clients can override this with RCVFMT.
> #
> #RcvFmt: "%-7m %4p%1z %-8.8o %14.14s
> %7t %f"
> #
> # The default format used to return modem status
> queries.
> # Note that clients can override this with MODEMFMT.
> #
> #ModemFmt: "Modem %m (%n): %s"
> #
> # The default format used to return file-oriented
> # directory listings.
> # Note that clients can override this with FILEFMT.
> #
> #FileFmt: "%-7p %3l %8o %8s %-12.12m
> %.48f"
>
> #
> # SNPP-specific parameters.
> #
> #MaxMsgLength: 128 # max pager
> message length
> #PagerIDMapFile: "/etc/pagermap" # file with
> pager
=== message truncated ===
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
____________________ 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*