Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to send message from perl script to an Alpha Pager

Status
Not open for further replies.

philsy

Technical User
Mar 12, 2008
4
US
I need to tap in on the experience of the group to see if this undertaking is possible. My organization has a number of users with alpha pagers. We are automating a number of notifications and we send. We would like send notifications via http and avoid using our outdated and soon to be replaced mail server. Our paging service provides a web page where users can manually enter the messages for the pager but we would like to take the manual piece out and find a way to automate the submission of the alpha page. Any ideas? Thanks in advance...

Phil
 
You can always use LWP, but that is assuming that they don't make any changes to their system. If you can do email I would stick with that.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;
 
I really want to stay away from e-mail. Our system is outdated and going to be replaced soon.

 
whats your definition of automated?

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Automated = an action in another system like an order being placed for example will execute the script that I want to use to send the text message. Critical info needed for the message will be passed at the time of execution.
 
I think you will find that every time the web page changes you will have to go through your development cycle again. Have you talked with the company to see if they have any sort of API that you can interface?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;
 
Have you though about a modem and tap, this is what we use, and never have pager issues when there are network / email issues.



Tony ... aka chgwhat

When in doubt,,, Power out...
 
We just do it through email.
I would say we have a 99% success rate. We send thousands of pages every month.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top