![]() |
My current modem is Trendnet TFM - 560X 56K External Modem I believe I have used all the default modem settings. Thanks for the response and forgive my top - posting. ./todd # 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: xonxoff # XON/XOFF flow control assumed # #ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem #ModemSetupDCDCmd: AT&C1 # setup so DCD follows carrier GettyArgs: "-h %l dx_%s" # modem must auto-detect fax/data # # We can append the "@" symbol to the dial string so that # the modem will wait 5 seconds before attempting to connect # and return result codes that distinguish between no carrier # and no answer. This makes it possible to avoid problems with # repeatedly dialing a number that doesn't have a fax machine # (kudos to Stuart Lynne for this trick.) # # NB: If you need to prefix phone numbers to get through a PBX, # put it in the ModemDialCmd; e.g. "DT9%s@". # #ModemDialCmd: ATDT%s # T for tone dialing # # Other possible configuration stuff. The default strings are # shown below. Only those that are different from the defaults # need to be included in the configuration file. ModemResetCmds: AT+VDR=1,10 # 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 # # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH. # Note that we both turn the speaker on/off and set volume. # #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 #ModemSoftResetCmdDelay: 3000 # pause after soft reset #ModemWaitTimeCmd: ATS7=60 # wait 60 seconds for carrier #ModemCommaPauseTimeCmd: ATS8=2 # comma pause time is 2 seconds# 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: xonxoff # XON/XOFF flow control assumed # #ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem #ModemSetupDCDCmd: AT&C1 # setup so DCD follows carrier GettyArgs: "-h %l dx_%s" # modem must auto-detect fax/data# 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: xonxoff # XON/XOFF flow control assumed # #ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem #ModemSetupDCDCmd: AT&C1 # setup so DCD follows carrier GettyArgs: "-h %l dx_%s" # modem must auto-detect fax/data # # We can append the "@" symbol to the dial string so that # the modem will wait 5 seconds before attempting to connect # and return result codes that distinguish between no carrier # and no answer. This makes it possible to avoid problems with # repeatedly dialing a number that doesn't have a fax machine # (kudos to Stuart Lynne for this trick.) # # NB: If you need to prefix phone numbers to get through a PBX, # put it in the ModemDialCmd; e.g. "DT9%s@". # #ModemDialCmd: ATDT%s # T for tone dialing # # Other possible configuration stuff. The default strings are # shown below. Only those that are different from the defaults # need to be included in the configuration file. ModemResetCmds: AT+VDR=1,10 # 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 # # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH. # Note that we both turn the speaker on/off and set volume. # #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 #ModemSoftResetCmdDelay: 3000 # pause after soft reset #ModemWaitTimeCmd: ATS7=60 # wait 60 seconds for carrier #ModemCommaPauseTimeCmd: ATS8=2 # comma pause time is 2 seconds #ModemRecvFillOrder: LSB2MSB # bit order of received facsimile #ModemSendFillOrder: LSB2MSB # bit order modem expects for transmit # Class1Cmd: AT+FCLASS=1 # command to enter class 1 Class1PPMWaitCmd: AT+FTS=7 # command to stop and wait before PPM Class1TCFWaitCmd: AT+FTS=7 # command to stop and wait before TCF Class1EOPWaitCmd: AT+FTS=9 # command to stop and wait before EOP Class1SendMsgDelay: 200 # 75ms delay after training Class1SwitchingCmd: AT+FRS=7 # silence between HDLC recv and trans Class1TrainingRecovery: 1500 # 1.5sec delay after training failure Class1RecvAbortOK: 200 # wait 200ms for abort response Class1FrameOverhead: 4 # 4 byte overhead in recvd HDLC frames Class1RecvIdentTimer: 40000 # 35+5secs waiting for ident frames Class1TCFMaxNonZero: 70 # max 10% of data may be non-zero Class1TCFMinRun: 1000 # min run is 2/3rds of TCF duration # # We can append the "@" symbol to the dial string so that # the modem will wait 5 seconds before attempting to connect # and return result codes that distinguish between no carrier # and no answer. This makes it possible to avoid problems with # repeatedly dialing a number that doesn't have a fax machine # (kudos to Stuart Lynne for this trick.) # # NB: If you need to prefix phone numbers to get through a PBX, # put it in the ModemDialCmd; e.g. "DT9%s@". # #ModemDialCmd: ATDT%s # T for tone dialing # # Other possible configuration stuff. The default strings are # shown below. Only those that are different from the defaults # need to be included in the configuration file. ModemResetCmds: AT+VDR=1,10 # 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 # # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH. # Note that we both turn the speaker on/off and set volume. # #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 #ModemSoftResetCmdDelay: 3000 # pause after soft reset #ModemWaitTimeCmd: ATS7=60 # wait 60 seconds for carrier #ModemCommaPauseTimeCmd: ATS8=2 # comma pause time is 2 seconds #ModemRecvFillOrder: LSB2MSB # bit order of received facsimile #ModemSendFillOrder: LSB2MSB # bit order modem expects for transmit # Class1Cmd: AT+FCLASS=1 # command to enter class 1 Class1PPMWaitCmd: AT+FTS=7 # command to stop and wait before PPM Class1TCFWaitCmd: AT+FTS=7 # command to stop and wait before TCF Class1EOPWaitCmd: AT+FTS=9 # command to stop and wait before EOP Class1SendMsgDelay: 200 # 75ms delay after training Class1SwitchingCmd: AT+FRS=7 # silence between HDLC recv and trans Class1TrainingRecovery: 1500 # 1.5sec delay after training failure Class1RecvAbortOK: 200 # wait 200ms for abort response Class1FrameOverhead: 4 # 4 byte overhead in recvd HDLC frames Class1RecvIdentTimer: 40000 # 35+5secs waiting for ident frames Class1TCFMaxNonZero: 70 # max 10% of data may be non-zero Class1TCFMinRun: 1000 # min run is 2/3rds of TCF duration #ModemRecvFillOrder: LSB2MSB # bit order of received facsimile #ModemSendFillOrder: LSB2MSB # bit order modem expects for transmit # Class1Cmd: AT+FCLASS=1 # command to enter class 1 Class1PPMWaitCmd: AT+FTS=7 # command to stop and wait before PPM Class1TCFWaitCmd: AT+FTS=7 # command to stop and wait before TCF Class1EOPWaitCmd: AT+FTS=9 # command to stop and wait before EOP Class1SendMsgDelay: 200 # 75ms delay after training Class1SwitchingCmd: AT+FRS=7 # silence between HDLC recv and trans Class1TrainingRecovery: 1500 # 1.5sec delay after training failure Class1RecvAbortOK: 200 # wait 200ms for abort response Class1FrameOverhead: 4 # 4 byte overhead in recvd HDLC frames Class1RecvIdentTimer: 40000 # 35+5secs waiting for ident frames Class1TCFMaxNonZero: 70 # max 10% of data may be non-zero Class1TCFMinRun: 1000 # min run is 2/3rds of TCF duration On Thu, 2007-01-11 at 14:07 +0000, andrew rinaldi wrote: > Hi Todd, > > What fax device are you using ? > > Regards > > ANDREW RINALDI > Mainpine Limited Support > USA +1 503 822 9944 | Asia/Europe +44 1225 869439 > andrew.rinaldi@xxxxxxxxxxxx | www.mainpine.com > > -----Original Message----- > From: hylafax-users-bounce@xxxxxxxxxxx > [mailto:hylafax-users-bounce@xxxxxxxxxxx] On Behalf Of Todd Patton > Sent: 11 January 2007 14:04 > To: hylafax-users@xxxxxxxxxxx > Subject: [hylafax-users] Faxes Dropping off. > > Good day all, > > I have had faxes drop in the past but it seems as this one is really > dropping off consistently. > > I received three emails. > First I get this- > > The full document was not received because: > > COMREC received DCN > > ---- Transcript of session follows ---- > > Jan 11 00:15:02.01: [ 1813]: SESSION BEGIN 000000800 18135713797 > Jan 11 00:15:02.02: [ 1813]: HylaFAX (tm) Version 4.3.0 > Jan 11 00:15:11.96: [ 1813]: ANSWER: FAX CONNECTION DEVICE '/dev/ttyS1' > Jan 11 00:16:14.58: [ 1813]: RECV FAX (000000800): from CREDCO, page 1 > in 1:02, INF, 7.7 line/mm, 1-D MH, 7200 bit/s > Jan 11 00:16:14.58: [ 1813]: RECV FAX (000000800): > recvq/fax000000222.tif from CREDCO, route to <unspecified>, 1 pages in > 1:03 > Jan 11 00:16:14.58: [ 1813]: RECV FAX (000000800): session with CREDCO > terminated abnormally: COMREC received DCN > Jan 11 00:16:14.58: [ 1813]: RECV FAX: bin/faxrcvd > "recvq/fax000000222.tif" "ttyS1" "000000800" "COMREC received DCN" > Jan 11 00:16:14.58: [ 1813]: SESSION END > > > Secondly, I receive this- > > An attempt to receive facsimile on ttyS1 failed because: > > T.30 T2 timeout, expected page not received > > ---- Transcript of session follows ---- > > Jan 11 00:19:37.02: [ 1813]: SESSION BEGIN 000000801 18135713797 > Jan 11 00:19:37.02: [ 1813]: HylaFAX (tm) Version 4.3.0 > Jan 11 00:19:46.99: [ 1813]: ANSWER: FAX CONNECTION DEVICE '/dev/ttyS1' > Jan 11 00:21:23.49: [ 1813]: RECV FAX (000000801): > recvq/fax000000223.tif from <UNSPECIFIED>, route to <unspecified>, 0 > pages in 1:37 > Jan 11 00:21:24.88: [ 1813]: RECV FAX (000000801): session with > <UNSPECIFIED> terminated abnormally: T.30 T2 timeout, expected page not > received > Jan 11 00:21:24.88: [ 1813]: RECV FAX: bin/faxrcvd > "recvq/fax000000223.tif" "ttyS1" "000000801" "T.30 T2 timeout, expected > page not received" > Jan 11 00:21:24.89: [ 1813]: SESSION END > > Last of all I receive this - > > > Sender: <UNSPECIFIED> > Pages: 1 > Quality: Fine > Size: 1728 by 143 > Received: 2007:01:11 00:24:17 > Time To Receive: 0:48 > Signal Rate: 9600 bit/s > Data Format: 1-D MH > Error Correct: No > Received On: ttyS1 > > The full document was not received because: > > COMREC received DCN > > ---- Transcript of session follows ---- > > Jan 11 00:23:58.92: [ 1813]: SESSION BEGIN 000000802 18135713797 > Jan 11 00:23:58.92: [ 1813]: HylaFAX (tm) Version 4.3.0 > Jan 11 00:24:08.35: [ 1813]: ANSWER: FAX CONNECTION DEVICE '/dev/ttyS1' > Jan 11 00:24:57.92: [ 1813]: RECV FAX (000000802): from <UNSPECIFIED>, > page 1 in 0:48, INF, 7.7 line/mm, 1-D MH, 9600 bit/s > Jan 11 00:24:57.92: [ 1813]: RECV FAX (000000802): > recvq/fax000000224.tif from <UNSPECIFIED>, route to <unspecified>, 1 > pages in 0:49 > Jan 11 00:24:57.93: [ 1813]: RECV FAX (000000802): session with > <UNSPECIFIED> terminated abnormally: COMREC received DCN > Jan 11 00:24:57.93: [ 1813]: RECV FAX: bin/faxrcvd > "recvq/fax000000224.tif" "ttyS1" "000000802" "COMREC received DCN" > Jan 11 00:24:57.93: [ 1813]: SESSION END > > > This all seems to be related to a COMREC received DCN? Does anyone have > and idea? > > Thanks to all that volunteer, > Todd > > > > -- > Todd Patton <todd@xxxxxxxxxxx> > -----BEGIN PGP PUBLIC KEY BLOCK----- > Version: GnuPG v1.4.2 (GNU/Linux) > > mQGiBEVPhocRBADnmDhjjxnoVNY3fY6UtkUdQ8dZtMkjOHhZOriP0kliQMJ4e+6M > VzZdJiIH2qAXKzKAvkt6uGFOqwI3haDtBqrgl4yKVZd8YRWRlfCw34Q+jJNlzpRa > Uhbyq8tGSJmI/KHnd4odDwXCC2golBS8/LT1mghkcnio1Qu7g7m0DejaowCg5FM1 > aYmKRGalsMReJeTrr2rNQIsEAMgnmYyP3/Dc2QQliCy7U+W2qZkENr3ZOQIhOk7M > H+l+lmSjk0iUk3bvOFdblRsSWUxImo0i3stpZnFEnDQ8akiNR9F8kRnL5rftNTUA > 418TFvfvwjvM8iMUka8jMyiuNezh58YD8iqqXMcp7oh5IO0648N9NR3SOVR+QVek > IjwBA/99avAkiH4G5GUsEMXHYNTNi5J+vtlnjCDmUk9Ykfx/siUmvzDPZ3++SZym > JzKkSGKdcb+DLp6bRhCPt+lWCSfZisL1yVFKTJrNQ5NYTwOgq43Ir6LPqKKqL+za > Bm2ZfpXDHZKBBCS0/vcfGRJil/eeps19KvqPbSdYTANoPSVmGbQhVG9kZCBELiBQ > YXR0b24gPFRvZGRAYWNwZGF0YS5jb20+iGYEExECACYFAkVPhocCGwMFCQBPGgAG > CwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRASYxowRTGgvUlaAJ9jI5qjELlLHFW7 > p7s+ZEYVlXBKEwCfXsEcwXqb3zb+1N0W7Pq8Kia1Hw+5Ag0ERU+GqhAIANlM3lwj > jAdY+AEF4TS2WHfNAuerjQewb8t7s6ZPwJ53P8bcFcD4s6z+JDOxz9WsQV1XTweC > p8htCS7UCBPnaA7vERqzln9sF6vgC0M7CL/Onr/DgiITS+ThJd5HY1Emd8YKDoEc > NAXO04QgPARr2pQxCr47G4YeIfv25sVJGE+8o94Lj9bjRr3w961gO4nzCjIwhusR > wmtwHamFKMLpVPFUCslePGVFmmLJf3z/22hpPKsvHV7RhsCQU+WhXh0b+e99d1M9 > QY+6Td4MMjAPbXr9n9FE34GNEfP+2j2VScPCT8lVMiSru5zKt9dLnTkJrR1oIxSx > 6JqK/BWQpogG0l8ABREH/3MZVL8uEKANv458kPQ5/DbkbL/ItttbiNN+M5+E2Id5 > lPcub1d+rfYWRfpsxCmCYOrM7Vh7QMLLdTyBsq/Jq4TrmA/Ojlf6dF80vAB+HOOF > j97hcFfC/eeXRm9AulvlAxRGUTmQ0Emq1RDSfJNwsFGMip/7kZ8KnVBp6PTM1Rop > Uqhi30bsd1Odm2WFQxZloM3ZGdyqngi8sMlma35QhrRrr6DMqNFjuRhtDhAcb3Nr > 0DgaRRAOiT2ybug3bBc9kCbrxRoZy/eLIx3uWln6zcCM9Qi2QbMsPg7F6pKZjtQU > mqaaJSeJIVghMd+xgWWVu28NAZtt8sVVAGEWOMnI1nKITwQYEQIADwUCRU+GqgIb > DAUJAE8aAAAKCRASYxowRTGgvVKJAJ982NV3i/KP3FDoWXCEn62rO81hKwCcCh+2 > eZhAEyHGlvtxO1lMm4IiTno= > =Mz/h > -----END PGP PUBLIC KEY BLOCK----- > > > > ____________________ 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* > > > > > ____________________ 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* > -- Todd Patton <todd@xxxxxxxxxxx> -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.2 (GNU/Linux) mQGiBEVPhocRBADnmDhjjxnoVNY3fY6UtkUdQ8dZtMkjOHhZOriP0kliQMJ4e+6M VzZdJiIH2qAXKzKAvkt6uGFOqwI3haDtBqrgl4yKVZd8YRWRlfCw34Q+jJNlzpRa Uhbyq8tGSJmI/KHnd4odDwXCC2golBS8/LT1mghkcnio1Qu7g7m0DejaowCg5FM1 aYmKRGalsMReJeTrr2rNQIsEAMgnmYyP3/Dc2QQliCy7U+W2qZkENr3ZOQIhOk7M H+l+lmSjk0iUk3bvOFdblRsSWUxImo0i3stpZnFEnDQ8akiNR9F8kRnL5rftNTUA 418TFvfvwjvM8iMUka8jMyiuNezh58YD8iqqXMcp7oh5IO0648N9NR3SOVR+QVek IjwBA/99avAkiH4G5GUsEMXHYNTNi5J+vtlnjCDmUk9Ykfx/siUmvzDPZ3++SZym JzKkSGKdcb+DLp6bRhCPt+lWCSfZisL1yVFKTJrNQ5NYTwOgq43Ir6LPqKKqL+za Bm2ZfpXDHZKBBCS0/vcfGRJil/eeps19KvqPbSdYTANoPSVmGbQhVG9kZCBELiBQ YXR0b24gPFRvZGRAYWNwZGF0YS5jb20+iGYEExECACYFAkVPhocCGwMFCQBPGgAG CwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRASYxowRTGgvUlaAJ9jI5qjELlLHFW7 p7s+ZEYVlXBKEwCfXsEcwXqb3zb+1N0W7Pq8Kia1Hw+5Ag0ERU+GqhAIANlM3lwj jAdY+AEF4TS2WHfNAuerjQewb8t7s6ZPwJ53P8bcFcD4s6z+JDOxz9WsQV1XTweC p8htCS7UCBPnaA7vERqzln9sF6vgC0M7CL/Onr/DgiITS+ThJd5HY1Emd8YKDoEc NAXO04QgPARr2pQxCr47G4YeIfv25sVJGE+8o94Lj9bjRr3w961gO4nzCjIwhusR wmtwHamFKMLpVPFUCslePGVFmmLJf3z/22hpPKsvHV7RhsCQU+WhXh0b+e99d1M9 QY+6Td4MMjAPbXr9n9FE34GNEfP+2j2VScPCT8lVMiSru5zKt9dLnTkJrR1oIxSx 6JqK/BWQpogG0l8ABREH/3MZVL8uEKANv458kPQ5/DbkbL/ItttbiNN+M5+E2Id5 lPcub1d+rfYWRfpsxCmCYOrM7Vh7QMLLdTyBsq/Jq4TrmA/Ojlf6dF80vAB+HOOF j97hcFfC/eeXRm9AulvlAxRGUTmQ0Emq1RDSfJNwsFGMip/7kZ8KnVBp6PTM1Rop Uqhi30bsd1Odm2WFQxZloM3ZGdyqngi8sMlma35QhrRrr6DMqNFjuRhtDhAcb3Nr 0DgaRRAOiT2ybug3bBc9kCbrxRoZy/eLIx3uWln6zcCM9Qi2QbMsPg7F6pKZjtQU mqaaJSeJIVghMd+xgWWVu28NAZtt8sVVAGEWOMnI1nKITwQYEQIADwUCRU+GqgIb DAUJAE8aAAAKCRASYxowRTGgvVKJAJ982NV3i/KP3FDoWXCEn62rO81hKwCcCh+2 eZhAEyHGlvtxO1lMm4IiTno= =Mz/h -----END PGP PUBLIC KEY BLOCK----- ____________________ 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*