.NET TAPI 接口

发布于 2024-08-22 17:36:38 字数 217 浏览 8 评论 0原文

我被要求编写一些使用 TAPI API 与电话系统集成的 .NET 代码。我读到此 API 没有 .NET 接口( http://support.microsoft.com/kb/ 841712)。是否有良好的 TAPI 第三方 .NET 接口?或者有人能指出我正确的开始方向吗?

I’ve been asked to write some .NET code that integrates with a phone system using a TAPI API. I read that there is no .NET interface for this API ( http://support.microsoft.com/kb/841712). Is there good third party .NET interface for TAPI? Or can anyone point me in the right direction to get started?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

人间不值得 2024-08-29 17:36:38

.NET 中没有针对 TAPI 的开箱即用的接口,而且 COM-Interop 也不能可靠地工作,这是正确的。但是,可以从 Julmar 免费获得 .NET 2.0 的 C++/CLI TAPI 3.1 包装器(您只需必须给予信用)。在那里查找 ITAPI3。它们还包括一些基本的入站/出站呼叫示例。

如果您想针对 TAPI 2.x 进行编码,那么您可以使用 Helen Warn 和 Agile-Soft 提供的包装器,该包装器可以从 Andreas Marschall 的 TAPI FAQ 网站下载。有关 < a href="http://www.IBAM.de/AgileSoftwareInc/HelenWarnCsharpTapi2LibraryWrapper_Version_1_2_0_1.zip" rel="noreferrer">链接。它也是免费使用的(查看自述文件)。

There is no working out-of-the-box interface from .NET for TAPI, and COM-Interop is not reliably working, that's right. But, there is a C++/CLI TAPI 3.1 wrapper for .NET 2.0 freely available from Julmar (you just have to give credit) . Look there for ITAPI3. They include also some basic inbound/outbound call samples.

If you want to code against TAPI 2.x, then you could use the wrapper provided by Helen Warn and Agile-Soft which can be downloaded from Andreas Marschall's TAPI FAQ site. See this newsgroup post for the link. It's also free for use (check the readme).

巾帼英雄 2024-08-29 17:36:38

即使是 C4F 的 Tapi 也能很酷地工作。这个 Tapi 是一个很好的 .NET DLL。它还提供了一些示例,您可以尝试一下。

Even C4F's tapi is cool to work. this Tapi is a good dll to work with .NET . It also has some sample which you can try out.

恍梦境° 2024-08-29 17:36:38

实际上,TeleTools 拥有一套适用于任何 TAPI 或 SIP 设备和 Visual Studio 的出色控件。新版本有一组新的控件,对于 90% 的应用程序来说更容易使用,因此您不必学习大量的事件、方法和属性。与为您完成大部分工作的一组良好控件相比,围绕 TAPI 的包装器仍然需要做太多工作。大多数应用程序(例如来电显示和拨号)只需几行代码。此外,ExceleTel 是唯一一家拥有 TeleScope 的电话公司,TeleScope 是一种独特的原型设计、记录和学习工具。日志记录将为您节省大量时间,让您准确了解设备/电话线/应用程序正在做什么。

ExceleTel 与 TAPI 合作已有十多年了,并向编写 TAPI 驱动程序 (TSP) 以使设备正常运行的制造商提供咨询。您可以在网站 www.exceletel.com 上找到大量信息,并且可以在 tapi for win32 新闻组上获取更多信息,我们都在其中共享信息。

全面披露:Fred 为 Teletools 工作 (http://www.microsoftfaqs.com/msg/14811958.aspx)

Actually, TeleTools has an excellent set of controls for any TAPI or SIP device and Visual Studio. The new version has a a new set of controls that is even easier to use for 90% of the applications out there so you don't have to learn a large set of events, methods and properties. A wrapper around TAPI is still way too much work than a good set of controls that do most of the work for you. Most applications like caller id and dialing are only a few lines of code. In addition, ExceleTel is the only telephony company with TeleScope, which is a prototyping, logging, learning tool that is unique. The logging will save you a lot of time and let you see exactly what your device/phone line/application is doing.

ExceleTel has been around for over a decade working with TAPI and consulting with the manufacturers who write the TAPI drivers (TSPs) to make their devices work. You can find a lot of information on the website, www.exceletel.com, and you can get more info on the tapi for win32 newsgroup where we all share information.

FULL DISCLOSURE: Fred works for Teletools (http://www.microsoftfaqs.com/msg/14811958.aspx)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文