Link to home
Start Free TrialLog in
Avatar of gnom
gnom

asked on

how to send a pager message with a modem

can anyone provide me a code sample how to send a message via modem to a alphanumeric pager ?

dejan as gnom
Avatar of God_Ares
God_Ares

Doesn't the pager provider has a program that does what you want? At least in the netherlands kpn is profiding that kind of software for their paging services.
Avatar of gnom

ASKER

the pager provider has such a software, but it does only run under dos or win 3.1 and crashes all the time.

well it's the cheapest pager we found.

but i don't think it's a very heavy task to program that by hand. or am i wrong ?
Avatar of gnom

ASKER

.. oh sorry there is another software for this pager but this software needs ms-outlook to run.

the reason why i want to program it myself is, we have server watchdog program that checks if all webservers and webapplications are running correctly on the server. what we want to do is sending automatically a pager message to the admin when a server or application hangs.
perhaps you can ask for the source code form the win3.1 prog.. I guezz the other program that needs ms-outlook is sending a mail or somthing. You can offer to upgrade and debug the program and give a program to the pager company and use the source code in your porgram to allert your sysops.

The code will do probably call a number send the pagernumber and then the message you wanted to send.

I can't give you code becauze i don't know how your pager company is expecting the data.

i'm quite shure that it won't be hard.

succes!


there's an idea(i don't know if it's  practical):

if yourfamilliar with the sms tecnologie(the text- message sending to the phones)--there are sites ofcell company's that give this free(the sendingsms stuff to someone), i have a freind who used the cell-phones server application to send sms from his  ownprogram--he viewed the source code in the site,hooked into the server and he got it.


the idea:try looking in pager compnay's sites or something ,,and   tryto do the same thing....        
Contact your pager company and ask them for the dial-in number and the protocol used. If they won't give it to you, use a different company.

I would also suggest using SMS. Here in Australia, my Telco has a dial in number that you use terminal software to send SMS to mobile phone. I wrote a component that enables my Delphi app to use this service, it uses 3rd party tools from TurboPower (async professional for Delphi) so I can't give you the source (unless you buy ASP !).

Overall, it wasn't hard to do, if you can get access to dial-in number, just call it with Hyperterminal or similar, and take note of what happens. Thats what I did.

Mark
Avatar of gnom

ASKER

thank you all

tomer_engel ->
i have code that does the sms stuff, will say it's just a email add ress and the isp does the rest.

god ares ->
this company does not seem to be very cooperative. i think they don't have the code anyway. it seems that you have code that does something with pages. could you show me that ?

mullet attack ->
i will ask for the protocol. we don't want to use sms because we won't buy cellular phone only for that service. and we don't want to by asp because once a time code should also run on linux.
ASKER CERTIFIED SOLUTION
Avatar of Blaise
Blaise

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gnom

ASKER

what is WINSHOES ?

i have a textpager but that pager hasn't got an email address...

do have some further details ?
if it is posible call the pager... find out how long you have to wait and if you have to press any buttons... make an app that does what you would do by hand.