0

I have created console application with Trusted Application (UCMA) endpoint using C# Which is running in separate server (Computer).

I have installed Lync in my laptop. My requirement is to:

The console application should show subject, sip uri and date time of each instant message calls received by the Lync.

1 Answers1

0

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

Answer in full there but in summary a UCMA app would be only able to track calls to it and not all calls on the network. Look to the SIP Application API and MSPL based solution.

Community
  • 1
  • 1
Paul Hodgson
  • 939
  • 8
  • 15