HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Problem with Modem
Here is my modem config and here are the stats for my modem:
MODEM USR U.S. Robotics 56K FAX
EXT V4.7.31/Configuration Profile...
Product type
US/Canada External Product ID:00568600
Options V32bis,V.34+,x2,V.90
Fax Options Class 1/Class 2.0 Line Options
Caller ID, Distinctive Ring Clock Freq
92.0 Mhz EPROM
256k RAM
32k FLASH date 2/12/98
FLASH rev 4.7.31
DSP date 2/12/98
DSP rev 4.7.31
I am pretty sure everything is setup correctly but if someone can look and see
whats wrong I would appreciate it. Thanks
Blake
On Friday September 16 2005 04:44 pm, you wrote:
> It probably means, then, that your modem config file is needing some
> correcting.
>
> Lee.
>
> Blake Grover wrote:
> >I got it working now (it can send faxes one after another) but now when
> > its not doing anything it sends me emails every 2 minutes saying my modem
> > is wedged. Thanks for your help
> >
> >Blake
> >
> >On Friday September 16 2005 01:12 pm, you wrote:
> >>Run faxgetty.
> >>
> >>Any time someone has a problem with faxes not getting sent out, is using
> >>faxmodem, and then looks to faxstat for *any* kind of answers ... well,
> >>then the only solution for them is to run faxgetty.
> >>
> >>Lee.
> >>
> >>Blake Grover wrote:
> >>>I am having problems with my modem reseting itself or something like
> >>> that. Once I send a fax out everything works fine, and if I have 4-5
> >>> jobs in the que then it sends all of them. But then if I want to send
> >>> another job after it has sent out it just sits there, the faxstat says:
> >>> Waiting for modem to come ready and it never comes too. I have read
> >>> the past posts about this and I am using faxmodem and not faxgetty. I
> >>> have it on fedora core 4 and I installed from the rpm. I can stop the
> >>> server run faxmodem and start the hylafax server again, delete all the
> >>> previous jobs and send again but after it sends I have to reset it all
> >>> over again. I have a US Robotics 56K External modem and I am using
> >>> Class 1.
> >>>
> >>>Blake
> >>>
> >>>____________________ 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 expensive
> >>>HylaFAX(tm) support, mail sales@xxxxxxxxx*
# $Id: usr-xon,v 1.10 2004/05/19 21:17:23 lhoward Exp $
#
# HylaFAX Facsimile Software
#
# Copyright (c) 1990-1996 Sam Leffler
# Copyright (c) 1991-1996 Silicon Graphics, Inc.
# HylaFAX is a trademark of Silicon Graphics, Inc.
#
# Permission to use, copy, modify, distribute, and sell this software and
# its documentation for any purpose is hereby granted without fee, provided
# that (i) the above copyright notices and this permission notice appear in
# all copies of the software and related documentation, and (ii) the names of
# Sam Leffler and Silicon Graphics may not be used in any advertising or
# publicity relating to the software without the specific, prior written
# permission of Sam Leffler and Silicon Graphics.
#
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
#
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
# OF THIS SOFTWARE.
#
#
# Configuration for using the Class 1 command interface with
# a USR Courier or Sportster modem and XON/XOFF flow control.
#
#
CountryCode: 1
AreaCode: 208
FAXNumber: +1.208.356.4969
LongDistancePrefix: 1
InternationalPrefix: 011
DialStringRules: etc/dialrules
ServerTracing: 1
SessionTracing: 11
RecvFileMode: 0600
LogFileMode: 0600
DeviceMode: 0600
RingsBeforeAnswer: 1
SpeakerVolume: off
GettyArgs: "-h %l dx_%s"
LocalIdentifier: "EZ-NetTools"
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