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] (No subject)Cc: "'hylafax-users@hylafax.org'" <hylafax-users@hylafax.org>
- To: Jay Ungab <jungab@dairy-farm.com.ph>
- Subject: Re: [hylafax-users] (No subject)Cc: "'hylafax-users@hylafax.org'" <hylafax-users@hylafax.org>
- From: Lee Howard <faxguy@deanox.com>
- Date: Thu, 02 Aug 2001 13:35:38 -0600
At 01:26 PM 8/2/01 +0800, Jay Ungab wrote:
First off, you *should* be using rockwell-k56 prototype rather than
whatever you did to create your config file. (See below)
....
>ModemType: Class2 # use this to supply a hint
>ModemRate: 19200 # max rate for DCE-DTE communication
>ModemFlowControl: xonxoff # XON/XOFF flow control assumed
>ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem
I'm not sure, but I think that &D3 is the right value here.
....
>ModemResetCmds: "" # stuff to do when modem is reset
>ModemAnswerCmd: ATA # use this to answer phone
>ModemNoFlowCmd: AT&K # disable flow control cmd
>ModemHardFlowCmd: AT&K3 # hardware flow control cmd
>ModemSoftFlowCmd: AT&K4 # software flow control cmd
>ModemNoAutoAnswerCmd: ATS0=0 # disable auto-answer
I think that S0=0 is default, so no need to have it in your config.
....
>ModemSetVolumeCmd: "ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1"
>ModemEchoOffCmd: ATE0 # disable command echo
>ModemVerboseResultsCmd: ATV1 # enable verbose command results
>ModemResultCodesCmd: ATQ0 # enable result codes
>ModemOnHookCmd: ATH0 # place phone on hook (hangup)
>ModemSoftResetCmd: ATZ # do soft reset of modem
>ModemWaitTimeCmd: ATS7=60 # wait 60 seconds for carrier
>ModemCommaPauseTimeCmd: ATS8=2 # comma pause time is 2 seconds
Again, I think that all of this is default.
>ModemRecvFillOrder: LSB2MSB # bit order of received facsimile
Traditionally, MultiTechs require MSB2LSB.
....
(skip more default config items)
....
>============================================================================
>===============
> This is the log I got when running probemodem ttyS0.
>
>[root@puppy log]# probemodem ttyS0
>
>Now we are going to probe the tty port. This takes a few seconds,
>so be patient. Note that if you do not have the modem cabled to
>the port, or the modem is turned off, this may hang (just go and
>cable up the modem or turn it on, or whatever).
>
>Probing for best speed to talk to modem: 38400 OK.
>[1]+ Terminated ( trap 0 1 2 15; while true; do
> sleep 10; echo ""; echo "Hmm, something seems to be hung, check your
>modem eh?";
>done )
This is harmless and has been fixed in CVS.
>ATI0 RESULT = "OK" RESPONSE = "MT5600ZDX"
>ATI3 RESULT = "OK" RESPONSE = "V2.300-V90_2M_DLS"
>AT+FMDL? RESULT = "OK" RESPONSE = "MultiModemZDX"
>AT+FMFR? RESULT = "OK" RESPONSE = "Rockwell"
You probably should be using the rc288dpi-1 config file for Class 1 and the
rockwell-k56 for Class 2. See the patch below, apply it to your config
directory, and then re-run faxaddmodem. If this doesn't work, then let me
know. Please try both fax Classes.
Lee.
diff -Nru hylafax.orig/config/rc288dpi-1 hylafax/config/rc288dpi-1
--- hylafax.orig/config/rc288dpi-1 Fri Jul 20 16:05:41 2001
+++ hylafax/config/rc288dpi-1 Thu Aug 2 13:23:05 2001
@@ -40,6 +40,7 @@
# CONFIG:CLASS1:28800:.*:.*: Manufacturer=ROCKWELL Model=RC288DPi
# CONFIG:CLASS1:33600:.*:.*: Manufacturer=Rockwell Model=33600
# CONFIG:CLASS1:56000:.*:.*: Manufacturer=Rockwell/Conexant Model=AC/K56
+# CONFIG:CLASS1:MT5600ZDX:.*:.*: Manufacturer=MultiTech Model=MT5600ZDX
#
# BEGIN-SERVER
# END-SERVER
diff -Nru hylafax.orig/config/rockwell-k56 hylafax/config/rockwell-k56
--- hylafax.orig/config/rockwell-k56 Fri Jul 20 16:05:41 2001
+++ hylafax/config/rockwell-k56 Thu Aug 2 13:19:06 2001
@@ -41,7 +41,7 @@
# to force the server to skip intermediate status messages and
# wait for the "CONNECT" message.
#
-# CONFIG: CLASS2: Rockwell-MultiModemZDXV-*
+# CONFIG: CLASS2: Rockwell-MultiModemZDX*-*
# CONFIG: CLASS2: ROCKWELL-AC/K56*-*
#
# BEGIN-SERVER
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null