拦截使用 TAPI 进行的调用

发布于 2024-08-30 11:36:52 字数 176 浏览 0 评论 0 原文

我有一个应用程序,当前可以选择拨打电话号码。现在,默认情况下,它会打开 Windows Phone 拨号实用程序并尝试拨打该号码。

我希望它使用 skype 进行呼叫,所以我想的是创建 ac# 应用程序来捕获 callRequest 并调用 skype.exe /callto:

以前有人做过类似的事情吗?

I have an application which currently has an option to call phone numbers. Now by default it opens the Windows Phone dialler utility and tries to call the number.

I want it to instead make the call using skype, so what I was thinking was to create a c# application which would capture the callRequest and instead call skype.exe /callto:

Has anyone done anything like this before?

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

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

发布评论

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

评论(1

<逆流佳人身旁 2024-09-06 11:36:52

可能不是以一种简洁的方式。您可能可以拦截该调用,但调用应用程序可能会表现得好像发生了错误。

以下是 TAPI 新闻组中有关此问题的旧讨论:

http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.tapi/2004-03/0347.html

Probably not in a neat way. You can probably intercept the call but the calling application would probably act like an error has happened.

Here's an old discussion about just this in the TAPI newsgroup:

http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.tapi/2004-03/0347.html

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