Greetings Alpha OSF Mngrs (again),
Well it seems that people seem to think it would be nice to
have, but nobody has bowled me over with a mind-bonk (oif)
solution.  My apologies for not doing this earlier; the volume
of incoming mail is driving me berserk (biff -n)...
Gyula Szokoly (szgyula_at_skysrv.Pha.Jhu.EDU)
> > I am trying to reverse engineer what our Winpager Robot (a 386 PC) does;
> > when you call the number, you don't get any V.22 bis answer tone, so the
> > calling must go into answer mode...
> 
>   According to the Motorolla homepage, you need to use Bell 103 mode
>   (300 baud). They claim that it's faster (fast hanshake balances slow
>   transmittion). They also say that you will need the system name, which is
>   not necessarily related to the PIN number (or phone number) so you should
>   all the provider.
I tried hooking up the data scope to reverse engineer Winpage
running on a 386 DOS PC, it actually was connecting at 2400 bps.
Jim Neeland (neeland_at_madmax.hrl.hac.com) wrote:
> I can't help on this one, but I'd sure like to hear what
> you find out (i.e. this is a plea for a SUMMARY: ....)
> In particular, I have a UPS that is supposed to send out
> pager notifications, but I have no idea how it does that, why it
> doesn't work, what it takes to test the port+modem, etc.
Colleen Harry (colleen_at_persimmon.com) wrote:
> I would love to here if you get any answers to your question
> about pagers.  We're currently trying to set up something
> similar for support purposes.  Would you please email me
> any answers you receive.
Gustavo Gibson da Silva (gupe_at_elogica.com.br) wrote:
> We have a system like this to our costumers. The principle is very
> simple: The costumer subscribe into our system and every message he/she
> receives have their subject matched against a password. If it matches
> the message is forwarded to the pager.
> As it is a pretty new stuff we are still working to fix some bugs...:-)
The practical upshot of this is, nobody knows all that much about
it. Our Alphanumeric pager robot uses a setup called Page Entry
Terminal (PET) Protocol. Messages are checksummed. I created a
KERMIT take file script to send the checksummed message as follows:
set parity odd
show parameters
output ATZE0V1\13
input 5 OK
xif FAILURE { echo \13NO MODEM,         goto END } else { echo \13 }
dial T0,123456789
xif FAILURE { echo \13DIALUP FAILED,    goto END } else { echo \13 }
output \13
input 5 ID=
xif FAILURE { echo \13ID FAILED,        goto END } else { echo \13 }
output \27password\13
input 5 \06
xif FAILURE { echo \13LOGIN FAILED,     goto END } else { echo \13 }
xmit testpager.msg
input 5 mess
xif FAILURE { echo \13MSG FAILED ???,   goto END } else { echo \13 }
output \04\13
input 5 \04
xif FAILURE { echo \13HANGUP FAILED,    goto END } else { echo \13 }
:END
hangup
This could be set up to launch via rsh from the console
manager...
What I would really like is a solution that works from a
mailer...
Original Message follows:
 
> Somewhere in a UNIX magazine I was reading, there was a product where you could
> have your email sent to you on via Alphanumeric Pager...
> 
> Has anybody out there had any success with anything like this???
> 
> We are installing Polycentre Console Manager and Watchdog for our AlphaServer
> environment; it would be useful to know when a RAIDset had failed over,
> etc. pref. before too many people in the office started prancing around
> doing Hitler impersonations!
> 
> I am trying to reverse engineer what our Winpager Robot (a 386 PC) does;
> when you call the number, you don't get any V.22 bis answer tone, so the
> calling must go into answer mode...
> 
> If anyone knows the Hayes command strings, or has a KERMIT script that
> would do the trick, or able to provide a better solution, could they
> please fill me in???
--Frank Gallacher, Sys. ANALyst/Programmer,(aka.frAnXoSAURus reX)
Systems D&I, Operator Assisted Services, Telecom Australia (Telstra).	
 ___________								
(_'-I---I-`_)								
  | 1 2 3 |								
  | 4 5 6 |	It is a capital mistake to theorize before one has data.
  | 7 8 9 |	(Sherlock Holmes, 'A Sign of Four', A. Conan-Doyle)	
  | * 0 # |								
  +-------+								
phone:	(03) 969 34034          Int.: +61 3 969 34034			
fax:	(03) 969 34127          Int.: +61 3 969 34127			
snail:	Locked Bag 5763, MELBOURNE VIC 8100 AUSTRALIA			
smtp:	franx_at_oas.telecom.com.au FGallach_at_VENTNOAS.telecom.com.au	
X.400:	(C:AU,A:TELEMEMO,P:telecom012,O:TELECOM,OU:VENTNOAS,SN:FGallach)
<<<<<<<< MESSAGE ENDS >>>>>>>>
Received on Fri Sep 13 1996 - 09:52:59 NZST