本文介绍了我如何在C#代码中使用TAPI 2.x?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想编写一个C#程序,以编程方式控制拨号调制解调器,例如以编程方式接听电话,接听电话,显示电话号码,记录语音消息,...类似于IVR(交互式语音响应)
我知道我必须在代码中使用TAPI函数,但我不知道如何!
TAPI函数使用C ++,我不知道如何在代码中使用?
我阅读了MSDN库,但它仅描述了TAPI函数,并且没有在C#中使用TAPI的示例.
那是我的问题:
1.在哪里可以找到直接在C#代码中使用TAPI的C#示例?2.我用来监听调制解调器线路并接听电话的TAPI函数的顺序是什么?
3.我只想使用拨号调制解调器,我只能使用TAPI 2.x还是必须使用TAPI 3.x?
感谢您对Ur的答复和Ur的帮助...
SMR.A

i want to write a C# program that control dialup modem such as call programmically, answer the call, show call number, record voice message,... like IVR(Interactive Voice Response)
i know that i must use the TAPI functions in my code, but i dont know how!
TAPI functions are in C++ and i dont know how i can use in my code?
i read MSDN library but it only describ TAPI functions, and there is no sample for using TAPI in C#.
that is my question:
1. where i can find C# sample that use TAPI directly in C# code?
2. what is the sequence of TAPI functions i have use for listening to the modem line and answer the call?
3. i want to work only with dialup modem, can i use only TAPI 2.x or i must use TAPI 3.x?
thanks for Ur answer and Ur help...
SMR.A

推荐答案




这篇关于我如何在C#代码中使用TAPI 2.x?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-27 00:18