Free Modem Dialer

空扰寡人 提交于 2020-01-02 05:19:47

问题


Is there a telephone application for modems that can receive a phone number as a parameter and manage the call for themselves? I ask because in my application I must implement a click2call functionality and may be is a free software out there that I can use and I do not have to fight with TAPI. Thanks!


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/2555034/free-modem-dialer

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