Re: D-Channel Informations



Simon,

please indicate which hardware you are using? Does it come with
a CAPI driver? If yes, then this is the API of choice for full D-channel
access.

But if you just want to dial numbers and see if you can connect,
this can be done with TAPI and this does not depend on D-channel
communication because it works independently of the network
and hardware type (that's the goal of an abstraction API like TAPI is).

Please describe your requirements more detailed!


Best regards,

Matthias Moetje
-------------------------------------
TERASENS GmbH
Ackermannstraße 3
80797 München
-------------------------------------
Fon: +49 89 143370-0
Fax: +49 89 143370-22
e-mail: moetje at terasens dot de
www: www.terasens.de
-------------------------------------


"Simon Häni" <simon.haeni@xxxxxxxxxxxx> wrote in message
news:%23PCE$gIXFHA.3184@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I'm searching for a possible API which can "control" the D-Channel.
> My application should phone to some numbers and write the information
> about this call (errors, ok...) in a log file.
> Is this possible with TAPI from Microsoft?
>
> Regards,
> Simon
>


.



Relevant Pages

  • Re: D-Channel Informations
    ... then this is the API of choice for full D-channel ... > and hardware type. ... Simon ...
    (microsoft.public.win32.programmer.tapi)
  • Re: learning asm.
    ... interrupt system of the CPU...even though, in practice, they are used ... a hardware IRQ for both PICs must be taken out ... reasonable sized OS API, you cannot devote one interrupt per API and ... later too...something like the Windows API with 10,000s of functions ...
    (alt.lang.asm)
  • Re: is the C library a wrapper for windows API?
    ... DOS _provided_ an API to access files, the keyboard, and the screen, but you were welcome to bypass all of that if desired and anyone writing more than "Hello World!" ... You had to poke at hardware controllers for everything you did, and I still remember having to hook the video refresh interrupt so that writing to the screen didn't make it flicker on CGA cards. ... Just about the only thing that people still relied on DOS for was file access, because the hardware was so slow that reimplementing it didn't matter -- until protected mode arrived and you had to because DOS would crater if the API wasn't called in real mode, and getting back to real mode was a monstrous pain involving manipulating the keyboard controller and triple-faulting the CPU. ...
    (comp.lang.c)
  • Re: Curve25519-based EC-KCDSA
    ... which are, physically, in a smartcard or an hardware accelerator. ... but in practice Apple's API for this kind of things). ... These API allow the application to provide the hash of the message ... able to compute the signature from the hash alone. ...
    (sci.crypt)