拦截使用 TAPI 进行的调用
我有一个应用程序,当前可以选择拨打电话号码。现在,默认情况下,它会打开 Windows Phone 拨号实用程序并尝试拨打该号码。
我希望它使用 skype 进行呼叫,所以我想的是创建 ac# 应用程序来捕获 callRequest 并调用 skype.exe /callto:
以前有人做过类似的事情吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能不是以一种简洁的方式。您可能可以拦截该调用,但调用应用程序可能会表现得好像发生了错误。
以下是 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