Re: A other code example with the same problem



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
.



Relevant Pages

  • TAPI 3.1 & MS-Access
    ... remote modem using VBA, TAPI V3.1 and Windows-XP. ... the initialization of the TAPI object and to find the Address of the modem ...
    (microsoft.public.win32.programmer.tapi)
  • Re: Using Tapi from VBA
    ... "Mike" schrieb im Newsbeitrag ... the RegisterCallNotifications method from VBA within Access XP. ... Where can I download TAPI related stuff? ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Making calls in Access without using dialer.exe
    ... I'am looking for a piece of VBA for tapi and the only thing it needs to do is make an outgoing call, the other commands are handled by alcatel omnipcx software. ... We're not good programmers, we have only one person in our office who can make simple databases with just a little programming, so I hop someone can help me out with this. ...
    (microsoft.public.win32.programmer.tapi)
  • Re: Using Tapi from VBA
    ... If you are going to use TAPI 3, you are also going to run into issues ... with the way VBA handles COM objects that is not true in VB. ... call these methods from the timer instead, ... the controls that we have found to get rid of the poor ActiveX wrapper ...
    (microsoft.public.win32.programmer.tapi)

Loading