<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Free (or cheap) software to send pager messages - HPUX 10.20 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565723#M919804</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;My pager system works the same as Clay's.  I send simple pager messages to myself like this:&lt;BR /&gt;&lt;BR /&gt;# mailx -s "hello JRF!" xxx@yyy.com &amp;lt; dev/null &amp;gt; /dev/null&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 15 Aug 2001 20:25:56 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-08-15T20:25:56Z</dc:date>
    <item>
      <title>Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565720#M919801</link>
      <description>I'm need to send messages to pagers, and I would like to know what software to use.&lt;BR /&gt;I have tried QuickPage (&lt;A href="http://www.qpage.org)," target="_blank"&gt;www.qpage.org),&lt;/A&gt; but&lt;BR /&gt;without luck.&lt;BR /&gt;&lt;BR /&gt;Any suggestion ?&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Francisco mancardi</description>
      <pubDate>Wed, 15 Aug 2001 19:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565720#M919801</guid>
      <dc:creator>Francisco Mancardi_1</dc:creator>
      <dc:date>2001-08-15T19:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565721#M919802</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I simply use sendmail. My paging service will accept text messages so that it is nothing more&lt;BR /&gt;complicated than:&lt;BR /&gt;&lt;BR /&gt;echo "This is a test" | elm -s "Test Page" 9001234@pagemci.com&lt;BR /&gt;&lt;BR /&gt;The other thing to consider is that you network is down but you still need to receive pages. My approach to this is to talk directly to a modem on a serial port and echo numeric codes to simulate a dailback number for the pager. I have specific codes for specific failures. Anything beginning with '9' is very bad.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2001 19:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565721#M919802</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-08-15T19:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565722#M919803</link>
      <description>If you have sendmail running and Pager(TEXT), your pager company should allow you to forward the mails and it will be very simple like&lt;BR /&gt;echo "Write you short description" | mailx -s "Subject" 123457@pagerdomain.com&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Zafar</description>
      <pubDate>Wed, 15 Aug 2001 20:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565722#M919803</guid>
      <dc:creator>Zafar A. Mohammed</dc:creator>
      <dc:date>2001-08-15T20:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565723#M919804</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;My pager system works the same as Clay's.  I send simple pager messages to myself like this:&lt;BR /&gt;&lt;BR /&gt;# mailx -s "hello JRF!" xxx@yyy.com &amp;lt; dev/null &amp;gt; /dev/null&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 15 Aug 2001 20:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565723#M919804</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-15T20:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565724#M919805</link>
      <description>If you do not have any firewall issues to go out from HP box, you can use sendmail/mailx utility.&lt;BR /&gt;I use &lt;BR /&gt;mailx -s "message to send" 1234567@skytel.com&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant Deshpande.</description>
      <pubDate>Wed, 15 Aug 2001 20:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565724#M919805</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-08-15T20:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565725#M919806</link>
      <description>I hate to keep saying what everyone else is saying, but I agree.  We recently upgraded our old pagers to newer text pagers that accept email.  If you have a contract with a paging company you can often upgrade for no cost.  We didn't have to pay anything.  If I remember correctly, the monthly cost was even the same.&lt;BR /&gt;&lt;BR /&gt;In this day and age, it is simply the easiest solution.  It is also good because you don't have to worry about maintaining software running on your system.  I just put in my scripts:&lt;BR /&gt;&lt;BR /&gt;PAGELIST="1231234567@epage.arch.com root"&lt;BR /&gt;echo "Error #12345" | mailx -s "System Error" $PAGELIST&lt;BR /&gt;&lt;BR /&gt;Best of luck,&lt;BR /&gt;&lt;BR /&gt;Jared</description>
      <pubDate>Wed, 15 Aug 2001 21:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565725#M919806</guid>
      <dc:creator>Jared Westgate_1</dc:creator>
      <dc:date>2001-08-15T21:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565726#M919807</link>
      <description>If you want to send messages to more then one pager or cell phone. Set up a user say pagers and on your email rule make it out to &lt;BR /&gt;pagers@localhost &lt;BR /&gt;and set up a .forward file in /home/pagers&lt;BR /&gt;in the .forward file with permissions of 755 and set up all the emails that you want that message to go to.&lt;BR /&gt;thisuser@thisphone.come&lt;BR /&gt;thatuser@hotmail.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;that will forward any mails to the user pagers to the emails in your .forward file.&lt;BR /&gt;Also make sure you can relay and do nslookups to the outside world or you will need some kind of mail relay.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2001 22:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565726#M919807</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-08-15T22:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565727#M919808</link>
      <description>In my question is a missing detail.&lt;BR /&gt;My customer wants PAGING AVOIDING EMAIL i.e. connection via a modem to the pager provider's  server talking TAP. (if the core switch dies how I will reach the&lt;BR /&gt;Internet ??)&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Francisco&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2001 22:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565727#M919808</guid>
      <dc:creator>Francisco Mancardi_1</dc:creator>
      <dc:date>2001-08-15T22:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565728#M919809</link>
      <description>I found this kermit script (see attached file)by F. da Cruz and C. Gianone, Columbia University, to drive a modem to send a text page.&lt;BR /&gt;I have not used it myself, but maybe you can make use of it.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 16 Aug 2001 13:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565728#M919809</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2001-08-16T13:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565729#M919810</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Here's a link to a script by Kofi Arthiabah that generates a page to a numeric pager.  Perhaps you will find this useful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xeff06c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xeff06c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Kofi has an attachement in one of the responses in this thread.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 16 Aug 2001 13:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565729#M919810</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-16T13:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565730#M919811</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We use a system for sending TAP protocol messages to our services provide (Pageone) although we use Linux boxes - which I know isn't what you asked. However, we use linux servers because there a very effective way of using old kit. We have 2 desktop PC each with 2 modems that handle over 800 pagers and sms recipiants.&lt;BR /&gt;&lt;BR /&gt;The reason I mention it is that you can get all of the software required from the HPUX porting archives. If you interested I'll get you the name of the sms suit, although you should bear in mind that this is NOT and off the shelf type soloution, and takes time to configure both the server and client(s).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;-ChaZ-&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2001 13:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565730#M919811</guid>
      <dc:creator>Charles Harris</dc:creator>
      <dc:date>2001-08-16T13:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565731#M919812</link>
      <description>Another choice if you don't want to deal with modems and your paging service doesn't support pin@paging-service.com may be to use SNPP, which is sort of like TAP for the Internet, but with simpler commands.&lt;BR /&gt;&lt;BR /&gt;I cobbled up a script that uses a telnet co-process to talk to an SNPP server in ksh. Unfortunately, I can't share this script, but it shouldn't be too terribly difficult to write your own.  Especially if done in perl (not many folks know about the ksh co-process stuff).&lt;BR /&gt;&lt;BR /&gt;See, for example, the information at &lt;A href="http://www.skytel.com/partners/dev_resources_snpp.htm" target="_blank"&gt;http://www.skytel.com/partners/dev_resources_snpp.htm&lt;/A&gt;</description>
      <pubDate>Thu, 16 Aug 2001 14:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565731#M919812</guid>
      <dc:creator>Chris Calabrese</dc:creator>
      <dc:date>2001-08-16T14:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Free (or cheap) software to send pager messages - HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565732#M919813</link>
      <description>Hello Francisco,&lt;BR /&gt;&lt;BR /&gt;I do not know wether you have a GSM cellular phone&lt;BR /&gt;network in Argentina, but if then you might just send&lt;BR /&gt;an email (like the others do) but send it to your mobile&lt;BR /&gt;phone network provider's SMS gateway (Short Message&lt;BR /&gt;Service). Work pretty good for me...&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;   Wodisch</description>
      <pubDate>Sat, 18 Aug 2001 19:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-or-cheap-software-to-send-pager-messages-hpux-10-20/m-p/2565732#M919813</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-08-18T19:33:50Z</dc:date>
    </item>
  </channel>
</rss>

