Free Modem Dialer

巧了我就是萌 提交于 2019-12-05 12:06:37

Here are a few wrappers available to abstract away the complicated parts of using TAPI.

TAPI Wrapper

http://www.vbrad.com/article.aspx?id=61

Normally, the domain of C/C++ programmers, this wrapper code will allow you to skip all the complexity and get to work straight away.

ATAPI - Managed TAPI wrapper for TAPI 2.0

http://atapi.codeplex.com/

Managed .NET library for interacting with the Microsoft Telephony API (TAPI) 2.x. This library is for creating clients that consume telephony services on Windows XP or better.

WombatDialer does something like that for the Asterisk platform and has powerful APIs - see http://www.wombatdialer.com/manuals/WD_UserManual-chunked/ar01s08.html

It manages the call flow internally (scheduling, error conditions) and sends HTTP notifications of events.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!