Re: Sending alphanumeric data to pager



Thank you for your response, Matthias.
I am still trying to synchronise my code.
1.
I do not know password.
After receiving ID=
when I sent <ESCAPE>PG1 ---> this is what TAP specs says
I receive some garbage like:
i

but when I sent as you said: PG1 (without <ESCAPE> --->how important that
is?)
then response is:
ak
which I take for repeat request
TAP's the closest spec is <CR><NAK><CR>
Does it mean the server is not 100% TAP compatible?
2.
I am still trying to get hold of that protocol.
Login (password) will allow me to connect to server. But where is the place
to input the address (ID of some kind) of receiver of my message? Or I am
missing something here?
3.
Sometimes, one of the responses from server is:

TCS
I cannot find that in TAP specs.
Thanks for your help,
Frank

"Matthias Moetje [MVP]" <moetje@xxxxxxxxxxxxxxxxxxx> wrote in message
news:OAUDrA7DGHA.3856@xxxxxxxxxxxxxxxxxxxxxxx
> Frank,
>
> if you have a password, send it. If you don't have a password,
> send PG1.
>
> The length ot the message depends on the service. Often it's 80
> characters or 160.
>
> You can use the SMS/Paging functionality of our product
> "TERAVoice Server" for testing, it supports the TAP protocol,
> but you would definetly need a pager to test...
>
> Best regards,
>
> Matthias Moetje
> -------------------------------------
> TERASENS GmbH
> Augustenstraße 24
> 80333 Munich, GERMANY
> -------------------------------------
> Fon: +49 89 143370-0
> Fax: +49 89 143370-22
> e-mail: moetje at terasens dot com
> www: www.terasens.com
> -------------------------------------
>
> "Frank" <replyto@newsgroup> wrote in message
> news:egvyIgWDGHA.516@xxxxxxxxxxxxxxxxxxxxxxx
>> Thank you, Matthias.
>> I have read TAP specifications but there is some unclear issues to me.
>> What should be a reply for terminal's id= ?
>> As far as I understand it should be:
>> <ESC>PG1<CR>
>> if I want automated process.
>> But what about real login?
>> I cannot test it because I am not subscribed to any pager services.
>> I think a caller has to provide twice required info:
>> first to login, and then provide a pager id to which message be sent.
>> In which sequence and how that data must be provided?
>>
>> Also, is there any limit of characters to be sent as a message? How can I
>> know that?
>> Your help appreciated,
>> Frank
>>
>> "Matthias Moetje [MVP]" <moetje@xxxxxxxxxxxxxxxxxxx> wrote in message
>> news:uA1W43KDGHA.812@xxxxxxxxxxxxxxxxxxxxxxx
>> > Frank,
>> >
>> > the protocol used for submitting pager messages
>> > depends on the provider. The most common
>> > protocol is
>> >
>> > - TAP (Telelocator Access Protocol)
>> >
>> > sometimes also
>> >
>> > - UCP (Universal Computer Protocol)
>> >
>> > or proprietary protocols.
>> >
>> > To use these protocols you use LINEMEDIAMODE_DATAMODEM
>> > then lineGetID("comm/datamodem") to get an overlapped I/O handle
>> > on which you implement the protocol.
>> >
>> > This is the best and most reliable method to submit
>> > pager messages electronically.
>> >
>> > Some paging providers also provide phone numbers for
>> > interactive submission (by a human) through DTMF.
>> > You could try to simulate this by using LINEMEDIAMODE_INTERACTIVEVOICE
>> > to connect and lineGenerateDigits to send DTMF tones,
>> > but there is no fixed protocol for this and you probably don't
>> > get any tones back to check if the submission was successful...
>> >
>> >
>> > Best regards,
>> >
>> > Matthias Moetje
>> > -------------------------------------
>> > TERASENS GmbH
>> > Augustenstraße 24
>> > 80333 Munich, GERMANY
>> > -------------------------------------
>> > Fon: +49 89 143370-0
>> > Fax: +49 89 143370-22
>> > e-mail: moetje at terasens dot com
>> > www: www.terasens.com
>> > -------------------------------------
>> >
>> > "Frank" <replyto@newsgroup> wrote in message
>> > news:ud19HrKDGHA.1676@xxxxxxxxxxxxxxxxxxxxxxx
>> >> One more question.
>> >> Can DTMF tones be generated when using LINEMEDIAMODE_DATAMODEM?
>> >> or it must be in LINEMEDIAMODE_INTERACTIVEVOICE ?
>> >> Does it dependend on underlying hardware(modem, telephony card)?
>> >> Frank
>> >>
>> >> "Frank" <replyto@newsgroup> wrote in message
>> >> news:uwy$PlKDGHA.1816@xxxxxxxxxxxxxxxxxxxxxxx
>> >> > Hello,
>> >> > What is he sequence of events when calling the pager?
>> >> > Please correct me where I am wrong.
>> >> >
>> >> > 1.
>> >> > Calling pager company in LINEMEDIAMODE_DATAMODEM
>> >> > 2.
>> >> > waiting for LINECALLSTATE_CONNECTED
>> >> > 3.
>> >> > calling selected pager ---->how?
>> >> > generate DTMF tones?
>> >> > 4.
>> >> > waiting for what to send data ?????
>> >> >
>> >> > I appreciate your comments,
>> >> > Frank
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>


.



Relevant Pages

  • Re: Sending alphanumeric data to pager
    ... "TERAVoice Server" for testing, it supports the TAP protocol, ... > I cannot test it because I am not subscribed to any pager services. ... is there any limit of characters to be sent as a message? ... >> Frank, ...
    (microsoft.public.win32.programmer.tapi)
  • Re: Suggestions for custom application-layer protocol?
    ... I also want the protocol to be based on TCP/IP. ... >TCP socket? ... A command is one line of text. ... line identifies what kind of response it is and may ...
    (comp.os.linux.embedded)
  • Re: Suggestions for custom application-layer protocol?
    ... I also want the protocol to be based on TCP/IP. ... >TCP socket? ... A command is one line of text. ... line identifies what kind of response it is and may ...
    (comp.unix.programmer)
  • Re: i was proving lengths to mental Linette, whos diagnosing alongside the jurys field
    ... Will you shine in response to the lounge, if Dianna like learns the protocol? ...
    (sci.crypt)
  • Re: NNTP or Basic I/O?
    ... The problem is in the protocol itself. ... there are markers in the stream to ... I got some code from the web/a book, on how to do NNTP. ... I looked into the code and noticed it> calls a Response method over and over, each time it returns a line of text. ...
    (microsoft.public.dotnet.languages.csharp)

Loading