TAPI relavant Component in .NET?

Hi, I was used TAPI to developed IVR system using VB. What component I'll use in .NET since is TAPI dll is not support any more in this platform. Please help me to setup IVR system using .NET


Answer this question

TAPI relavant Component in .NET?

  • resist

    It looks as though you can still use TAPI with VB.NET

    http://www.codeproject.com/useritems/CShart_TAPI_3x.asp

    http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=4bc31771-594a-460e-8c9d-a584b2c47c2d

    Perhaps you can elaborate on you questions as to which platform you are talking about that you are under the impression TAPI is not supported on.


  • vakhim

    Thanks a lot. I'm close this qustion. thanks for your time.

  • ffokcuf

    Hi Spotty, Thanks for your reply. I'm undergoing project telephonic voice response syetem. I wish to my customer called and book their gas-booking though telephone. I know that TAPI was helped to setup IVRS in VB 6.0. My qustion is is there any other tool to setup IVRS in VB,NET or C# in easy mothod. Your example links are mush helpful for me. Thanks in advance.

  • steve hsieh

    As TAPI is simply a addition microsoft COM component you can continue to use this. I dont think MS have done anything to replace it with anything different. You may want to check out if there are any other 3rd party components that do similar tasks by doing a web search.

    The beauty of modern development languages is that they allow 3rd party components to be added to provide this functonality.

    If TAPI is doing what you want then I would probably say - why change


  • TAPI relavant Component in .NET?