VBA tapi caller ID

hi wizards,

I search for days now, but cannot find any working sample code to do the following

I just want to get the telephonnumber of an incoming call (initiate outgoing calls with tapiRequestMakeCall works with a telephone connected to the USB port). I found a lot of code for C or VB, but not a single working one for VBA. Can anyone point my nose to a working sample I just want to recognize the incoming call in my access application and display the corresponding record...

I though to adapt a VB code to match the VBA criteria is not a big deal, but apparently definitions, links and libs are differently handled or I just miss a thing...


Many thanks for any help!!
bob


Answer this question

VBA tapi caller ID

  • Mr.ink

    it is no problem to initiate outgoing calls, but rather to handle the incoming ones...

    bob

  • Big1

    Per our support engineer:

    After researched the issue, I find that the ITCallNotificationEvent is requested in handling an incoming call. But it can not be used in VBA applications.

    I think another solution is that:

    We use access as a back-end database, and an application handles the TAPI call and access the database.

    -brenda (ISV Buddy Team)



  • Madhavi

    Per our support engineer:

    I found the document,

    ACC: Using TAPI to Dial a Phone Under Win95/NT 4.0 (95/97)

    http://support.microsoft.com/kb/q141625/

    Would you please ask our ISV to try it and decide whether it can meet his requirements

    -brenda (ISV Buddy Team)



  • Markus Hoesli

    Hi bob ,

    You wrote :

    "I search for days now, but cannot find any working sample code to do the following
    I just want to get the telephonnumber of an incoming call (initiate outgoing calls with tapiRequestMakeCall works with a telephone connected to the USB port). I found a lot of code for C or VB, but not a single working one for VBA. Can anyone point my nose to a working sample I just want to recognize the incoming call in my access application and display the corresponding record..."

    I deal the same problem , did you find any solution

    I would be greatefull , if you will send me your answer , by email to :

    markus7@bezeqint.net

    Thanks ,

    Adi.


  • VBA tapi caller ID