Re: D-Channel Informations



Hi Matthias,

"Matthias Moetje" <moetje@xxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:OwtrGnJXFHA.3144@xxxxxxxxxxxxxxxxxxxxxxx
> 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!

thanks for your answer. It is so... my software should check other isdn nt.
I call at that nt and if there is a problem, the nt gives an error code back
on the D-channel. isn't it so?
There are for example different errors like: the nt is ok, but there is no
phone connected / the nt isn't on / the power supply is missed from the
nt... With my software the company can see the problem and call an men from
the carrier.

I hope this will help you. (and you can understand my english)

Regards,
Simon


.



Relevant Pages

  • Re: D-Channel Informations
    ... then this is the API of choice for full D-channel ... and hardware type (that's the goal of an abstraction API like TAPI is). ...
    (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)
  • Re: How can I do a 100% bullet proof Save?
    ... Simon ... > Try ReplaceFile API. ... I delete the old file and rename my saved file to ...
    (microsoft.public.vc.mfc)