Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用在单独的服务器(计算机)中运行的 C# 创建了带有可信应用程序(UCMA)端点的控制台应用程序。
我已在笔记本电脑中安装了 Lync。我的要求是:
控制台应用程序应显示 Lync 收到的每个即时消息呼叫的主题、sip uri 和日期时间。
如何通过 C# 控制台应用程序监视所有 lync 用户即时消息的重复?
在那里完整回答,但总而言之,UCMA 应用程序只能跟踪对其的呼叫,而不是网络上的所有呼叫。查看基于 SIP 应用程序 API 和 MSPL 的解决方案。