Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
sendpage: HELP! HELP!
(cc: bsdi mailing list)
OS: BSDI 2.1
HylaFax: "HylaFAX (tm) Version 3.0pl1113"
Modem: Practical Peripherals 28.8
Examples: Yes!
Quick Desc:
Can't get sendpage to send an alphanumeric page via 300 baud 7-E-1
Long Desc:
I have been trying to trouble shoot my dailin line to send an
alphanumeric page. I tried Win 3.1 / 95 and Procomm+. It came down to
setting the speed at 300. I tried 1,000,000 times at 1200 but No Luck.
Naturally getting sendpage to 300 baud has been a bear! It seems to work
fine at 1200, I mean it runs/dials and connects then gets disconnected just
like any other program I ran at 1200 baud. But when I changed the
etc/config.ttyA1e ModemRate: to 300 it gave me errors and then hung.
I spoke with my modem company and they gave me an init string to force the
modem to 300 baud. When I put this in
etc/config.ttyA1e
SendPageCmd: at&f&c1&d2&q0s37=3
it didn't show up in the log along with the other AT strings. I did put it
in the ATDT%s and it showed up when it tried to dial but who knows if that
really worked. It made no diff.
I still don't know what the diff is between:
etc/config
and
etc/config.ttyA1e
This started out as something fun to get some report pages to me on the
weekends telling my server is/is not on fire.... Of course this is now
a personal struggle to get this working!
I am willing to entertain ANY suggestions.
Thanks for the help!
__
/ ) _ / _ _ /|/| _ _
/(_/ ()(/ (/( (/_) / |(/(// ()
_/
- Systems Administrator EmpireOne -
Home-Page: http://www.empireone.net/~mauro/
E-Mail: mauro@empireone.net
Support: acct@empireone.net
Here are both examples of 1200 baud and 300 baud.
##########################################################################
Here is what happens at 1200 baud:
etc/config.ttyA1e:
ModemRate: 1200
$sendpage -d 98690590 -p 300420 "testing 1 2 3"
/var/log/daemon.log
FaxQueuer[24462]: Purge stale UUCP lock /var/spool/uucp/e
PageSend[24624]: MODEM ROCKWELL RC288DPi/04-00971-720 34C
PageSend[24624]: PAGE FAILED: No initial ID response from paging central
fax/log/
Jan 04 16:41:11.78: [24624]: SESSION BEGIN
Jan 04 16:41:11.78: [24624]: DELAY 2600 ms
Jan 04 16:41:14.37: [24624]: <-- [14:ATE0V1Q0S0=0H0]
Jan 04 16:41:14.76: [24624]: --> [2:OK]
Jan 04 16:41:14.76: [24624]: <-- [20:ATS8=2S7=60&K3&D2&C1]
Jan 04 16:41:15.19: [24624]: --> [2:OK]
Jan 04 16:41:15.19: [24624]: <-- [4:ATM0]
Jan 04 16:41:15.49: [24624]: --> [2:OK]
Jan 04 16:41:15.51: [24624]: <-- [11:AT+FCLASS=0]
Jan 04 16:41:15.87: [24624]: --> [2:OK]
Jan 04 16:41:15.87: [24624]: DIAL 98690590
Jan 04 16:41:15.87: [24624]: <-- [12:ATDT98690590]
Jan 04 16:41:31.93: [24624]: --> [7:CONNECT]
Jan 04 16:41:31.93: [24624]: EXPECT ID (paging central identification)
Jan 04 16:41:37.93: [24624]: RECVunknown paging central response:
Jan 04 16:41:39.93: [24624]: RECVunknown paging central response:
Jan 04 16:41:41.93: [24624]: RECV: x
Jan 04 16:41:47.93: [24624]: RECVunknown paging central response:
Jan 04 16:41:51.93: [24624]: PAGE FAILED: No initial ID response from paging ce
Jan 04 16:41:52.05: [24624]: <-- [4:ATH0]
Jan 04 16:41:52.36: [24624]: --> [2:OK]
Jan 04 16:41:52.37: [24624]: SESSION END
####################################################################3
Here is what happens at 300 baud:
etc/config.ttyA1e:
ModemRate: 300
$sendpage -d 98690590 -p 300420 "testing 1 2 3"
/var/log/daemon.log
Jan 4 16:54:46 kermit FaxQueuer[24462]: SUBMIT JOB "sendq/q45"
Jan 4 16:54:52 kermit PageSend[24823]: /dev/ttyA1e: Can not deduce modem type.
fax/log/
..nothing..