How to monitor all lync users instant message via C# console application?

我怕爱的太早我们不能终老 提交于 2019-12-02 18:39:58

问题


I have created UCMA trusted application using C# console application.

I want to monitor all Lync Users instant messaging calls (in one place) as well as store their conversations in the database via this console application.

Is it possible?.

If possible, please give an idea or any url.


回答1:


UCMA trusted applications will only respond to traffic to the endpoints associated with that application so if you want to monitor all instant message traffic it would be the wrong API.

I would suggest using SIP Application API http://msdn.microsoft.com/en-us/library/office/hh364644(v=office.14).aspx to create a server application. This will also require the use of MSPL documented here

As Dai has asked - is the console application a requirement or will a windows service be ok?




回答2:


Try our this sample application SipSnoop it basically shows all the metadata passing throught the lync server, you can tweak around it according to your requirement.



来源:https://stackoverflow.com/questions/24604524/how-to-monitor-all-lync-users-instant-message-via-c-sharp-console-application

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