Re: A other code example with the same problem
- From: "Robert M." <newsgroups.rm@xxxxxxxxx>
- Date: Thu, 24 Jul 2008 10:40:38 +0200
Dear Andreas and Matthias,
really thanks for your help.
But, one question at this point:
When you use TAPI2 you need to be able to handle callbacks.
This is not possible with VBA (at least not in a crash-save way..),
so in fact you need to use TAPI3 or encapsulate TAPI functionality
in a COM component that you use from VBA.
Have you a little example for me in VB or VBA? Is the "tapi32.dll" not Tapi 3? Or have you an tutorial in the web, as possible in german language?
If you need full call control within your app then you need to implement a
full featured TAPI app e.g. like this (simplified):
- lineInitializeEx()
- lineOpen()
- lineMakeCall()
- lineDrop()
- lineDeallocateCall()
- lineClose()
- lineShutdown()
I don´t understand it now, how i use this functions correct, sorry :(
Greetings from Germany,
Robert
.
- References:
- VBA/VB6: How I get the Error Code with Tapi from a invalid Number?
- From: Robert M.
- A other code example with the same problem
- From: Robert M.
- VBA/VB6: How I get the Error Code with Tapi from a invalid Number?
- Prev by Date: tapi dialling
- Next by Date: Re: TSP is not getting Started after installation
- Previous by thread: Re: A other code example with the same problem
- Next by thread: Re: A other code example with the same problem
- Index(es):
Relevant Pages
|
Loading