PC Review


Reply
Thread Tools Rate Thread

Dial numeric pager question can it be done?

 
 
john_20_28_2000@yahoo.com
Guest
Posts: n/a
 
      10th Feb 2005
Does anyone know of anything out there that I can use to dial up a
numeric pager, leave a number and then hang up? It is not a "fancy"
pager. No message, not text, no nothing. Just a regular old pager. I
have looked at the various SMS stuff, but it all goes to text message,
etc. Nothing for a regular pager.


I have a asp.net page, using c#. User clicks a button that says "Page
Me."
Somehow the box with the modem dials up the pager and leaves the
numeric page (all same phone number left).


Thank you for any help.

 
Reply With Quote
 
 
 
 
Ahmed Qurashi
Guest
Posts: n/a
 
      10th Feb 2005
I think's its doable..

TAPI handles microsoft telephony.
http://www.microsoft.com/windows2000...ptelephony.asp

There are issues with using this in .NET and you will need to read this:
http://support.microsoft.com/default...b;en-us;841712

Here is a C# wrapper for TAPI2 to get you started:
http://www.gotdotnet.com/Community/U...2-b90bf6932414

Once you can Initialize a session, I think its probably as simple as dialing
the service, sending the message and terminating..let me know how it turns
out.

ok,
aq

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Does anyone know of anything out there that I can use to dial up a
> numeric pager, leave a number and then hang up? It is not a "fancy"
> pager. No message, not text, no nothing. Just a regular old pager. I
> have looked at the various SMS stuff, but it all goes to text message,
> etc. Nothing for a regular pager.
>
>
> I have a asp.net page, using c#. User clicks a button that says "Page
> Me."
> Somehow the box with the modem dials up the pager and leaves the
> numeric page (all same phone number left).
>
>
> Thank you for any help.
>



 
Reply With Quote
 
bowman
Guest
Posts: n/a
 
      10th Feb 2005
Ahmed Qurashi wrote:

>
> Once you can Initialize a session, I think its probably as simple as
> dialing the service, sending the message and terminating..let me know how
> it turns out.


Not all that easy... Most paging companies implement the Telelocator
Alphanumeric Protocol (TAP).

http://www.gsmfavorites.com/sms/tap/

Basically you have two choices, the Automatic or the Manual entry. You can
see the Manual form by connecting with Hyperterminal or a similar app, and
entering M<CR> when you see the 'ID=' prompt. You may need to send a couple
of CR's first to get the prompt.

The problem with the manual protocol is it is not uniform, and the text to
prompt you for the pager id and message varies from company to company. The
automatic is more uniform, but you need to build blocks with the proper
checksum or they will be rejected.

In either case, you will need to carry on a dialog with the terminal once
you connect to establish the protocol and to handle retransmit requests or
error messages.




 
Reply With Quote
 
RCS
Guest
Posts: n/a
 
      10th Feb 2005
From a long time ago at a company I worked, we used PageMate:
http://www.pagemate.com/downloads.asp

It was a Windows GUI and command line program that did all of it for you,
because I would agree that to implement a TAP client as well as tieing that
in with TAPI would be a bit of a project.


"bowman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Ahmed Qurashi wrote:
>
>>
>> Once you can Initialize a session, I think its probably as simple as
>> dialing the service, sending the message and terminating..let me know how
>> it turns out.

>
> Not all that easy... Most paging companies implement the Telelocator
> Alphanumeric Protocol (TAP).
>
> http://www.gsmfavorites.com/sms/tap/
>
> Basically you have two choices, the Automatic or the Manual entry. You can
> see the Manual form by connecting with Hyperterminal or a similar app, and
> entering M<CR> when you see the 'ID=' prompt. You may need to send a
> couple
> of CR's first to get the prompt.
>
> The problem with the manual protocol is it is not uniform, and the text to
> prompt you for the pager id and message varies from company to company.
> The
> automatic is more uniform, but you need to build blocks with the proper
> checksum or they will be rejected.
>
> In either case, you will need to carry on a dialog with the terminal once
> you connect to establish the protocol and to handle retransmit requests or
> error messages.
>
>
>
>



 
Reply With Quote
 
john_20_28_2000@yahoo.com
Guest
Posts: n/a
 
      10th Feb 2005
What I have found so far is that I can use Hyperterminal manually, like
this:

atdt mypagernumber,,,,mynumbertocallmeback and then terminate the
call.

Now, I just have to get c# to dial this the same way.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
question regarding string/numeric webicky Microsoft Access Queries 4 17th Oct 2009 08:11 PM
Dial up a numeric pager question in asp.net john_20_28_2000@yahoo.com Microsoft ASP .NET 0 9th Feb 2005 01:58 PM
HTML formatting question in datagrid pager area. =?Utf-8?B?c3Ryb3V0?= Microsoft ASP .NET 1 14th Jan 2005 03:05 PM
Question on Numeric Formatting... Manuel Canas Microsoft ADO .NET 1 23rd Jun 2004 10:59 AM
Question on Numeric Formating... Manuel Canas Microsoft VB .NET 5 23rd Jun 2004 06:25 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:26 AM.